Operating System - HP-UX
1777313 Members
3310 Online
109068 Solutions
New Discussion юеВ

Re: How to find the physical processor count details In command prompt

 
SOLVED
Go to solution
1a
Advisor

How to find the physical processor count details In command prompt

 

 

How to find the physical processor count details In command prompt

 

The below output shows 2 processor. But hardware configuration file shows 1 processor

$/usr/local/bin/sudo ioscan -fnC processor

Class       I  H/W Path  Driver    S/W State H/W Type  Description

===================================================================

processor   0  128       processor CLAIMED   PROCESSOR Processor

processor   1  129       processor CLAIMED   PROCESSOR Processor

 

 

 

 

 

 

 

11 REPLIES 11
Dennis Handly
Acclaimed Contributor

Re: How to find the physical processor count details In command prompt

What HP-UX version are you running?

What model server do you have?

Have you tried machinfo?

1a
Advisor

Re: How to find the physical processor count details In command prompt

hpuu11.23
IA
machinfo


machinfo is working , but it show the processor count in 2. but physical processor is 1 (dual core)

how to find the this physical processor count in command prompt
Dennis Handly
Acclaimed Contributor

Re: How to find the physical processor count details In command prompt

>physical processor is 1 (dual core)

 

A dual core counts one socket and as two processors, same as your ioscan output.

1a
Advisor

Re: How to find the physical processor count details In command prompt

some times processor not in dual core ,how to find
Dennis Handly
Acclaimed Contributor

Re: How to find the physical processor count details In command prompt

>some times processor not in dual core

 

What does machinfo say is the processor model?

Torsten.
Acclaimed Contributor

Re: How to find the physical processor count details In command prompt

Please provide

# model

# machinfo

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!   
1a
Advisor

Re: How to find the physical processor count details In command prompt

pls find the attached output

Dennis Handly
Acclaimed Contributor

Re: How to find the physical processor count details In command prompt

>Itanium 2 9100 series

 

These are dual core.   9000 and up are dual.  9300 and up are quad.

Hakki Aydin Ucar
Honored Contributor
Solution

Re: How to find the physical processor count details In command prompt

How about stm OR cstm like this;

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

1a
Advisor

Re: How to find the physical processor count details In command prompt

thanks for your input

Torsten.
Acclaimed Contributor

Re: How to find the physical processor count details In command prompt

As said by Dennis, this is dual-core.

 

         processor family:           32   Intel(R) Itanium 2 9100 series
         processor model:             1   Intel(R) Itanium 2 9100 series

 

Intel Itanium 9000 (montecito) is dual core

Intel Itanium 9100 (montvale) is dual core

Intel Itanium 9300 (tukwila) is quad core

 

 

Your BL860c blade has 2 sockets for dual cores.

 

The newer BL860c i2 has 2 sockets for quad cores.

 

 

 

 

 

By the way, there is much newer firmware available for your blade!


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!