Operating System - HP-UX
1753816 Members
8529 Online
108805 Solutions
New Discussion

Re: how to find the CPU cores in HP-UX 11.31

 
Torsten.
Acclaimed Contributor

Re: how to find the CPU cores in HP-UX 11.31

Please post the complete "machinfo" output or just

 

# model

 

to see what server you have.

 

The (still) current Itanium CPU called Tukwila is a 4-core CPU, aka Intel Itanium 9300 series.

 

Maybe you see more cores in this output because of HT enabled, but this is not what I would expect.

 

 

>> 6 logical processors

 

Maybe 1 of the 4 cores is disabled because of a fault, this could explain the unusual result.

 

 

Consider to post

 

# model

 

# machinfo

 

# setboot

 

#  /opt/propplus/bin/cprop -summary -c "Processors"

 

#  /opt/propplus/bin/cprop -detail -c "Processors"

 


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!   
rajesh73
Super Advisor

Re: how to find the CPU cores in HP-UX 11.31

$ /usr/sbin/setboot
Primary bootpath : 32/0/2/2/0/0/0/4/0/0/0.0x50060e8005bffb21.0x4000000000000000 (/dev/rdisk/disk6)
HA Alternate bootpath : 32/0/2/2/0/0/0/2/0/0/1 (LAN Interface)
Alternate bootpath :

Autoboot is ON (enabled)
Hyperthreading : ON
               : ON (next boot)

please find the below o

 

$ /opt/propplus/bin/cprop -summary -c "Processors"

[Component]: Processors
Error encountered while loading summary information!
PGS08000: CIM HTTP or HTTPS connector cannot connect to local CIM server. Connection failed.
Error encountered while loading summary information!
<ERROR> "[Component]: Processors", "[Class]: HPUX_Processor": PGS08000: CIM HTTP or HTTPS connector cannot connect to local CIM server. Connection failed.
Error encountered while loading summary information!
<ERROR> "[Component]: Processors", "[Class]: HPUX_Processor": PGS08000: CIM HTTP or HTTPS connector cannot connect to local CIM server. Connection failed.
$ /opt/propplus/bin/cprop -detail -c "Processors"

[Component]: Processors
Error encountered while loading detailed information!
PGS08000: CIM HTTP or HTTPS connector cannot connect to local CIM server. Connection failed.
Error encountered while loading detailed information!
<ERROR> "[Component]: Processors", "[Class]: HPUX_Processor": PGS08000: CIM HTTP or HTTPS connector cannot connect to local CIM server. Connection failed.
Error encountered while loading detailed information!
<ERROR> "[Component]: Processors", "[Class]: HPUX_Processor": PGS08000: CIM HTTP or HTTPS connector cannot connect to local CIM server. Connection failed.
$ whereis setboot
setboot: /usr/sbin/setboot /usr/share/man/man1m.Z/setboot.1m

 

$ model
ia64 hp Superdome2 16s
$ machinfo
CPU info:
  2 Intel(R)  Itanium(R)  Processor 9340s (1.6 GHz, 10 MB)
          4.79 GT/s QPI, CPU version E0
          8 logical processors (4 per socket)

Memory: 49148 MB (48 GB)

Firmware info:
   Firmware revision:  002.074.000
   FP SWA driver revision: 1.18
   IPMI is supported on this system.
   BMC firmware revision: 1.03

Platform info:
   Model:                  "ia64 hp Superdome2 16s"
   Machine ID number:      bf375bf8-df80-11df-b3d2-b47dd76f23dc
   Machine serial number:  SGH50370EV

OS info:
   Nodename:  eccci002
   Release:   HP-UX B.11.31
   Version:   U (unlimited-user license)
   Machine:   ia64
   ID Number: 3208076280
   vmunix _release_version:
@(#) $Revision: vmunix:    B.11.31_LR FLAVOR=perf

 

 

please help me . urgent

Dennis Handly
Acclaimed Contributor

Re: how to find the CPU cores in HP-UX 11.31

>please help me . urgent

$ /usr/sbin/setboot

Hyperthreading : ON

$ machinfo
  2 Intel(R)  Itanium(R)  Processor 9340s (1.6 GHz, 10 MB)
          8 logical processors (4 per socket)

 

It seems to be working fine now.  You have 8 cores.

Why is this urgent?

Torsten.
Acclaimed Contributor

Re: how to find the CPU cores in HP-UX 11.31

This is either a single blade nPar or any kinf of vpar.

 

Do you run vPars? In this case you should get the information frm OA.

 

However, there are 2 quad core CPUs = 8 cores in this SD2 nPar.


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!