Operating System - Linux
1751782 Members
5004 Online
108781 Solutions
New Discussion юеВ

Add A second CPU,need i software configuration

 
John CLARK_5
Frequent Advisor

Add A second CPU,need i software configuration

Hi,

I want to add a second CPU in my machine, and i wonder if after pluging the CPU i boot my machine
and it's ok (Like memory),or it needs a software configuration ?

Ps:I have Linux RedHat 4 ES with IBM xSeries.

Regards.
Thank's a lot.
6 REPLIES 6
Stuart Browne
Honored Contributor

Re: Add A second CPU,need i software configuration

Yea..

The only thing you'll need to do (software wise) is to ensure you're running an SMP kernel.

This should be available via up2date (or if you're not doing updates, on the distribution CD's).
One long-haired git at your service...
John CLARK_5
Frequent Advisor

Re: Add A second CPU,need i software configuration

Thank you for your replay.

How can i check that i run SMP kernel?,can i check this by running a command?,if yes,please tell me about it.

Regards.
Stuart Browne
Honored Contributor

Re: Add A second CPU,need i software configuration

If you run 'uname -r', it will say clearly whether it's an SMP kernel or not.
One long-haired git at your service...
John CLARK_5
Frequent Advisor

Re: Add A second CPU,need i software configuration

Ok,suppose i have up kernel,which package should i download or install from the Linux cds Package ?

Regards.
Stuart Browne
Honored Contributor

Re: Add A second CPU,need i software configuration

kernel-smp-*.rpm (where * is the kernel revision and archetecture).

If you use up2date, just 'up2date -i kernel-smp'.
One long-haired git at your service...
Gopi Sekar
Honored Contributor

Re: Add A second CPU,need i software configuration


you have to install SMP kernel. if it is redhat then the package name would be kernel-smp-* install the package and reboot the system and on next reboot you should be able to see two entries in your boot loader.

First and default entry for SMP kernel and second for UP kernel. boot through SMP kernel and if it boots up fine and cat /proc/cpuinfo shows two processor then you are done. If it fails to boot through SMP kernel then try booting it through UP kernel and see whether that solves the problem.

no other packages need to be recompiled and you dont have to pay any extra license for adding one more CPU :)

Regards,
Gopi
Never Never Never Giveup