Operating System - HP-UX
1834697 Members
1986 Online
110069 Solutions
New Discussion

Re: retrive BIOS and Baseboard information on HPUX

 
in_kunal
Occasional Advisor

retrive BIOS and Baseboard information on HPUX

Can any one please tell me the method and/or commands to retrive manufacturer, version and serial number of BIOS and Baseboard?

Thanking you,

3 REPLIES 3
sujit kumar singh
Honored Contributor

Re: retrive BIOS and Baseboard information on HPUX

HI


log on to the MP of the server.
MP>
go to the command mode
MP>CM
in the command mode give the command as sysrev on the "MP:CM>" prompt
MP:CM>sysrev
MP:CM>ss
MP:CM>ps
MP:CM>df -all -nc

You will get all the Informations.


Please assign points if you getthe answers
regards
sujit

zen_shrikant
Occasional Contributor

Re: retrive BIOS and Baseboard information on HPUX

hi sujit i am writing a script to fetch the information so intraction with MP is not feasible so please suggest some direct commands. like we have machinfo on ia64. i want some commands to get above information in both ia64 and PARISC.

Thanks for your above replly.
sujit kumar singh
Honored Contributor

Re: retrive BIOS and Baseboard information on HPUX

Hi
can use the command cstm then, can refer to the manpages of the command cstm.

you can extract the IO Backplane , System Base board, CPU Boards, Memory Carirer Boards, CPU information from there amnufacturer and part nos, but FW Inforamtion i do not think so ( have a big doubt).

#cstm
ctsm>
cstm>selall
cstm>info;wait
cstm>infolog

you can print and/or save the Output.

regards
sujit