<?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 KVM to slice and dice a Large X86 Server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575669#M39527</link>
    <description>I've a 48-way Server (8x6-core X86).&lt;BR /&gt;It has 6  Combo-4Gbit/Gigabit Ether HBAs.&lt;BR /&gt;I am using KVM within RHEL Advanced Platform.&lt;BR /&gt;&lt;BR /&gt;I carved 3 KVM Guests running RHEL 5.X with 16 VCPUs each and oodles of memory each.&lt;BR /&gt;&lt;BR /&gt;I now want to add Physical HBAs (2 each) to each KVM guest. But it is not allowing me to. I guess because the underlying Host OS running KVM has a lock on it?&lt;BR /&gt;&lt;BR /&gt;My Host OS running KVM resides on local SCSI Raided Disks as do the KVM OS Images.&lt;BR /&gt;&lt;BR /&gt;How do I free up those PCI/IO paths from teh host OS so I can add them into the Guest's Devices?&lt;BR /&gt;&lt;BR /&gt;Or is this not at all possible? And That I have to use the host OS, carve up my storage on those HBAs and pass on the virtual disk to the Guest?&lt;BR /&gt;&lt;BR /&gt;TIA for any guidance and opinion...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Feb 2010 19:16:16 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2010-02-01T19:16:16Z</dc:date>
    <item>
      <title>KVM to slice and dice a Large X86 Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575669#M39527</link>
      <description>I've a 48-way Server (8x6-core X86).&lt;BR /&gt;It has 6  Combo-4Gbit/Gigabit Ether HBAs.&lt;BR /&gt;I am using KVM within RHEL Advanced Platform.&lt;BR /&gt;&lt;BR /&gt;I carved 3 KVM Guests running RHEL 5.X with 16 VCPUs each and oodles of memory each.&lt;BR /&gt;&lt;BR /&gt;I now want to add Physical HBAs (2 each) to each KVM guest. But it is not allowing me to. I guess because the underlying Host OS running KVM has a lock on it?&lt;BR /&gt;&lt;BR /&gt;My Host OS running KVM resides on local SCSI Raided Disks as do the KVM OS Images.&lt;BR /&gt;&lt;BR /&gt;How do I free up those PCI/IO paths from teh host OS so I can add them into the Guest's Devices?&lt;BR /&gt;&lt;BR /&gt;Or is this not at all possible? And That I have to use the host OS, carve up my storage on those HBAs and pass on the virtual disk to the Guest?&lt;BR /&gt;&lt;BR /&gt;TIA for any guidance and opinion...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Feb 2010 19:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575669#M39527</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-02-01T19:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: KVM to slice and dice a Large X86 Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575670#M39528</link>
      <description>Indeed, you should create separate filesystems with virtual disks on them and add those to your guests.&lt;BR /&gt;&lt;BR /&gt;what you want to do, normally works well in HW partitioning, which is not the same as a software virtualisation solution.</description>
      <pubDate>Tue, 02 Feb 2010 06:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575670#M39528</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-02-02T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: KVM to slice and dice a Large X86 Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575671#M39529</link>
      <description>But it SHOULD be possible to add Physical Hardware (aka a PCI/PCIe Slot) to a KVM Guest Server OS right? The fact that virt-manager has it is there for a reason.&lt;BR /&gt;&lt;BR /&gt;Anyone ever successfully done this?  Any host OS gyration to perhaps free the lock on the HW Paths for the PCI slots being offered to the KVM Guest?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Feb 2010 13:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575671#M39529</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-02-02T13:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: KVM to slice and dice a Large X86 Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575672#M39530</link>
      <description>KVM under RHEL 5.5 supports it. And it works like a charm and very fast too and "all native" compared to vSPhere.&lt;BR /&gt;&lt;BR /&gt;Presenting raw block devices as KVM guest storage is rather painless too and one can use Device Multipath friendly names.&lt;BR /&gt;&lt;BR /&gt;Really awesome that KVM within RHEL (and we're not even taling about RHEV here yet) is really a good, cost effective way to get the most out of today's multipcore, multi-threaded systems!&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2010 19:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kvm-to-slice-and-dice-a-large-x86-server/m-p/4575672#M39530</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-09-07T19:22:35Z</dc:date>
    </item>
  </channel>
</rss>

