Operating System - HP-UX
1834491 Members
3479 Online
110067 Solutions
New Discussion

Re: firmware level of the disk

 
jamshed
Frequent Advisor

firmware level of the disk

Does anyone know how can i find the firmware version of the disk?
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: firmware level of the disk

You have to use the *stm diagnostic tools. Invoke one of cstm, mstm or xstm. Then select each disk and run an Information Log on it. That will tell you the firmware.

I am assuming that you are talking about the internal disks on a machine or some JBOD disks you have. If you are talking about disks in a disk array then you will have to use tools appropriate for that array to look at the disks in the array.
Hoang Chi Cong_1
Honored Contributor

Re: firmware level of the disk

Do you use Vitual Array , EVA or disk array???
If you use VA, EVA, it is easy to check the disk firmware with CommandView SDM.

Regard,
HoangChiCong
Looking for a special chance.......
Bill Hassell
Honored Contributor

Re: firmware level of the disk

echo "selclass type disk;info;wait;infolog" | /usr/sbin/cstm

If you don't have cstm (the online diagnostics) you need to get them loaded as soon as possible. Use your latest SupportPlus CDROM or download a copy from: http://www.software.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=B6191AAE


Bill Hassell, sysadmin
Noel Miranda
Frequent Advisor

Re: firmware level of the disk

If you are using a disk array then

amdload -i

will display the firmware revisions for all hardware components of the specified disk array.
Isralyn Manalac_1
Regular Advisor

Re: firmware level of the disk

Hi jamshed,

You can use the Online Diagnostics Tool. You may also want to consider getting System Information Reporter (SIR) from HP Solution Center. It's a good sysad tool to have.

Regards,

Isralyn
Andrew Rutter
Honored Contributor

Re: firmware level of the disk

hi,

#diskinfo -v /dev/rdsk/cxtxdx

where x= device number shown in ioscan

this will show you the details of the disk

Andy