VMware Cloud Community
nava_thulasi39

How to get LUN Identifier details through command?

Hi,

How to get the NAA id of the LUN which is masked to the ESXi hosts but the LUNs are not added as a Datastore (Example: RDM LUN)

Is there any way to find through command?

If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful
0 Kudos
2 Replies
memaad
Virtuoso
Virtuoso

Hi,

Run this command

cd  /vmfs/devices/disk/

ls -ltrh

This will list all the naaid of all the luns.

Regards

Mohammed 

Mohammed | Mark it as helpful or correct if my suggestion is useful.
0 Kudos
memaad
Virtuoso
Virtuoso

Hi,

Also you can run this command esxcfg-mpath -l

Regards

Mohammed

Mohammed | Mark it as helpful or correct if my suggestion is useful.
0 Kudos