1826779 Members
1537 Online
109702 Solutions
New Discussion

Re: XP24000 ldev UUID

 
Hka_1
Occasional Advisor

XP24000 ldev UUID

is there any way to identify UUID of XP24000 LDEVs. do we have an xpinfo tool for ESX servers?
4 REPLIES 4
Michael Leu
Honored Contributor

Re: XP24000 ldev UUID

Not sure about ESX, with Linux you can grab the WWID/0x83 info with something like scsi_id and get:

60060e80-----000000=====0000++++

Where
==== is the XP's serial number in hex.
++++ is the LDEV number in hex.
Hka_1
Occasional Advisor

Re: XP24000 ldev UUID

Hi,

Could you get me the command syntax.
Michael Leu
Honored Contributor

Re: XP24000 ldev UUID

# cat /proc/vmware/scsi/vmhba1/0\:2

from: http://communities.vmware.com/message/500242#500242
Alzhy
Honored Contributor

Re: XP24000 ldev UUID

The last 4 digits in the UUID/WWID of an XP LUN on *any* OS corresponds to the venerable and dependable CU:LDEV nomenclature.

Hakuna Matata.