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
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 0 comments… add one now }