1825771 Members
2154 Online
109687 Solutions
New Discussion

Re: Processor problem

 
SOLVED
Go to solution
AnthonySN
Respected Contributor

Processor problem

We have installed RHEL AS 3 update 8 on a DL380 G4 server having dual processor.
8 GB ram,Smart array controller card 6i
having one logical partition with Raid 5.
problem is that in the top command it shows only one processor even though there are two processors
Pls find the log files attached.
11 REPLIES 11
Vitaly Karasik_1
Honored Contributor

Re: Processor problem

do use use some special parameters for grub boot loader (acpi, ...)??
AnthonySN
Respected Contributor

Re: Processor problem

I did a normal install using defaults
do u mean i should reintall the os, can't do it since they have already installed their application on it.
Ivan Ferreira
Honored Contributor
Solution

Re: Processor problem

Reinstall Never! Just was asking for some kernel boot parameters used, you can identify the parameters used in /proc/cmdline.

This information was extracted from an MS article but can apply also:

Compaq Proliant multiple-processor computers have a Complimentary Metal-Oxide Semiconductor (CMOS) setting that specifies the operating system. If this setting is set to Other, Setup detects only one processor. This occurs because the Advanced Configuration and Power Interface (ACPI) setting is disabled. Compaq SMP-based servers require that the appropriate operating system is configured in CMOS to see all processors correctly.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
AnthonySN
Respected Contributor

Re: Processor problem

The CMOS setting is set to other since there is no option for RED hat os.
how do I configure the appropriate OS since we are not able to see the option for red hat.
Vitaly Karasik_1
Honored Contributor

Re: Processor problem

As far as I remember you can choose "linux" in BIOS.
Ralph Grothe
Honored Contributor

Re: Processor problem

Hi Athonys,

silly question,
when you are in top, did you type "1" to toggle from single (averaged) CPU to SMP mode?
Usually you should notice a change in the header, and every CPU (core) appears with an own line.
Besides, a "less /proc/cpuinfo" should list an entry for every CPU core.

# grep processor /proc/cpuinfo
processor : 0
processor : 1
processor : 2
processor : 3
Madness, thy name is system administration
AnthonySN
Respected Contributor

Re: Processor problem

when you are in top, did you type "1" to toggle from single (averaged) CPU to SMP mode?
Usually you should notice a change in the header, and every CPU (core) appears with an own line.
Besides, a "less /proc/cpuinfo" should list an entry for every CPU core.

# grep processor /proc/cpuinfo
processor : 0
processor : 1
processor : 2
processor : 3

Attached is the output of the /proc/cpuinfo, uname -a and /proc/meminfo.
Vitaly Karasik_1
Honored Contributor

Re: Processor problem

well - "/proc/cpuinfo" was in the first letter. linux uses only one CPU.

Anthonys , did you try to set "linux OS" in the BIOS?
Vitaly Karasik_1
Honored Contributor

Re: Processor problem

well - "/proc/cpuinfo" was in the original post. linux uses only one CPU.

Anthonys , did you try to set "linux OS" in the BIOS?
AnthonySN
Respected Contributor

Re: Processor problem

Thanks everyone for your precious time.
Thanks to IVAN,
I cross checked and found out that the APIC setting in the bios was set to disabled.
now the os can sense all the cpu's.
but there is no option where we can select Linux as the OS

rgds,
Anthony.
AnthonySN
Respected Contributor

Re: Processor problem

Set the APIC in the BIOS to enabled for the OS to sense all the cpu's