Enable Linux dual core CPU support for my Server

by Vivek Gite · 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:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous FAQ:

Next FAQ:

nixCraft FAQ PDF Collection Now Available To All