Operating System - HP-UX
1752734 Members
5490 Online
108789 Solutions
New Discussion

Re: How to check LUN Detected on server

 
SOLVED
Go to solution
Abubakkar
Frequent Contributor

How to check LUN Detected on server

1)How to check LUN Detected on server  for 11iv1 and 11iv3

2)how to find which are disk file is belong from storage(LUN)

My both question similarly same. Kindly any one explain me.

2 REPLIES 2
Hiren N Dave
Valued Contributor
Solution

Re: How to check LUN Detected on server

Hi

 

>> 1)How to check LUN Detected on server  for 11iv1 and 11iv3

Use below command to find detected LUNs on system

# ioscan -fnC disk

 

>> 2)how to find which are disk file is belong from storage(LUN)

From which storage are LUNs given to system...based on storage controller, it will show disk description and with description, u will get to know its storage

 

You can also use below command to find out its storage

# diskinfo -v /dev/rdsk/cxtxdx

 

Cheers..

 

 

 

I am an HP Employee

Was this post useful? - You may click the KUDOS! star to say thank you.
Torsten.
Acclaimed Contributor

Re: How to check LUN Detected on server

Depending on the storage array model there are several tools that can help, like evainfo and xpinfo (delivers LUN details, device file, etc).

 

In 11.31 you can also use for example

 

# scsimgr -p get_attr all_lun -a hw_path -a device_file -a wwid -a serial_number


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!