Operating System - HP-UX
1752410 Members
5709 Online
108788 Solutions
New Discussion юеВ

Re: Commands to obtain BIOS & Processor Info in HP-UX

 
SOLVED
Go to solution
Ryan Bernard
Frequent Advisor

Commands to obtain BIOS & Processor Info in HP-UX

Hi All

Do you know what are the commands to obtain the below information from a HP-UX server (PA & IA)? Thanks alot~!

1) BIOS Version
2) BIOS Date
3) Processor Type
4) Processor Model
5) Processor Series
6) Processor Cache Size
7) Processor Hyper Thread enabled
10 REPLIES 10
Ganesan R
Honored Contributor
Solution

Re: Commands to obtain BIOS & Processor Info in HP-UX

Hi,

pdcinfo will provide the details about BIOS.

CSTM will more helpful to find out the processor details.
Best wishes,

Ganesh.
Vivek Bhatia
Trusted Contributor

Re: Commands to obtain BIOS & Processor Info in HP-UX

HI Ryan,

In PA-RISC machine.You can use the below command

/opt/ignite/bin/print_manifest

And For IA machines , you can use "machinfo" comamnd.

Regards
Vivek
Steven E. Protter
Exalted Contributor

Re: Commands to obtain BIOS & Processor Info in HP-UX

Shalom,

PA-RISC, model, gives you the model number.

cstm mstm or xstm can give you some of the information you seek.

4-7 is probably only available on a running machine if you have installed PSP for HP-UX. That ships with additional utilities that let you query the machine.

You can take the model information to http:/docs.hp.com and get more specific information on your system, but that route may not meet the exact criteria of your question.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Michal Kapalka (mikap)
Honored Contributor

Re: Commands to obtain BIOS & Processor Info in HP-UX


hi,


print_manifest / model / cstm ....

machinfo - Itanium only

bios version ( firmware ) MP console ==> cm ==>
sysrev

for example :

SYSREV

Current firmware revisions

MP FW : E.03.15
BMC FW : 03.52
EFI FW : 03.14
System FW : 03.17

mikap
Andrew Rutter
Honored Contributor

Re: Commands to obtain BIOS & Processor Info in HP-UX

hi,

for newer servers you should be able to get it from the diagnostics if installed

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

for older PA servers you needed to reboot the box to PDC level and check in the informtion menu there

Andy
Ryan Bernard
Frequent Advisor

Re: Commands to obtain BIOS & Processor Info in HP-UX

Thanks alot for the prompt reply. Can somebody help provide the cstm command required?

Torsten.
Acclaimed Contributor

Re: Commands to obtain BIOS & Processor Info in HP-UX

Hi Ryan,

hp-ux servers does not have BIOS, but firmware.

For Integrity servers or even for PA servers if running 11.31 you can use

# machinfo

to get all the details.

for (7) use "setboot"


For PA servers you can use

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

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!   
Suraj K Sankari
Honored Contributor

Re: Commands to obtain BIOS & Processor Info in HP-UX

Hi,

PA-RISC machine
use print_manifest
For
Itanium machines
machinfo

or third party software like nickel or cfg2html

>>Can somebody help provide the cstm command required?
for memory we can use cstm like this
# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm
or type cstm at command prompt you will get cstm> prompt then type help

for more info check man cstm

Suraj
Shiv007
Frequent Advisor

Re: Commands to obtain BIOS & Processor Info in HP-UX

Hi Ryan,

You can fetch the data from MP.
---------------------------------------------
MP>CM
MP>CM>DF
form the above select Processor Module.
---------------------------------------------
On PA systems you run cstm/mstm and get the information specific to CPU by running info tool or expert tool.
---------------------------------------------
On IA Systems you can run machinfo or cstm/mstm and get the information specific to CPU by running expert tool.
---------------------------------------------
if you are running HPUX 11iv2 Sep 2006 or above
you can get the information from HP System Management Home Page.
http://:280 login as root.
---------------------------------------------

Thanks
Shivaprasad