Enable Linux dual core CPU support for my Server

by Vivek Gite on February 20, 2007 · 0 comments

Q. What patch or software should be installed to have dual core support for my HP dual core server?

A. Intel or AMD Dual core support is included in Linux kernel itself. You don’t have to install or apply any patch. However you need to install SMP kernel in order to activate dual core support.

First run following command to see if dual core kernel installed or not:

$ uname -r
OR
$ uname –a
Output

2.6.9-42.0.8.ELsmp

If you don’t see smp kernel word in output install smp kernel using apt-get, rpm or up2date command. For example following command will install smp kernel under RedHat Linux:
# up2date kernel-smp-2.6.9-42.EL
Now reboot system and boot using new SMP kernel. With new kernel you should see dual core enabled.

See also:

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 11 + 6 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: