How to List SATPs on an ESXi 5 Host
# esxcli storage nmp satp list
How to List PSPs on an ESXi 5 Host
# esxcli storage nmp psp list
Listing Paths to a LUN Using the UI
Listing Paths to a LUN Using CLI
• esxcli storage nmp path list
• esxcli storage nmp path list –d <device ID e.g. NAA ID>
LUN's Device ID = naa.xxxx
Getting LUN NAA ID using esxcli storage vmfs extent list
or below command
For FC device, using below command to identify NAA ID:
esxcfg-mpath -b |grep -B1 "fc Adapter"| grep -v -e "--" |sed 's/Adapter.*//'
For iSCSI device, using below command to identify NAA ID:
esxcfg-mpath -m |grep iqn
For FCoE device, using below command to identify NAA ID:
esxcfg-mpath -b |grep -B1 "fcoe Adapter"| grep -v -e "--" |sed 's/Adapter.*//'
To identify which array model it is, use this command:
esxcli storage core device list –d <device ID e.g. NAA ID>