<?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: Linux LVM and HP Hardware array in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218484#M32918</link>
    <description>Megan &lt;BR /&gt;&lt;BR /&gt;Like it has been said before LVM just the same as on local hard drives...&lt;BR /&gt;&lt;BR /&gt;One thing to take into consideration is whether or not you have BBWC (Battery Backed Write Cache).  I know you said that you will be mainly reading information from disk but this could help with the controller not having to wait on I/O on writing.  &lt;BR /&gt;&lt;BR /&gt;Also you may be better using a Raid 1 array for the Data Area as you will be able to read data at a better rate due to the extra number of Read Heads available</description>
    <pubDate>Wed, 18 Jun 2008 13:14:15 GMT</pubDate>
    <dc:creator>Jon Gomersall</dc:creator>
    <dc:date>2008-06-18T13:14:15Z</dc:date>
    <item>
      <title>Linux LVM and HP Hardware array</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218482#M32916</link>
      <description>Sorry this is a double post, because I am not able to find any answers anywhere. &lt;BR /&gt;&lt;BR /&gt;Is anyone using Linux LVM with MSA60 and P400 storage controller? (or whatever storage controller and disks)?&lt;BR /&gt;&lt;BR /&gt;My department at the university has bought this setup and I was chosen to set this up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are using it, what setup are you using? How did you create your physical volumes, LVs, and ext3 filesystem?&lt;BR /&gt;&lt;BR /&gt;What special tuning are you using for performance, for example to my understanding you can set physical volume extends, lvm stripe size, ext3 stride etc..etc..&lt;BR /&gt;&lt;BR /&gt;How does stride relate to RAID 5 controller, LV, and PV. &lt;BR /&gt;&lt;BR /&gt;Performance is very critical because we are doing fluid mechanics simulations with these servers. I will be doing a lot of reads. &lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Megan</description>
      <pubDate>Wed, 18 Jun 2008 09:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218482#M32916</guid>
      <dc:creator>Megan Moore</dc:creator>
      <dc:date>2008-06-18T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linux LVM and HP Hardware array</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218483#M32917</link>
      <description>Shalom Megan,&lt;BR /&gt;&lt;BR /&gt;We're using very MSA class hardware for a number of Linux installations, including as shared storage for clusters.&lt;BR /&gt;&lt;BR /&gt;There is no difference between this and local storage except its on a different device path.&lt;BR /&gt;&lt;BR /&gt;You can use PSP on the server to get additional tools for storage management.&lt;BR /&gt;&lt;BR /&gt;Essentially the process is this:&lt;BR /&gt;1) Set up the raid disk devices which you can do the the HP Array Configuration utility (part of PSP). or&lt;BR /&gt;1-alt) You can use fdisk or parted to do the same thing from the command line.&lt;BR /&gt;&lt;BR /&gt;Then its standard LVM&lt;BR /&gt;pvcreate&lt;BR /&gt;vgcreate&lt;BR /&gt;vgextend&lt;BR /&gt;lvcreate&lt;BR /&gt;&lt;BR /&gt;Raid is set up in step 1, and is transparent to LVM.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 18 Jun 2008 12:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218483#M32917</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-18T12:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux LVM and HP Hardware array</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218484#M32918</link>
      <description>Megan &lt;BR /&gt;&lt;BR /&gt;Like it has been said before LVM just the same as on local hard drives...&lt;BR /&gt;&lt;BR /&gt;One thing to take into consideration is whether or not you have BBWC (Battery Backed Write Cache).  I know you said that you will be mainly reading information from disk but this could help with the controller not having to wait on I/O on writing.  &lt;BR /&gt;&lt;BR /&gt;Also you may be better using a Raid 1 array for the Data Area as you will be able to read data at a better rate due to the extra number of Read Heads available</description>
      <pubDate>Wed, 18 Jun 2008 13:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218484#M32918</guid>
      <dc:creator>Jon Gomersall</dc:creator>
      <dc:date>2008-06-18T13:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linux LVM and HP Hardware array</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218485#M32919</link>
      <description>I do have BBWC.&lt;BR /&gt;&lt;BR /&gt;I am confused on how ext3 is laying over lvm's stripe size using stride. &lt;BR /&gt;&lt;BR /&gt;can you help me with that? &lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2008 22:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-lvm-and-hp-hardware-array/m-p/4218485#M32919</guid>
      <dc:creator>Megan Moore</dc:creator>
      <dc:date>2008-06-18T22:59:18Z</dc:date>
    </item>
  </channel>
</rss>

