Operating System - HP-UX
1820071 Members
2441 Online
109608 Solutions
New Discussion юеВ

How to get array info from device file

 
Kyle Le
New Member

How to get array info from device file

Does anyone know if there are standard HP-UX utils that can query a device file to get array disk information? What I'm after is something that will take a device file (i.e., /dev/dsk/c10t0d0) and tell you the CU:LDEV info for an XP array or the VDISK name for an EVA array. Thanks.
7 REPLIES 7
Tim Nelson
Honored Contributor

Re: How to get array info from device file

evainfo available on the HP biz support site might get you some info for EVAs.


Although evainfo does not seem to return much EVA internal info. e.g.
evainfo -d /dev/rdsk/c6t2d4
Devicefile Array WWNN Capacity Controller/Port/Mode
/dev/rdsk/c6t2d4 5000-1FE1-500D-13F0 6005-08B4-0007-0ADB-0000-C000-0303-0000 53248MB Ctl-A/FP-2/Optimized

Kyle Le
New Member

Re: How to get array info from device file

Thanks Tim,

That gives me one useful piece that I can use. I will definitely check out the evainfo util and see what it provide.
Torsten.
Acclaimed Contributor

Re: How to get array info from device file

A similar tool is xpinfo for the XP array. You should ask hp support for it.

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!   
Tim Nelson
Honored Contributor

Re: How to get array info from device file

evainfo for 11.31 (pa or ia) is here(actually the release notes for this says all vers all platforms ).
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?swItem=co-53627-1тМй=en&cc=us&idx=0&mode=4&

evainfo for 11.23 (pa or ia )is here.
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?swItem=co-52750-1тМй=en&cc=us&idx=0&mode=4&

evainfo for 11.11 (pa) is here.
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=US&swItem=co-52747-1
Tim Nelson
Honored Contributor

Re: How to get array info from device file

A correction:
>>evainfo for 11.31 (pa or ia) is here(actually the release notes for this says all vers all platforms ).


The release notes for the 11.31 version are wrong. The 11.31 version as expected only works on 11.31. ( go figure ;)

Khashru
Valued Contributor

Re: How to get array info from device file

Use evainfo and xp info. You did not said about the version. here is the link for hp-ux 11.31

http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&swItem=co-53627-1&jumpid=reg_R1002_USEN

Johnson Punniyalingam
Honored Contributor

Re: How to get array info from device file

xpinfo -f /dev/rdsk/c24t4d7
Problems are common to all, but attitude makes the difference