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:
- Linux: How to see dual Core AMD or Intel CPU statistics
- Howto: Linux detect or find out a dual-core cpu
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- My 10 UNIX Command Line Mistakes
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
- Email FAQ to a friend
- Download PDF version
- Printable version
- Comment RSS feed
- Last Updated: 02/20/07



{ 0 comments… add one now }