1748151 Members
3494 Online
108758 Solutions
New Discussion юеВ

Re: LUN Mapping

 
SOLVED
Go to solution
Notts_sys2
Occasional Contributor

LUN Mapping

Dear All,

We have SUSE Enterprise Server 10 running OES. We have some LUNs presented to the server from an EVA. We can see the appropriate device names on the server (ex: /dev/sda) but due to lack of documentation at the time of creation of these LUNs, we are unable to map them to the LUNs on the EVA. Using Yast, the udi number shows the EVA Controller serial number so we are not able to map which devices on the server maps to what LUNs on the EVA. So was wondering if there was any way on the server to display the WWN numbers of these devices/LUNs so we could map it to appropriate LUNs on the EVA or any other technique to do the same.
4 REPLIES 4
Rob Leadbeater
Honored Contributor

Re: LUN Mapping

Hi,

Try looking in the output of "dmesg". That should hopefully give you enough information to go on...

If you have the HP HBA drivers installed then you should have the command "lssd" which might give some more information...

Cheers,

Rob
Michael Leu
Honored Contributor
Solution

Re: LUN Mapping

You can try
scsi_id -g -p 0x83 -s /block/sda
which should give you the World Wide LUN Name.
Ivan Ferreira
Honored Contributor

Re: LUN Mapping

The scsi_id -g -s /block/sda is the way to go. You can map then the information with the WWN you can get from the VDISK in the general tab using command view.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Notts_sys2
Occasional Contributor

Re: LUN Mapping

Thanks, i used the scsi_id option and it solved my issue.