The NQN is what enables the NVMe layer to communicate to the correct endpoints on the FC fabric.

In order to find the NVMe Qualified Name for each physical ESXi host in the vCenter, connect to the vCenter, and then run the following command:

Get-VMHost | select Name,@{n='NQN';e={(Get-EsxCli -V2 -VMHost $_.Name).nvme.info.get.Invoke().HostNQN}}
0
0