Operating System - HP-UX
1819803 Members
2953 Online
109607 Solutions
New Discussion юеВ

how to find out the CPU model without opening the box

 
SOLVED
Go to solution
Gary Yu
Super Advisor

how to find out the CPU model without opening the box

Hi experts,

How can I find out the CPU model of my machine without opening the box. I've tried 'dmesg', but it didn't show up, is there another way to achieve that?

Thanks!
9 REPLIES 9
James R. Ferguson
Acclaimed Contributor
Solution

Re: how to find out the CPU model without opening the box

Hi:

# model

...JRF...
Sridhar Bhaskarla
Honored Contributor

Re: how to find out the CPU model without opening the box

Two ways

1) model command - simple
2) getconf MACHINE_MODEL

You will get more information if you check the man page for getconf

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Deshpande Prashant
Honored Contributor

Re: how to find out the CPU model without opening the box

HI
Try using the SysInfo script.
Check this thread.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x1a6646ff9277d511abcd0090277a778c,00.html

Thanks.
Prashant.
Take it as it comes.
James R. Ferguson
Acclaimed Contributor

Re: how to find out the CPU model without opening the box

Hi (again) Gary:

On 10.20, 'getconf MACHINE_MODEL' isn't implemented and will return an invalid argument.

'model' works on 10.20 as well as 11.x and returns the same information.

Regards!

...JRF...
Jay Newman
Frequent Advisor

Re: how to find out the CPU model without opening the box

Hi Gary.
2 commands with minor difference in output
(here's the difference they made on one of my servers:)
# uname -m
9000/800
# model
9000/800/K460
So I guess it depends on whether you want the "condensed version" or the full output.
"Success is defined by getting up one more time than you fall down."
Patrick Wallek
Honored Contributor

Re: how to find out the CPU model without opening the box

You say CPU Model. Are you looking for the PA-RISC type of your CPU's?

Go into SAM, then to Performance Monitors then to System Properties. The Processor tab will show you how many processors, the CPU version (2.0 PA 8000) for example, the Clock Frequency and your Hardware model.
Christopher McCray_1
Honored Contributor

Re: how to find out the CPU model without opening the box

The first way is through sam --> Performance Monitors --> System Properties, like above. Also, you can get this in stm.

Chris
It wasn't me!!!!
Gary Yu
Super Advisor

Re: how to find out the CPU model without opening the box

THANKS GUYS, YOU ARE THE MEN!
Magdi KAMAL
Respected Contributor

Re: how to find out the CPU model without opening the box

Hi Garry,

#getconf MACHINE_MODEL.

man getconf will show you other benefic parameters.

Magdi