1834019 Members
2970 Online
110063 Solutions
New Discussion

Re: processor core

 
navin
Super Advisor

processor core

Hello ,
Please apologies if this is a repeated question from me.I would like to know if my server's processor is a 2 core or single - how can i foind out.
Thanks Much

 

-------------------------------

P.S. This Thread has been moved from Servers --> General to HP-UX --> System Administration - Forum Moderator

Learning ...
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor

Re: processor core

Hi,

# ioscan -fnCprocessor

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

# /usr/contrib/bin/machinfo

Regards,
Robert-Jan
Torsten.
Acclaimed Contributor

Re: processor core

First specify the server model.

All of the latest PA-RISC CPUS (8800 and 8900) are dual-cores.

For Integrity the 9000 and 9100 series are dual-cores too.

As mentioned before, in 11.23 and 11.31 you can use "machinfo".

example:

1) PA-RISC
#machinfo -v
CPU info:
1 PA-RISC 8800 processor (800 MHz, 32 MB)
CPU version 4
2 logical processors (2 per socket)

...

2) Integrity
machinfo
CPU info:
1 Intel(R) Itanium 2 9000 series processor (1.4 GHz, 12 MB)
399 MT/s bus, CPU version C2
2 logical processors (2 per socket)

...

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!