Integrity Servers
1748011 Members
3492 Online
108757 Solutions
New Discussion юеВ

Re: RX1620/RX3600 Processors

 
SOLVED
Go to solution
uspfoms
Regular Advisor

RX1620/RX3600 Processors

How do I determine number of processors installed in Rx servers without having to interupt boot and use EFI. I used iLO-MP
CM>ss command and it returns info below:

Monarch Processor: 0

processor:0 Installed and Configured
processor:1 Installed and Configured

Is this the number of Physical Processors installed? Is there HP-UX commands to query processor info?

Thanks
7 REPLIES 7
Torsten.
Acclaimed Contributor
Solution

Re: RX1620/RX3600 Processors

Best tool is

/usr/contrib/bin/machinfo

Example:

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)


...



This is a dual core Montecito CPU (dual core = 2 per socket).
A Montevale is 9100 series processor

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!   
uspfoms
Regular Advisor

Re: RX1620/RX3600 Processors

Machinfo output below...
Does this mean this Rx1620 server is full?

Thanks


Number of CPUs = 2
Clock speed = 1600 MHz
Bus speed = 533 MT/s
CPUID registers
vendor information = "GenuineIntel"
processor serial number = 0x0000000000000000
processor version info = 0x000000001f020204
architecture revision: 0
processor family: 31 Intel(R) Itanium 2 Family Processors
processor model: 2 Intel(R) Itanium 2 processor
processor revision: 2 Stepping A2
largest CPUID reg: 4
processor capabilities = 0x0000000000000001
implements long branch: 1
Torsten.
Acclaimed Contributor

Re: RX1620/RX3600 Processors

The rx1620 has 2 slots - you have 2 single core CPUs, see also

http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=120&prodSeriesId=3257031&prodTypeId=15351&objectID=c01161194


Single-core processors ====================== processor family: 31 Intel(R) Itanium 2 Family Processors Dual-core processors ==================== processor family: 32 Intel(R) Itanium 2 9000 series OR processor family: 32 Intel├В┬о) Itanium 2 9100 series

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: RX1620/RX3600 Processors

bad format, sorry.

Single-core processors ======================

processor family: 31 Intel(R) Itanium 2 Family Processors

Dual-core processors ====================

processor family: 32 Intel(R) Itanium 2 9000 series

or

processor family: 32 Intel├В┬о) Itanium 2 9100 series


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!   
uspfoms
Regular Advisor

Re: RX1620/RX3600 Processors

That's answers My Rx1620.
My RX3600 below output.
Does this mean 2 Dual core processors or 1 dual core processor?
I'm trying to find out if I can add to these?

CPU info:
Number of CPUs = 2
Clock speed = 1395 MHz
Bus speed = 532 MT/s
CPUID registers
vendor information = "GenuineIntel"
processor serial number = 0x0000000000000000
processor version info = 0x0000000020000704
architecture revision: 0
processor family: 32 Intel(R) Itanium 2 9000 series
processor model: 0 Intel(R) Itanium 2 9000 series
processor revision: 7 Stepping C2
largest CPUID reg: 4
Torsten.
Acclaimed Contributor

Re: RX1620/RX3600 Processors

You are running 11.23, right?

The machinfo output is slightly different.
My machinfo was from 11.31, the "2 per socket" is new.

Anyway, the rx3600 has 2 slots, you have 2 cores (1 module) of a dual-core CPU (Montecito).
There is one empty slot left.

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!   
uspfoms
Regular Advisor

Re: RX1620/RX3600 Processors

Yep 11.23

That's what i was looking for.
I need to purchase 1 Dual core for the Rx3600.

Thanks again