HA File Server Cluster Using 2 VMs
HA File Server Cluster Using 2 VMs
Goal:
Build a highly available file server cluster with only 2 Windows Server VMs:
Architecture Overview
VM Name Role
Node1 Cluster Node + iSCSI Target
Node2 Cluster Node
Shared storage is created on Node1 and used by both nodes via iSCSI.
On both nodes:
Install-WindowsFeature FS-iSCSITarget-Server
Get-InitiatorPort
On Node2:
On either node:
Get-ClusterAvailableDisk | Add-ClusterDisk
On either node:
\\192.168.x.150\SharedDocs
Stop-ClusterNode -Drain
3. The file server role should fail over to Node2, keeping service available.