Operating System - HP-UX
1827260 Members
2849 Online
109716 Solutions
New Discussion

Findind processor speed and serial number

 
SOLVED
Go to solution
Michael Selvesteen_2
Trusted Contributor

Findind processor speed and serial number

Hello All,

We have PA machines running HP-UX version 11.0, 11.11. I need to make out the processor speed and Machine Serial number of these machines. Is there any way or command to find these informations.

Thanks for help
Michael
4 REPLIES 4
Michael Tully
Honored Contributor

Re: Findind processor speed and serial number


Serial Number
getconf CS_MACHINE_SERIAL

CPU speed
# echo "selclass qualifier cpu;info;wait;infowait" | cstm
Anyone for a Mutiny ?
Slawomir Gora
Honored Contributor
Solution

Re: Findind processor speed and serial number

Hi,

CPU speed
1. echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem

itick_per_usec is CPU speed

2. you can use model command
ex:
9000/800/L1000-36
(36 - 360MHz)

3. SAM

SERIAL

1. stm



Slawomir Gora
Honored Contributor

Re: Findind processor speed and serial number

Hi,

if you want system serial number you can do:
echo "sel path system; il " | cstm | grep "System Serial Number"
Geoff Wild
Honored Contributor

Re: Findind processor speed and serial number

If you want more information, then use the handy dandy sysinfo301 script.

I run from cron like so:

# Run the sysinfo3.01 script
0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo >/tmp/sysinfo.cron 2>&1


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.