<?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: root lvol extending in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648159#M550975</link>
    <description>First you need to think about if this is really needed.&lt;BR /&gt;&lt;BR /&gt;Normally it isn't.&lt;BR /&gt;&lt;BR /&gt;Best procedure would be to do a ignite backup and adjust while restore.</description>
    <pubDate>Wed, 16 Jun 2010 03:44:38 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2010-06-16T03:44:38Z</dc:date>
    <item>
      <title>root lvol extending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648158#M550974</link>
      <description>I have searched in this forumn, to extend the root volume, i got the below steps from the thread &lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab |grep c7t0d6&lt;BR /&gt;pvcreate -f /dev/rdsk/c7t0d6&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c7t0d6&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol4 |more&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol4&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol4 |more&lt;BR /&gt;pvmove -n /dev/vg00/lvol4 /dev/dsk/c0t6d0 /dev/dsk/c7t0d6&lt;BR /&gt;&lt;BR /&gt;lvextend -L 1024 /dev/vg00/lvol3&lt;BR /&gt;fsadm -b 1024M /&lt;BR /&gt;&lt;BR /&gt;pvmove -n /dev/vg00/lvol4 /dev/dsk/c7t0d6 /dev/dsk/c0t6d0&lt;BR /&gt;vgreduce /dev/vg00 /dev/dsk/c7t0d6&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;Now i have the concern like, why we need to move the /opt to the original location, the newly added disk also in the same VG right ? and what is the use for using the &lt;BR /&gt;vgreduce /dev/vg00 /dev/dsk/c7t0d6 step after moved the lvol to the previous location.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!!!!!</description>
      <pubDate>Wed, 16 Jun 2010 03:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648158#M550974</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2010-06-16T03:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: root lvol extending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648159#M550975</link>
      <description>First you need to think about if this is really needed.&lt;BR /&gt;&lt;BR /&gt;Normally it isn't.&lt;BR /&gt;&lt;BR /&gt;Best procedure would be to do a ignite backup and adjust while restore.</description>
      <pubDate>Wed, 16 Jun 2010 03:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648159#M550975</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-16T03:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: root lvol extending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648160#M550976</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can have a look at below mentioned LVM recovery document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www13.itrc.hp.com/service/cki/docDisplay.do?admit=109447627+1274095375111+28353475&amp;amp;docId=emr_na-c01037913-4&amp;amp;docLocale=en" target="_blank"&gt;http://www13.itrc.hp.com/service/cki/docDisplay.do?admit=109447627+1274095375111+28353475&amp;amp;docId=emr_na-c01037913-4&amp;amp;docLocale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;see at page 44 "Increasing root lv`s size, unofficial procedure"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW Torsten idea sounds better.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Wed, 16 Jun 2010 03:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648160#M550976</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2010-06-16T03:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: root lvol extending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648161#M550977</link>
      <description>Torsten method is the best approach,&lt;BR /&gt;especially if its a production server</description>
      <pubDate>Wed, 16 Jun 2010 07:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648161#M550977</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-16T07:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: root lvol extending</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648162#M550978</link>
      <description>lvol3 is normally used for / FS. Its not a best practice to extend /,/stand and the swap volumes using the above method.&lt;BR /&gt;&lt;BR /&gt;Pls back-up the entire system using ignite, then proceed with the FS extension.</description>
      <pubDate>Sun, 20 Jun 2010 23:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-lvol-extending/m-p/4648162#M550978</guid>
      <dc:creator>Vijaykumar_1</dc:creator>
      <dc:date>2010-06-20T23:11:56Z</dc:date>
    </item>
  </channel>
</rss>

