HPE 9000 and HPE e3000 Servers
1752790 Members
6223 Online
108789 Solutions
New Discussion юеВ

Re: CPU Type, Speed

 
SOLVED
Go to solution
arkie
Super Advisor

CPU Type, Speed

Hi,

Request help with how to gather the CPU type, speed, FRU info, memory info, etc. from the rp4440, rp3440 & rp3410 PA-RISC based systems running HP-UX B.11.11.

I am unable to locate these info from the cstm output. What does the "Hardware Model: 0x894" under "Information Tool Log for CPU" signify?

One cstm output of a rp4440 system is attached herewith
10 REPLIES 10
Robert-Jan Goossens
Honored Contributor

Re: CPU Type, Speed

Hi,

Try the machinfo command.

# /usr/contrib/bin/machinfo

Regards,
Robert-Jan
arkie
Super Advisor

Re: CPU Type, Speed

I tried '/usr/contrib/bin/machinfo' but system is saying :not found. Sorry, forgot to mention HP-UX version is B.11.11

I was trying with 'cstm' but the UI is not starting up properly, and I cant select anything - says the same is disabled.
Robert-Jan Goossens
Honored Contributor

Re: CPU Type, Speed

try this (borrowed from Merijn http://mirrors.develooper.com/hpux/faq.html )

# perl -MUnix::Processors -le'print join"\t",$_->id,$_->state,$_->type,$_->clock for @{Unix::Processors->new()->processors}'
arkie
Super Advisor

Re: CPU Type, Speed

Can't locate Unix/Processors.pm in @INC (@INC contains: /opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi /opt/perl/lib/5.8.3 /opt/perl/lib/site_perl/5.8.3/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.8.3 /opt/perl/lib/site_perl .).
BEGIN failed--compilation aborted.
Robert-Jan Goossens
Honored Contributor

Re: CPU Type, Speed

Ignite installed?

# /opt/ignite/bin/print_manifest
arkie
Super Advisor

Re: CPU Type, Speed

yes, installed.d Pls find the output attached
Robert_Jewell
Honored Contributor

Re: CPU Type, Speed

Support Tools will give you the info your looking for. Run it like this to create a single text log file to view:

# echo "selall;info;wait;infolog;view;done" | /usr/sbin/cstm > /tmp/info.log

View the /tmp/info.log file.

If you dont have STM installed, download it from HP from here:

https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=B6191AAE

-Bob
----------------
Was this helpful? Like this post by giving me a thumbs up below!
Robert_Jewell
Honored Contributor
Solution

Re: CPU Type, Speed

OK, sorry I hadnt realized you provided that info with your original post.

Memory info can be obtained from STM, but at times CPU details are vague. You can get more info from the MP of the server though. Access the MP from the console (or telnet to the MP LAN if configured). From the MP Command Menu run DF. Specify Processor RAM and CPU PIROM to see details on the processor.

-Bob
----------------
Was this helpful? Like this post by giving me a thumbs up below!
Torsten.
Acclaimed Contributor

Re: CPU Type, Speed

From your cstm output:

CPU model: PA 8900

A newer version will also report the speed.

Your version is from 2005!!!


http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE

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!