1. Identify the Virtual Adapter name (for example vmhbaX) assigned to the SW Initiator.
# esxcli iscsi adapter list
2. Identify the vmknic (also known as the vmkernel port) connected to the Virtual Adapter identified in Step 1.
# esxcli iscsi logicalnetworkportal list
3. Identify the Port Group name to which the vmkernel ports are attached
# esxcfg-vmknic –l
4. Find the name of the Virtual Switch
# esxcli network vswitch standard portgroup list
5. Find out the uplinks
# esxcfg-vswitch -l
前面1-4个命令可用以下命令代替:
# esxcli iscsi networkportal list
logical network final diagram