<?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: hpacucli + logical drive extension + linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008699#M28478</link>
    <description>Here is a sample procedure for LUN extension with LVM I just tested. It's risky, you should have a good backup, but it's pretty cool.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 30 May 2007 10:20:15 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-05-30T10:20:15Z</dc:date>
    <item>
      <title>hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008695#M28474</link>
      <description>Is it a supported operation to extend a logical drive on linux?, i succesfuly managed to expand a 3 disk raid5 on a Proliant DL380 G4 to 4 disks(same process pending on a G3). &lt;BR /&gt;&lt;BR /&gt;Is it supported to extend a logical drive or should i create a second logical drive and use lvm make use of that space?</description>
      <pubDate>Tue, 29 May 2007 00:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008695#M28474</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2007-05-29T00:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008696#M28475</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If the disk is visible to the system via fdisk -l fdisk can be used to prepare a partition.&lt;BR /&gt;&lt;BR /&gt;Then pvcreate is used to get it ready.&lt;BR /&gt;&lt;BR /&gt;Then vgextend a volume group onto the partition.&lt;BR /&gt;&lt;BR /&gt;Then lvextend the logical volume within that volume group to the new "disk"&lt;BR /&gt;&lt;BR /&gt;Answer: Yes if you follow the steps above.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 May 2007 03:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008696#M28475</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-29T03:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008697#M28476</link>
      <description>&lt;!--!*#--&gt;The response above about using LVM is probably 'best' and 'easiest', however there is an alternative if you are using ext3/ext2 instead of lvm.&lt;BR /&gt;&lt;BR /&gt;When you extend the 'disk' as above, the underlying filesystem has no knowledge that the disk was changed.    In RHEL4 there is a tool called ext2online:&lt;BR /&gt;&lt;BR /&gt;       The ext2online tool resizes ext2 file systems while they  are  mounted&lt;BR /&gt;        and  in  use  by  the  system.  It is OK to resize the filesystem even&lt;BR /&gt;        while programs have open files and are writing  into  the  filesystem.&lt;BR /&gt;        It  is  only  possible to enlarge a mounted filesystem.  To be able to&lt;BR /&gt;        use ext2online, you need to have the Online ext2 resize support  (CON-&lt;BR /&gt;        FIG_EXT2_RESIZE)  feature  enabled  in  the kernel (after applying the&lt;BR /&gt;        appropriate patch for the 2.x series of kernels).&lt;BR /&gt;&lt;BR /&gt;For offline (unmounted) use there is also resize2fs: &lt;BR /&gt;&lt;BR /&gt;      The  resize2fs  program will resize ext2 file systems.  It can be used&lt;BR /&gt;        to enlarge or shrink an ext2 file system located on device.  The  size&lt;BR /&gt;        parameter  specifies  the requested new size of the filesystem. &lt;BR /&gt;&lt;BR /&gt;The ext2online program did not exist on RHEL3, and I am not sure of its existence on SLES.&lt;BR /&gt;&lt;BR /&gt;It seems to work, although I have worked on one case where we were unable to resize an ext3 filesystem created on RHEL3 because some of the internal structures were already maxed out and the program refused to alter the fs. &lt;BR /&gt;&lt;BR /&gt;Caveat: &lt;BR /&gt;&lt;BR /&gt;BACKUP YOUR DATA BEFORE DOING THIS.</description>
      <pubDate>Wed, 30 May 2007 07:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008697#M28476</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2007-05-30T07:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008698#M28477</link>
      <description>Mba'eteco Ciro. I think I know you.&lt;BR /&gt;&lt;BR /&gt;This is a test I did, but LVM was not involved:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1129838" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1129838&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The same test could be done with LVM, creating a new 8e partition in the new free space, and adding that partition to the existing volume group.</description>
      <pubDate>Wed, 30 May 2007 09:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008698#M28477</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-30T09:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008699#M28478</link>
      <description>Here is a sample procedure for LUN extension with LVM I just tested. It's risky, you should have a good backup, but it's pretty cool.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2007 10:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008699#M28478</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-30T10:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008700#M28479</link>
      <description>Thanks a lot for taking the time to reply.&lt;BR /&gt;&lt;BR /&gt;Well, i was in a hurry, so followed a procedure i knew was going to work, although it wasn't what i was looking for.&lt;BR /&gt;&lt;BR /&gt;Created a second Logical Drive on the SmartArray controller, and added that disk to my VG.&lt;BR /&gt;&lt;BR /&gt;Later i found, that the tool i was looking for was pvresize, that allows to resize a PV i assume, after extending the partition that contains it. Ill keep researching</description>
      <pubDate>Fri, 08 Jun 2007 02:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008700#M28479</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2007-06-08T02:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008701#M28480</link>
      <description>I doubt if the pvresize work for those raid disks.</description>
      <pubDate>Fri, 08 Jun 2007 22:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008701#M28480</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-06-08T22:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008702#M28481</link>
      <description>According to the Red Hat 5 LVM guide, pvresize can be used if you increase the size of a underlying disk (for example RAID), but it seems that is not available for versions prior to 5 (maybe only for cluster LVM).</description>
      <pubDate>Fri, 08 Jun 2007 22:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008702#M28481</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-08T22:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008703#M28482</link>
      <description>Finally, I had the opportunity to do a real test of growing a LUN. Here are the results.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jun 2007 10:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008703#M28482</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-11T10:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008704#M28483</link>
      <description>Well, the command is available on SLES9 SP3, i'm not sure about GM, SP1 or SP2 though.</description>
      <pubDate>Tue, 12 Jun 2007 01:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008704#M28483</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2007-06-12T01:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: hpacucli + logical drive extension + linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008705#M28484</link>
      <description>Thanks a lot for the test. Actually i could resize the LV being online and with mysql running.&lt;BR /&gt;&lt;BR /&gt;Just did:&lt;BR /&gt;* pvcreate /dev/cciss/c0d1p1&lt;BR /&gt;* vgextend system /dev/cciss/c0d1p1&lt;BR /&gt;* lvextend -L +30G /dev/system/mysql&lt;BR /&gt;* resize_reiserfs /dev/system/mysql&lt;BR /&gt;&lt;BR /&gt;Without losing my uptime :D&lt;BR /&gt;&lt;BR /&gt;host-replaced:~ # uptime&lt;BR /&gt;  2:21am  up 320 days  0:32,  4 users,  load average: 2.40, 2.34, 2.10&lt;BR /&gt;&lt;BR /&gt;But the "Mirrors cannot be resized while active yet." is because of GFS, right?&lt;BR /&gt;&lt;BR /&gt;I just have one doubt, can the resize be done with fdisk (remove disk partition &amp;amp;&amp;amp; create larger disk partition)?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jun 2007 01:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hpacucli-logical-drive-extension-linux/m-p/4008705#M28484</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2007-06-12T01:24:58Z</dc:date>
    </item>
  </channel>
</rss>

