<?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 Question about LVM setup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439212#M37009</link>
    <description>Hello, I have a question about the LVM setup in Linux.&lt;BR /&gt;&lt;BR /&gt;I have 1 iscsi lun attached to my server, which I want to resize next year. Now I can create a volume group on this lun, so I can resize later.&lt;BR /&gt;But ....&lt;BR /&gt;&lt;BR /&gt;Should I create a partition on this lun ? I have seen configurations that have one (type 83) partition, or a (8e  Linux LVM) ?&lt;BR /&gt;But I have also seen configurations which has NO partition, but the volume group is working.&lt;BR /&gt;&lt;BR /&gt;Can anyone explain me this ?&lt;BR /&gt;&lt;BR /&gt;Thank you ... greetings ...</description>
    <pubDate>Sun, 14 Jun 2009 10:50:36 GMT</pubDate>
    <dc:creator>Richard_Smits_1074</dc:creator>
    <dc:date>2009-06-14T10:50:36Z</dc:date>
    <item>
      <title>Question about LVM setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439212#M37009</link>
      <description>Hello, I have a question about the LVM setup in Linux.&lt;BR /&gt;&lt;BR /&gt;I have 1 iscsi lun attached to my server, which I want to resize next year. Now I can create a volume group on this lun, so I can resize later.&lt;BR /&gt;But ....&lt;BR /&gt;&lt;BR /&gt;Should I create a partition on this lun ? I have seen configurations that have one (type 83) partition, or a (8e  Linux LVM) ?&lt;BR /&gt;But I have also seen configurations which has NO partition, but the volume group is working.&lt;BR /&gt;&lt;BR /&gt;Can anyone explain me this ?&lt;BR /&gt;&lt;BR /&gt;Thank you ... greetings ...</description>
      <pubDate>Sun, 14 Jun 2009 10:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439212#M37009</guid>
      <dc:creator>Richard_Smits_1074</dc:creator>
      <dc:date>2009-06-14T10:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question about LVM setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439213#M37010</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;partition or not is mostly a cosmetic thing.&lt;BR /&gt;&lt;BR /&gt;LVM works with both partitions and "whole disks". &lt;BR /&gt;&lt;BR /&gt;I personally prefer ( on linux ) 8e "Linux LVM" partitions. Without partition you get a warning on every boot ( and partprobe ) that there is no valid partition table on the disk. Second its clear that the disk is in use and not free. This is a point in mixed environments with servers configured with LVM and some without and a team of more admins.&lt;BR /&gt;&lt;BR /&gt;rgds &lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Jun 2009 11:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439213#M37010</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2009-06-14T11:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question about LVM setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439214#M37011</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If you are planning on expanding the LUN and you don't need the space now, you should set up the disk as 8e LVM&lt;BR /&gt;&lt;BR /&gt;That will enable you to expand it later&lt;BR /&gt;&lt;BR /&gt;pvcreate the disk&lt;BR /&gt;&lt;BR /&gt;Then vgextend a volume group onto it or vgcreate a new volume group on the disk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 14 Jun 2009 12:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439214#M37011</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-14T12:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question about LVM setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439215#M37012</link>
      <description>Ah ok, clear, but ...&lt;BR /&gt;I have read that resizing plain ext3 partitions is also possible with the newer linux versions ? &lt;BR /&gt;We use RHEL5 and there is a resise2fs command now ?&lt;BR /&gt;&lt;BR /&gt;So because my lun is only one disk, it is not nesscesary to create a lvm setup ?&lt;BR /&gt;&lt;BR /&gt;Greetings ...</description>
      <pubDate>Sun, 14 Jun 2009 16:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439215#M37012</guid>
      <dc:creator>Richard Smits</dc:creator>
      <dc:date>2009-06-14T16:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question about LVM setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439216#M37013</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;What is the LVM (8e)version in your server.&lt;BR /&gt;&lt;BR /&gt;As of my experience it is very easy to extend VG &amp;amp; LV online with out much difficulty in Linux .&lt;BR /&gt;&lt;BR /&gt;I Think you only wanted to resize the LUN ( No VG) in future as the SCSI lun is having enough size.&lt;BR /&gt;&lt;BR /&gt;You can extend the lvsize by the command lvextend and can resize the FS size by ext2online command.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Manoj K</description>
      <pubDate>Mon, 15 Jun 2009 03:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439216#M37013</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2009-06-15T03:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question about LVM setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439217#M37014</link>
      <description>&lt;BR /&gt;Hi Richard.&lt;BR /&gt;&lt;BR /&gt;Yes there is a resize2fs for ext3 on RHEL5 now. ext2online I believe is depreciated and doesn't exist on RHEL5 any more.&lt;BR /&gt;&lt;BR /&gt;Growing an ext3 filesystem online after extending the LV its on works fine.  Have done it a number of times.&lt;BR /&gt;&lt;BR /&gt;And my vote goes with adding a partition for the entire disk, for the reasons mentioned above.&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2009 09:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439217#M37014</guid>
      <dc:creator>John McNulty_2</dc:creator>
      <dc:date>2009-06-15T09:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question about LVM setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439218#M37015</link>
      <description>Ok,&lt;BR /&gt;&lt;BR /&gt;Because it is one lun, and it will stay one lun, I will not make a lvm setup. I will create a standard type 83 partition, with a ext3 filesystem.&lt;BR /&gt;&lt;BR /&gt;If I expand the lun, I can delete/create the partition, and keep the data.&lt;BR /&gt;With resize2fs I can resize the filesystem.&lt;BR /&gt;&lt;BR /&gt;LVM is not nescesary here I think, but is also possible.&lt;BR /&gt;&lt;BR /&gt;Right ?&lt;BR /&gt;Greetings....and thank you all for the hints/tips.</description>
      <pubDate>Mon, 15 Jun 2009 09:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-lvm-setup/m-p/4439218#M37015</guid>
      <dc:creator>Richard_Smits_1074</dc:creator>
      <dc:date>2009-06-15T09:53:34Z</dc:date>
    </item>
  </channel>
</rss>

