Operating System - HP-UX
1752822 Members
4398 Online
108789 Solutions
New Discussion

lun number map to a device file name

 
SOLVED
Go to solution
Fidel Ramirez_1
Frequent Advisor

lun number map to a device file name

Hi Fellas,
We have an HP EVA 8100 with HP-UX 11.23 and 11.31 hosts connected to it.
I’m wondering if there is a unique mapping between a LUN in the EVA with a device file name in a host.
For example, on a host I have
/dev/rdsk/c25t0d1 LUN 1
/dev/rdsk/c25t0d2 LUN 2
/dev/rdsk/c25t0d3 LUN 3
/dev/rdsk/c29t15d2 LUN 250
If this is the case, I want to use the LUN number to get the device file name in the host and remove it later after a snap clone is done.
Your answer will be highly appreciated.
2 REPLIES 2
Torsten.
Acclaimed Contributor
Solution

Re: lun number map to a device file name

Hi,

the device file is almost meaningless, you need the hardware path!

See this thread from this week:

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1317801

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Fidel Ramirez_1
Frequent Advisor

Re: lun number map to a device file name

Thank you, Torsten. It works!