<?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: extending / fs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664549#M930822</link>
    <description>This is relatively easy&lt;BR /&gt;&lt;BR /&gt;you extend the logical volume that / is on&lt;BR /&gt;&lt;BR /&gt;this is usually /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;so if you wanted to make it 900 GB you'd do&lt;BR /&gt;&lt;BR /&gt;lvextend -L 900 /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;(not that you'd need it to be 900MB)&lt;BR /&gt;&lt;BR /&gt;Once that's done, you would extend the actual filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is done with the fsadm command.&lt;BR /&gt;&lt;BR /&gt;Document #UFSKBRC00006800 will tell you how to do it.&lt;BR /&gt;&lt;BR /&gt;however, you may not need to extend the logical volume at all.&lt;BR /&gt;&lt;BR /&gt;You should first check how much space is left on vg00 with a vgdisplay vg00 | grep Free&lt;BR /&gt;&lt;BR /&gt;This will return the number of Free physical extents on the volume group.&lt;BR /&gt;&lt;BR /&gt;However, in answer to your question on fsadm, the document above tells you how to do it.&lt;BR /&gt;&lt;BR /&gt;The only thing is, it's pretty rare that you need to extend the root filesystem, if it's because it's getting full, look for causes rather than just extending it. If it's because of an upgrade or software install, or some other reason, then go your hardest. :)&lt;BR /&gt;&lt;BR /&gt;Scott.&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Feb 2002 02:03:40 GMT</pubDate>
    <dc:creator>Scott Van Kalken</dc:creator>
    <dc:date>2002-02-14T02:03:40Z</dc:date>
    <item>
      <title>extending / fs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664548#M930821</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I believe this is an old question. Sorry to bring it up again. How can I extend the / filesystem. If I have Advance JFS , can I do it while the system is runing  ?&lt;BR /&gt;&lt;BR /&gt;Thanks. &lt;BR /&gt;&lt;BR /&gt;Lai</description>
      <pubDate>Thu, 14 Feb 2002 01:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664548#M930821</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2002-02-14T01:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: extending / fs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664549#M930822</link>
      <description>This is relatively easy&lt;BR /&gt;&lt;BR /&gt;you extend the logical volume that / is on&lt;BR /&gt;&lt;BR /&gt;this is usually /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;so if you wanted to make it 900 GB you'd do&lt;BR /&gt;&lt;BR /&gt;lvextend -L 900 /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;(not that you'd need it to be 900MB)&lt;BR /&gt;&lt;BR /&gt;Once that's done, you would extend the actual filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is done with the fsadm command.&lt;BR /&gt;&lt;BR /&gt;Document #UFSKBRC00006800 will tell you how to do it.&lt;BR /&gt;&lt;BR /&gt;however, you may not need to extend the logical volume at all.&lt;BR /&gt;&lt;BR /&gt;You should first check how much space is left on vg00 with a vgdisplay vg00 | grep Free&lt;BR /&gt;&lt;BR /&gt;This will return the number of Free physical extents on the volume group.&lt;BR /&gt;&lt;BR /&gt;However, in answer to your question on fsadm, the document above tells you how to do it.&lt;BR /&gt;&lt;BR /&gt;The only thing is, it's pretty rare that you need to extend the root filesystem, if it's because it's getting full, look for causes rather than just extending it. If it's because of an upgrade or software install, or some other reason, then go your hardest. :)&lt;BR /&gt;&lt;BR /&gt;Scott.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Feb 2002 02:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664549#M930822</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-02-14T02:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: extending / fs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664550#M930823</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The root filesystem or / *must* be contiguous and therefore cannot be extended in the normal way. It has to be done by creating an Ignite (make recovery tape) and then booting off it similar to a normal installation, extending the size of the volume. In the links below there are discussions on this very issue. In the second post make note of the comments made by Bill Hassell.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x27fe660142b2d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x27fe660142b2d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x43b2e7613948d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x43b2e7613948d5118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 14 Feb 2002 02:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664550#M930823</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-14T02:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: extending / fs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664551#M930824</link>
      <description>oh bugger&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you're right michael.&lt;BR /&gt;&lt;BR /&gt;oops.&lt;BR /&gt;&lt;BR /&gt;Don't let *ME* near a unix box.</description>
      <pubDate>Thu, 14 Feb 2002 02:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664551#M930824</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-02-14T02:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: extending / fs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664552#M930825</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;It must be all those lonely nights playing with OmniBack Databases that's done it....&lt;BR /&gt;&lt;BR /&gt;:^))&lt;BR /&gt;&lt;BR /&gt;-Michael</description>
      <pubDate>Thu, 14 Feb 2002 02:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664552#M930825</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-14T02:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: extending / fs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664553#M930826</link>
      <description>Hi Lai,&lt;BR /&gt;&lt;BR /&gt;You cannot extend the size of three filesystems, /, swap (lvol2) and /stand because these need contiguous blocks. So if you want to increase the size of any of these three lv's you should take a ignite backup and then reinstall the OS to resize these lv's. You can however increase the size of any other filesystem without any problem online, without unmounting the lv.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Feb 2002 02:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-fs/m-p/2664553#M930826</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-14T02:50:08Z</dc:date>
    </item>
  </channel>
</rss>

