HPE 9000 and HPE e3000 Servers
1752788 Members
5755 Online
108789 Solutions
New Discussion юеВ

Re: firmware version

 
SOLVED
Go to solution
Raj_Ranjan
Frequent Advisor

firmware version

what is the command to get the firmware version of server in hpux 11.0
4 REPLIES 4
Tim Nelson
Honored Contributor

Re: firmware version

Which firmware ?

CPU, MP, HBAs, disks... ?

CPU PDC revs and disks can be gotten from diags ( xstm > cpu > info )

MP FW can be gotten from the help menu or sysrev depending on the HW model

HBAs depends on which ones.



Torsten.
Acclaimed Contributor

Re: firmware version

hp-ux 11.00 - must be an old server...

Use

# echo "selclass qualifier cpu;info;wait;il"|cstm

and grep for "PDC".

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!   
Sharma Sanjeev
Respected Contributor
Solution

Re: firmware version

Hi Raj

You can Run

cstm on Prompt
selall
il
and than save into file.
you will have all version info in that file

For MP
Go to MP Prompt than CM than sysrev

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
Raj_Ranjan
Frequent Advisor

Re: firmware version

Hi Sanjeev,

Your command really helped me. It helped me to get the details of all the firmware in HPUX box.

Thanks

Rajeev