<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add A Second CPU To A Server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551514#M17778</link>
    <description>If you installed the SMP kernel, which you could have done even with 1 CPU you are done.&lt;BR /&gt;&lt;BR /&gt;The second process will be recognized either way, and the OS will probably use it, but for full performance, you need the SMP kernel.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you are right. There is a minimal chance of a kernel panic, but thats not likely.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 25 May 2005 09:53:13 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-05-25T09:53:13Z</dc:date>
    <item>
      <title>Add A Second CPU To A Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551513#M17777</link>
      <description>Dear friends,&lt;BR /&gt;&lt;BR /&gt;I have a server with one processor,i want to add a second processor.&lt;BR /&gt;Is that need a configuration ? or it doesn't need ? : just shudown the server,plug &lt;BR /&gt;the processor and start the server ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ps : I have Linux Redhat 4 ES.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards.</description>
      <pubDate>Wed, 25 May 2005 09:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551513#M17777</guid>
      <dc:creator>John CLARK_5</dc:creator>
      <dc:date>2005-05-25T09:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add A Second CPU To A Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551514#M17778</link>
      <description>If you installed the SMP kernel, which you could have done even with 1 CPU you are done.&lt;BR /&gt;&lt;BR /&gt;The second process will be recognized either way, and the OS will probably use it, but for full performance, you need the SMP kernel.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you are right. There is a minimal chance of a kernel panic, but thats not likely.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 25 May 2005 09:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551514#M17778</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-25T09:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add A Second CPU To A Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551515#M17779</link>
      <description>Also make sure that you have the smp kernel as you default kernel in grub.conf, so when you reboot the server boots to it.</description>
      <pubDate>Wed, 25 May 2005 10:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551515#M17779</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-05-25T10:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add A Second CPU To A Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551516#M17780</link>
      <description>you mean that i must choose the line with "smp" ?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 25 May 2005 11:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551516#M17780</guid>
      <dc:creator>John CLARK_5</dc:creator>
      <dc:date>2005-05-25T11:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add A Second CPU To A Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551517#M17781</link>
      <description>Yes, you are correct, pick the line with smp, if it exists.&lt;BR /&gt;&lt;BR /&gt;If the system runs properly, you can change the grub.conf file to boot off the smp kernel.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 25 May 2005 11:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551517#M17781</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-25T11:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add A Second CPU To A Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551518#M17782</link>
      <description>In your /boot/grub/grub.conf file you will have a line like ths:&lt;BR /&gt;&lt;BR /&gt;default=x&lt;BR /&gt;&lt;BR /&gt;and below it you will have one or more sections like this:&lt;BR /&gt;&lt;BR /&gt;title ...&lt;BR /&gt;        root (...)&lt;BR /&gt;        kernel ...&lt;BR /&gt;        initrd ...&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2005 11:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551518#M17782</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-05-25T11:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add A Second CPU To A Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551519#M17783</link>
      <description>The 2nd processor you are going to add must be of the same specs as the already installed one.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 26 May 2005 02:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/add-a-second-cpu-to-a-server/m-p/3551519#M17783</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-26T02:43:00Z</dc:date>
    </item>
  </channel>
</rss>

