Operating System - HP-UX
1825693 Members
3228 Online
109686 Solutions
New Discussion

Two Dual Core 3 Logical Processors

 
Carlos A. Munoz Lopez
Frequent Advisor

Two Dual Core 3 Logical Processors

Hi guys, I'm having a confussion or a problem. We have an Integrity rx4640 running with two dual core processors. EFI reports the following information:

# of L3 L4 Family/
CPU Logical Cache Cache Model Processor
Module CPUs Speed Size Size (hex.) Rev State
------ ------- -------- ------ ------ ------- --- ------------
0 4 1.66 GHz 12 MB None 20/01 A1 Active
1 4 1.66 GHz 12 MB None 20/01 A1 Active

Once HP-UX 11.31 is up, machinfo onyl reports

CPU info:
2 Intel(R) Itanium 2 9000 series processors (1.6 GHz, 24 MB)
400 MT/s bus, CPU version C2
3 logical processors

Memory: 40930 MB (39.97 GB)

I even executed ioscan and stm and they report the same information 3 cores.

Why is it showing only 3 logical processors instead of 4??? Apparently, one core in the the Module 1 is deactivated. Is this possible?? I would like your help and opinion on this issue. Thanks.
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Two Dual Core 3 Logical Processors

Shalom,

Looks like EFI is reporting physical processors.

I agree the 3 logical processors should be 4.

There is at boot time at console and interface you can go into to check this. It may be a bad or not configured core.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Carlos A. Munoz Lopez
Frequent Advisor

Re: Two Dual Core 3 Logical Processors

The server is running HP-UX 11.31. Something interesting is that not only machinfo is reporting this information, stm and ioscan as well, even glance; so, I guess patches for machinfo are not required.

I removed the processor board and check how many processors were physically installed, and there's actually two. So, EFI information is correct (2 cpu modules, 4 logicals processors per CPU module, since hyperthreading is activated).

I've checked everywhere in EFI and it's the same information. Is it possible to disable one core in a dual core processor with an OS command?? I haven't heard such a thing before, but is it possible?? Is there a possibility something is wrong with this processor and need to be replaced? I can't come up with any other idea.
VK2COT
Honored Contributor

Re: Two Dual Core 3 Logical Processors

Hello,

Unusual status.

a) Do you use Process Resource Management?
What does the command show:

# psrset -i

b) What is the setting of kernel parameter
lcpu_attr (it dynamically enables or disables
LCPU attribute of the default processor set).

b) Do you use iCAP?

c) I thought that dual-core Itanium 2 CPUs
on this model should have 24 MB L3 cache (12MB per core). I think your report shows
half.

d) What is your version of Firmware:

Shell> info fw

You should have system firmware at
version 3.17 at least.

Cheers,

VK2COT
VK2COT - Dusan Baljevic
Carlos A. Munoz Lopez
Frequent Advisor

Re: Two Dual Core 3 Logical Processors

Thank you guys for your opinions. I did some more research and found there's a problem with this processor. EMS detected a problem in cache and automatically deactivated one of the cores. I guess I should replace the processor as soon as possible. Now that I know what the problem is, it sounds logical having 3 logical processors running instead of 4. Thanks for your support.