- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Add A Second CPU To A Server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 02:50 AM
05-25-2005 02:50 AM
Add A Second CPU To A Server
I have a server with one processor,i want to add a second processor.
Is that need a configuration ? or it doesn't need ? : just shudown the server,plug
the processor and start the server ?
Ps : I have Linux Redhat 4 ES.
Thank you in advance for your help.
Best Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 02:53 AM
05-25-2005 02:53 AM
Re: Add A Second CPU To A Server
The second process will be recognized either way, and the OS will probably use it, but for full performance, you need the SMP kernel.
Otherwise, you are right. There is a minimal chance of a kernel panic, but thats not likely.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 03:57 AM
05-25-2005 03:57 AM
Re: Add A Second CPU To A Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:18 AM
05-25-2005 04:18 AM
Re: Add A Second CPU To A Server
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:21 AM
05-25-2005 04:21 AM
Re: Add A Second CPU To A Server
If the system runs properly, you can change the grub.conf file to boot off the smp kernel.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:23 AM
05-25-2005 04:23 AM
Re: Add A Second CPU To A Server
default=x
and below it you will have one or more sections like this:
title ...
root (...)
kernel ...
initrd ...
The first section is number 0, the second one is 1, etc. Make sure that the section that has the SMP kernel is you default. So if the first section has the smp kernel then make sure that you have default=0.
HTH,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 07:43 PM
05-25-2005 07:43 PM
Re: Add A Second CPU To A Server
SMP kernel must be enabled if you have more than one processor. Most probably, even if you have one processor, and have HT enabled on it, your systems would by default install both SMP and Non SMP kernels.
Regards