Operating System - HP-UX
1752786 Members
6030 Online
108789 Solutions
New Discussion юеВ

Re: Identify Dual Core CPU

 
Premgy Varghese
Occasional Advisor

Identify Dual Core CPU

I have different types of HP-UX PA-RISC systems except Superdome.
Can some please help me with commands to identify if my systems got dual core cpu or not?
Basically I need to know the number of detachable physcal CPU units.

Thanks
Premgy
8 REPLIES 8
Deepak Kulkarni
Regular Advisor

Re: Identify Dual Core CPU

Torsten.
Acclaimed Contributor

Re: Identify Dual Core CPU

See also

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1222330


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!   
Yashwant
Valued Contributor

Re: Identify Dual Core CPU

use machinfo -v command
HTEL SUPPORT
New Member

Re: Identify Dual Core CPU

I forgot to mention that my OS is HP-UX 11.11, hence machinfo won't work for me.

ioscan and top displays the number of cores. Nowhere is counts physical units.

is there any options with cstm ?

Thanks
Premgy
Premgy Varghese
Occasional Advisor

Re: Identify Dual Core CPU

I forgot to mention that my OS is HP-UX 11.11, hence machinfo won't work for me.

ioscan and top displays the number of cores. Nowhere is counts physical units.

Is it possible with cstm?

Thanks
Premgy
Torsten.
Acclaimed Contributor

Re: Identify Dual Core CPU

Is this your thread?

AFAIK each system can have either single core or dual CPUs, or better a particular system model only supports single or dual cores.

I'm not aware of a certain model that can have either single or dual cores.

Hmm, difficult to say ...

The PA8800 and PA8900 CPUs are always dual cores (sometimes with one core deactivated), so if you have a system with these CPUs - you have always dual cores.

But a system that supports these CPUs can *never* have an older single core CPU and vice versa.


To keep it simple, if you know the exact system model, you already know if it has dual cores (this applies to PA-RISC only).

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!   
Torsten.
Acclaimed Contributor

Re: Identify Dual Core CPU

I'll give you an example:

The rp7400 (n-class) can have either pa8500, pa8600 or pa8700 cpus - always single core (same for L-class)

the rp7420 can have either pa8800 or pa8900 - always dual cores.

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!   
Premgy Varghese
Occasional Advisor

Re: Identify Dual Core CPU

That's perfect answer for me. Thank you very much