Dear Sharma Nikhil,
In a Hyper‑V environment with Virtual Fibre Channel, Live Migration only works reliably if the virtual SAN switches are consistently mapped across all cluster nodes and the NPIV WWN pools are properly aligned. Each VM must be assigned a static pair of WWNs, and those WWNs must be zoned on the SAN for every host in the cluster. If the destination host’s HBA is mapped to a different NPIV pool, the VM will lose connectivity because the SAN does not recognize the WWN presented after migration.
The recommended approach is to configure identical Virtual SAN switches on each host, pointing to the same physical HBA ports. Then, assign static WWN pairs to the VM using PowerShell (Set-VMFibreChannelPort -VMName <VM> -WWPN <WWN1> -WWNN <WWN2>). Ensure that these WWNs are included in the SAN zoning and masking rules for all HBAs in the cluster. This way, when the VM migrates, the SAN still sees the same WWN identity and maintains disk access. Without static WWN assignment and consistent SAN zoning, NPIV will generate mismatched identities and break the path. Once the configuration is uniform across nodes, Live Migration will preserve SAN connectivity seamlessly.
If my answer is useful for you, please hit Accept the answer to support me.
Thank you,
Domic.