1753511 Members
5210 Online
108795 Solutions
New Discussion юеВ

CU:LDEV and device

 
SOLVED
Go to solution
ossupport55
Frequent Advisor

CU:LDEV and device

Dear all,

On RHEL 4 and 5 how do i find the CU:LDEV of SAN volumes.

cheers
3 REPLIES 3
Ivan Ferreira
Honored Contributor
Solution

Re: CU:LDEV and device

Run:

fdisk -l | grep sd

Then run:

scsi_id -g -s /block/sd

Where is each of the devices names you get from fdisk.

You should get something like:

# scsi_id -g -s /block/sdb
1HITACHI 710110950068

Being the serial number and the CU:LDEV deivce at the end.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
ossupport55
Frequent Advisor

Re: CU:LDEV and device

Thanks Ivan,

I do see the following:

360060e80042b050000002b05000013c4

Yes, 13c4 is the CU:LDEV. But what are the others and how to decode it.

cheers,
Ivan Ferreira
Honored Contributor

Re: CU:LDEV and device

I'm not sure in your case about other values, it could be a mix of the serial number or can be derivated of the port WWN of the storage.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?