<?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: setup VG and  LV in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319939#M12966</link>
    <description>It will be the same, except that vgcreate does mkdir and mknod for you.&lt;BR /&gt;&lt;BR /&gt;A point : I would suggest you to have a look at XFS as a file sytem for LVM.&lt;BR /&gt;I've been involved in test between EXT3, reiserfs and XFS as journalized FS for Linux. My conclusions where that reiserfs ans XFS were far better than EXT3, and that XFS uses less CPU than reiserfs.&lt;BR /&gt;It provides similar features as vxfs, and I've been experiencing recoveries whithout problem (Windows crashing a LVM partition, vgrestore, xfs repair, and all was good).&lt;BR /&gt;It is IRIX journalized FS for long and is very stable.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Jul 2004 05:35:48 GMT</pubDate>
    <dc:creator>Fred Ruffet</dc:creator>
    <dc:date>2004-07-01T05:35:48Z</dc:date>
    <item>
      <title>setup VG and  LV</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319936#M12963</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have 2 SCSI disk /dev/sda and /dev/sdb how do I use LVM to config VG in nad LVs linux. Is it same as HPUX VG LV configration.&lt;BR /&gt;&lt;BR /&gt;Thx!&lt;BR /&gt;&lt;BR /&gt;Ashan&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2004 23:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319936#M12963</guid>
      <dc:creator>ashanabey</dc:creator>
      <dc:date>2004-06-30T23:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: setup VG and  LV</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319937#M12964</link>
      <description>Hi,&lt;BR /&gt;Do you have LVM installed on your version&lt;BR /&gt;of linux ?&lt;BR /&gt;Then,&lt;BR /&gt;It is the same as in HP-UX only pv here will be /dev/sda ...etc..,&lt;BR /&gt;And the lv creation is as it is.&lt;BR /&gt;&lt;BR /&gt;Examples if you require:&lt;BR /&gt;To create a volume group named test_vg using physical volumes /dev/hdk1, /dev/hdl1, and /dev/hdm1 with default physical extent size of 4MB: &lt;BR /&gt;#vgcreate test_vg /dev/sd[k-m]1&lt;BR /&gt;&lt;BR /&gt;LVOL'S Example:&lt;BR /&gt;#lvcreate -i 3 -I 8 -L 100 vg00&lt;BR /&gt;tries to create a striped logical volume with 3 stripes, a stripesize of 8KB and a size of 100MB in the volume group named vg00. The logical volume name will be chosen by lvcreate. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2004 23:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319937#M12964</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-06-30T23:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: setup VG and  LV</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319938#M12965</link>
      <description>I hv done this in SuSe linux. And it is similier to hpux&lt;BR /&gt;&lt;BR /&gt;Command         hpux               Linux&lt;BR /&gt;&lt;BR /&gt;pvcreate #      required           required&lt;BR /&gt;mkdir /dev/vg?? required           not required&lt;BR /&gt;mknod           required           not required&lt;BR /&gt;vgcreate        required           required&lt;BR /&gt;lvcreate        required           required&lt;BR /&gt;newfs           required         required but mk_reiserfs or whatever .. &lt;BR /&gt;mkdir /mnt_point required          required&lt;BR /&gt;Update /etc/fstab  required        required&lt;BR /&gt;mount /mnt_point  required         required&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Thu, 01 Jul 2004 00:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319938#M12965</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-07-01T00:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: setup VG and  LV</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319939#M12966</link>
      <description>It will be the same, except that vgcreate does mkdir and mknod for you.&lt;BR /&gt;&lt;BR /&gt;A point : I would suggest you to have a look at XFS as a file sytem for LVM.&lt;BR /&gt;I've been involved in test between EXT3, reiserfs and XFS as journalized FS for Linux. My conclusions where that reiserfs ans XFS were far better than EXT3, and that XFS uses less CPU than reiserfs.&lt;BR /&gt;It provides similar features as vxfs, and I've been experiencing recoveries whithout problem (Windows crashing a LVM partition, vgrestore, xfs repair, and all was good).&lt;BR /&gt;It is IRIX journalized FS for long and is very stable.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jul 2004 05:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-vg-and-lv/m-p/3319939#M12966</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-07-01T05:35:48Z</dc:date>
    </item>
  </channel>
</rss>

