I'm working on a stretch cluster configuration as described athttps://technet.microsoft.com/en-us/windows-server-docs/storage/storage-replica/stretch-cluster-replication-using-shared-storage .
I got as far as a successful run ofTest-SRTopology on my 2 servers (1 node per site, more to come) with local SAN LUNs.
I have the 2 nodes joined to a cluster now and tried Enable-ClusterS2D (as seen inhttps://www.youtube.com/watch?v=k1ElKuyZPJg -
but not on the TechNet page) and got the error mentioned in title.
Get-PhysicalDisk shows my LUNs with BusType=Fibre Channel and I still get this "no
disks with supported bus types found" while the TechNet page clearly lists FC/SAN disks as
a supported configuration.
I know by using SAN storage I'm giving up S2D benefits (especially on the cost side), but I'd love to use the replication possibilities for our DR solution.
I tried to skip Enable-ClusterS2D and continue anyway (as TechNet does not mention that step). But then "Get-ClusterAvailableDisk -All | Add-ClusterDisk" fails (for the same reason?). Of the 4 LUNs I have, only 2 get added by Add-ClusterDisk. The other 2 LUNs are no longer visible as "clusteravailabledisk". but why??
any tips or tricks how I can get this to work? what am I doing wrong? or is my FC/SAN configuration to blame?