<?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 increase the volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549604#M652433</link>
    <description>In HP-UX 10.20,&lt;BR /&gt;How I can increase the volume of directory \home?</description>
    <pubDate>Mon, 14 Dec 2009 13:05:28 GMT</pubDate>
    <dc:creator>atef_3</dc:creator>
    <dc:date>2009-12-14T13:05:28Z</dc:date>
    <item>
      <title>increase the volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549604#M652433</link>
      <description>In HP-UX 10.20,&lt;BR /&gt;How I can increase the volume of directory \home?</description>
      <pubDate>Mon, 14 Dec 2009 13:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549604#M652433</guid>
      <dc:creator>atef_3</dc:creator>
      <dc:date>2009-12-14T13:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: increase the volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549605#M652434</link>
      <description>If you mean capacity, take a look at the man page for vgextend, lvextend and extendfs.  The examples section of lvextend shows pretty clearly the steps you need to follow.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 14 Dec 2009 13:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549605#M652434</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-12-14T13:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: increase the volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549606#M652435</link>
      <description>Find out what LV this filesystem resides on.&lt;BR /&gt;&lt;BR /&gt;# bdf /home&lt;BR /&gt;&lt;BR /&gt;Then look if you still have sufficient free PEs in vg00 (assuming that /home's LV is part of vg00)&lt;BR /&gt;&lt;BR /&gt;# vgdisplay vg00|awk '/PE Size|Free PE/{print$NF}'|xargs printf "echo \$((%d*%d))\n"|sh&lt;BR /&gt;&lt;BR /&gt;Decide how much you need to grow the FS&lt;BR /&gt;and extend the LV&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;either giving the new end size in MB&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 512 /dev/vg00/lvol5&lt;BR /&gt;&lt;BR /&gt;or in LEs&lt;BR /&gt;(e.g. grow by 24 LEs)&lt;BR /&gt;&lt;BR /&gt;# lvextend -l $(($(lvdisplay /dev/vg00/lvol5|awk '/Current LE/{print$NF}')+24)) /dev/vg00/lvol5&lt;BR /&gt;&lt;BR /&gt;Verify the LVs new size&lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vg00/lvol5|awk '/LV Size/{print$NF}'&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS grow the mounted filesystem&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b $(lvdisplay /dev/vg00/lvol5|awk '/LV Size/{print$NF}')m /home&lt;BR /&gt;&lt;BR /&gt;If you lack OnlineJFS you need to unmount /home&lt;BR /&gt;which probably requires your user's to logout.&lt;BR /&gt;Check if FS is in use&lt;BR /&gt;&lt;BR /&gt;# fuser -c /home&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Dec 2009 13:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549606#M652435</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2009-12-14T13:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: increase the volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549607#M652436</link>
      <description>Are you using vxvm</description>
      <pubDate>Mon, 14 Dec 2009 21:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-the-volume/m-p/4549607#M652436</guid>
      <dc:creator>NouZ</dc:creator>
      <dc:date>2009-12-14T21:02:53Z</dc:date>
    </item>
  </channel>
</rss>

