<?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: How to add one more virtual CPU to redhat linux running on vmware in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591949#M39937</link>
    <description>The default RHEL 4 kernel has a limit of 8 CPUs</description>
    <pubDate>Sun, 28 Feb 2010 07:13:16 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2010-02-28T07:13:16Z</dc:date>
    <item>
      <title>How to add one more virtual CPU to redhat linux running on vmware</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591945#M39933</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have one redhat linux server (RHEL 4) with one virtual CPU.&lt;BR /&gt;&lt;BR /&gt;Now i would like to increase one more virtual CPU.&lt;BR /&gt;&lt;BR /&gt;We have added one more VCPU from vmware console.&lt;BR /&gt;&lt;BR /&gt;But it is not getting reflected with redhat linux OS.&lt;BR /&gt;&lt;BR /&gt;How to get it reflected.&lt;BR /&gt;&lt;BR /&gt;Please help me to solve this issue.</description>
      <pubDate>Sat, 27 Feb 2010 06:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591945#M39933</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-02-27T06:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more virtual CPU to redhat linux running on vmware</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591946#M39934</link>
      <description>If the virtual system had only one CPU when it was installed, it's most likely running a single-processor kernel. &lt;BR /&gt;&lt;BR /&gt;You must install a SMP kernel (up2date --install kernel-smp) and reboot the virtual system.&lt;BR /&gt;&lt;BR /&gt;It's just the same as when installing a 2nd processor to a physical system.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 27 Feb 2010 08:00:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591946#M39934</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-02-27T08:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more virtual CPU to redhat linux running on vmware</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591947#M39935</link>
      <description>Hi Matti Kurkela,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot. now it is showing two CPUs with in linux after install of "kernel-smp".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How many processor smp kernel supports?.&lt;BR /&gt;&lt;BR /&gt;If want to have 4 CPUs on RHEL4 then which kernel i have to go for?</description>
      <pubDate>Sat, 27 Feb 2010 10:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591947#M39935</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-02-27T10:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more virtual CPU to redhat linux running on vmware</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591948#M39936</link>
      <description>I really don't know which vmware version you are using but when you add you vCPUs to Virtual Machine it thinks as it has 2 physical CPUs or 2 sockets and RH 4 If am not wrong os up to 2 sockets&lt;BR /&gt;&lt;BR /&gt;so something I read a few days ago came to my mind about cpuid.coresperSocket&lt;BR /&gt;in this way you can assign multiple cores to those vCPUs&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.yellow-bricks.com/2009/06/04/per-processor-licenses-for-your-application/" target="_blank"&gt;http://www.yellow-bricks.com/2009/06/04/per-processor-licenses-for-your-application/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and also I think your RH can support up to 8 Cores with no problems since according to this article you must install something else if you want more that 8 logical processors or cores&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-3171" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-3171&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2010 01:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591948#M39936</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2010-02-28T01:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more virtual CPU to redhat linux running on vmware</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591949#M39937</link>
      <description>The default RHEL 4 kernel has a limit of 8 CPUs</description>
      <pubDate>Sun, 28 Feb 2010 07:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-add-one-more-virtual-cpu-to-redhat-linux-running-on/m-p/4591949#M39937</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2010-02-28T07:13:16Z</dc:date>
    </item>
  </channel>
</rss>

