<?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: lvm on linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988824#M4939</link>
    <description>Joe,&lt;BR /&gt;this nice, I wonder have you tested if  swap still works if disk hde or hdg is yank out? will the server crash, since you striped swap? Thanks.</description>
    <pubDate>Fri, 06 Jun 2003 01:12:24 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2003-06-06T01:12:24Z</dc:date>
    <item>
      <title>lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988819#M4934</link>
      <description>All,&lt;BR /&gt;I am using lvm for linux   I want to be able to mirror one of my lvol, Is this possible with lvm under linux? Thanks.</description>
      <pubDate>Wed, 04 Jun 2003 14:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988819#M4934</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-06-04T14:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988820#M4935</link>
      <description>All,&lt;BR /&gt;I found my answer. Mirroring is not implemented under Linux LVM. &lt;BR /&gt;&lt;BR /&gt;But I found that you can RAID the disk as raid one and run LVM on top of it. It's the the same as lvm mirroring. But it works. I am currently testing it out.</description>
      <pubDate>Wed, 04 Jun 2003 21:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988820#M4935</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-06-04T21:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988821#M4936</link>
      <description>HP charges big bucks for mirroring on HP-UX and isn't going to let that functionality be ported to Linux while HP-UX users are paying for it.&lt;BR /&gt;&lt;BR /&gt;I'm using the mirroring setup(software) that came with Red Hat 7.3 for Raid 10 on my production web hosting servers.  I have had no incidents in 10 months of production use.  Its reliable and efficient.  Prior to going production I tested it by power disabling one of the two IDE drives.  The system continued to run and was easily brought back to synch status.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Jun 2003 23:24:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988821#M4936</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-04T23:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988822#M4937</link>
      <description>what raidtool are you talking bout for redhat?  Can you shed some lights.  I used software raid (raid1) on two scsi disk. The command I used to configured it is mkraid and the conf file is /etc/raidtab. Are we talking about the same thing? thanks.</description>
      <pubDate>Thu, 05 Jun 2003 02:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988822#M4937</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-06-05T02:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988823#M4938</link>
      <description>I installed a Red Hat 8.0 box 6 months ago, for NFS use and some apps test, with scsi at OS, and 2 IDE drives using software RAID.&lt;BR /&gt;&lt;BR /&gt;I configured RAID at *install* time, with a striped volume with RAID 0 for a swap (to test perfomance) and a mirrored RAID 1 volume for data (exported with NFS)&lt;BR /&gt;&lt;BR /&gt;All works fine since then, and in my tests, the swap performs very nice.&lt;BR /&gt;&lt;BR /&gt;This is my raidtab file, where /dev/md1 is the data volume (mirror), and /dev/md0 is the swap volume (striped)&lt;BR /&gt;&lt;BR /&gt;raiddev       /dev/md1&lt;BR /&gt;raid-level          1&lt;BR /&gt;nr-raid-disks       2&lt;BR /&gt;chunk-size          64k&lt;BR /&gt;persistent-superblock      1&lt;BR /&gt;nr-spare-disks      0&lt;BR /&gt;    device         /dev/hde2&lt;BR /&gt;    raid-disk     0&lt;BR /&gt;    device         /dev/hdg2&lt;BR /&gt;    raid-disk     1&lt;BR /&gt;raiddev       /dev/md0&lt;BR /&gt;raid-level          0&lt;BR /&gt;nr-raid-disks       2&lt;BR /&gt;chunk-size          64k&lt;BR /&gt;persistent-superblock      1&lt;BR /&gt;nr-spare-disks      0&lt;BR /&gt;    device         /dev/hde1&lt;BR /&gt;    raid-disk     0&lt;BR /&gt;    device         /dev/hdg1&lt;BR /&gt;    raid-disk     1</description>
      <pubDate>Thu, 05 Jun 2003 14:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988823#M4938</guid>
      <dc:creator>Jose Antonio Orozco</dc:creator>
      <dc:date>2003-06-05T14:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988824#M4939</link>
      <description>Joe,&lt;BR /&gt;this nice, I wonder have you tested if  swap still works if disk hde or hdg is yank out? will the server crash, since you striped swap? Thanks.</description>
      <pubDate>Fri, 06 Jun 2003 01:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988824#M4939</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-06-06T01:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988825#M4940</link>
      <description>shure it will crash, but i did it this way because i didn't like to put 2 extra IDE drives to test swap.&lt;BR /&gt;&lt;BR /&gt;For the test, you must enable the swap striped volume with swapon /dev/md0, and at end of test, take it off with swapoff /dev/md0&lt;BR /&gt;(md0 is my stripedd volume)</description>
      <pubDate>Fri, 06 Jun 2003 13:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988825#M4940</guid>
      <dc:creator>Jose Antonio Orozco</dc:creator>
      <dc:date>2003-06-06T13:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988826#M4941</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I'm using LVM under RH 9 and as i see there is no such thing as mirror for LV.&lt;BR /&gt;But you can try raid commands.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Sat, 07 Jun 2003 14:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988826#M4941</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-07T14:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988827#M4942</link>
      <description>If you have a raid controller chip?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/ATA-RAID-HOWTO/index.html" target="_blank"&gt;http://www.tldp.org/HOWTO/ATA-RAID-HOWTO/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Another link&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/mini/DPT-Hardware-RAID.html" target="_blank"&gt;http://www.tldp.org/HOWTO/mini/DPT-Hardware-RAID.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to use software raid and LILO&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/mini/Boot+Root+Raid+LILO.html" target="_blank"&gt;http://www.tldp.org/HOWTO/mini/Boot+Root+Raid+LILO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Old software raid&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Root-RAID-HOWTO.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Root-RAID-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Software Raid .9 and up.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I did it with GRUB.  Basically thus:&lt;BR /&gt;&lt;BR /&gt;When doing an initial install of Red Hat 7.2 there are options in the graphical disk druid that let you set up RAID. &lt;BR /&gt;&lt;BR /&gt;You have to first set up the filesystem, then set up the mirror and choose your raid.&lt;BR /&gt;&lt;BR /&gt;It can be done after the fact on the command line but I don't have those commands happy.  Should have included these links with my original post.&lt;BR /&gt;&lt;BR /&gt;More on RAID:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linas.org/linux/Software-RAID/Software-RAID.html" target="_blank"&gt;http://linas.org/linux/Software-RAID/Software-RAID.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ostenfeld.dk/~jakob/Software-RAID.HOWTO/Software-RAID.HOWTO.html" target="_blank"&gt;http://www.ostenfeld.dk/~jakob/Software-RAID.HOWTO/Software-RAID.HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Somewhere in one of these these links is the actual document I used.  I kept a hard copy at home which I'm not at right now.&lt;BR /&gt;&lt;BR /&gt;I do apologize for sending you on a hunt, but none of these docs appears to be exactly what I used.&lt;BR /&gt;&lt;BR /&gt;The good news is in two days, I'll be home.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Jun 2003 03:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-on-linux/m-p/2988827#M4942</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-09T03:15:23Z</dc:date>
    </item>
  </channel>
</rss>

