Operating System - HP-UX
1745899 Members
4156 Online
108723 Solutions
New Discussion

Get model/firmware of physicall disks that form and IR volume from HPUX os.

 
SOLVED
Go to solution
likid0
Honored Contributor

Get model/firmware of physicall disks that form and IR volume from HPUX os.

Hi,

when the disks are cofigured on a IR volume/hardware raid I can't find a way with sasmgr/cstm/cprop to get the model and firmware of the disks wich seems a bit odd.

The only way I found is from the efi-shell going into the raid controller configuration.

In this example it's a bl870c with the integrated hardware raid controller on the systembiar, and no combination of sasmgr commands is able to get the model/firmware of the physical disks that form the IR volume.

 

sasmgr get_info -D /dev/sasd0 -q raid=all
.........
Participating Physical Drive(s) :

SAS Address         Enc   Bay   Size(MB)      Type            State           

0x5000c500171ev3e5   1     1    140014        SECONDARY       ONLINE         
0x5000c5001766h11d   1     2    140014        PRIMARY         ONLINE         

 

Do you know a way to get the model/firmware of the disks from the OS?

 

Regards.

Windows?, no thanks
1 REPLY 1
Robert_Jewell
Honored Contributor
Solution

Re: Get model/firmware of physicall disks that form and IR volume from HPUX os.

The post a bit old, so maybe you have already found the answer.  What you are looking for is the -q lun and -q lun_locate options.  For example:

# sasmgr get_info -D /dev/sasd0 -v -q lun=all -q lun_locate
LUN                       LUN HW Path               Enc   Bay   Locate LED
===                       ===========               ===   ===   ==========
/dev/rdsk/c0t1d0          0/4/1/0.0.0.1.0           1     4     OFF
/dev/rdsk/c0t2d0          0/4/1/0.0.0.2.0           1     8     OFF
/dev/rdsk/c0t9d0          0/4/1/0.0.0.9.0           1     5     OFF

RAID VOL ID is 2 :
LUN                       LUN HW Path
===                       ===========
/dev/rdsk/c0t0d0          0/4/1/0.0.0.0.0

Physical disks in volume are :
        Enc   Bay   Locate LED    VendorID      ProductID          Revision
        ===   ===   ==========    ========      =========          ========
        1     7     OFF           HP            DG036A9BB6         HPD0
        1     6     OFF           HP            DG036A9BB6         HPD0

-Bob

 

----------------
Was this helpful? Like this post by giving me a thumbs up below!