1834052 Members
2475 Online
110063 Solutions
New Discussion

Re: Processor type

 
SOLVED
Go to solution
Ajith Nath.G
Occasional Advisor

Processor type


Hi,

Is any command is there in HP-UX to find out the CPU type of any HP 9000 server.
What i know is that SAM will show it but i want the command.

regards,
an
Om Shanti Om
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: Processor type

Hi:

1. 'model' will return the processor name; e.g. K570, D390, etc.

2. Match the output from 'uname -m' with /usr/sam/lib/mo/sched.models to find the PA-RISC version of your processor. /usr/sam/lib/mo/sched.models will be as current as your SAM patches.

3. 'getconf KERNEL_BITS' will return whether you are running 32- or 64-bit.

4. 'getconf HW_32_64_CAPABLE' will show whether your processor is 64-bit capable or not.

5. To find the processor speed (MHz):

# echo itick_per_usec/D | adb -k stand/vmunix /dev/mem

...JRF...
CHRIS_ANORUO
Honored Contributor

Re: Processor type

You can also check /var/tombstones/ts** for processor Module, System Board, PDC firmware Revision.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Jayapal AP
Advisor

Re: Processor type

Hi Ajit,
U can find the processor from the SAM utility. where in u can Select the System monitors option from that u will see the system properties. In this U will be able to get the information. I hope this will do.

all the Best

jayapal
Jayapal AP