<?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: How to increase size of /usr in HP UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686278#M246282</link>
    <description>Hi Sunny,&lt;BR /&gt;Please have a look the link as below;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=890112" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=890112&lt;/A&gt;</description>
    <pubDate>Wed, 07 Dec 2005 02:22:17 GMT</pubDate>
    <dc:creator>Cem Tugrul</dc:creator>
    <dc:date>2005-12-07T02:22:17Z</dc:date>
    <item>
      <title>How to increase size of /usr in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686276#M246280</link>
      <description>I want to increase the size of /usr filesystem.&lt;BR /&gt;Its current size is 10 GB.&lt;BR /&gt;I want to increase it to 15 GB.&lt;BR /&gt;&lt;BR /&gt;Please help me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards...&lt;BR /&gt;Sunny</description>
      <pubDate>Wed, 07 Dec 2005 02:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686276#M246280</guid>
      <dc:creator>Sunny Anthony</dc:creator>
      <dc:date>2005-12-07T02:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase size of /usr in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686277#M246281</link>
      <description>Unless you have OnlineJFS, you will have to go into single user mode and then&lt;BR /&gt;lvextend, fsadm and check it.</description>
      <pubDate>Wed, 07 Dec 2005 02:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686277#M246281</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-12-07T02:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase size of /usr in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686278#M246282</link>
      <description>Hi Sunny,&lt;BR /&gt;Please have a look the link as below;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=890112" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=890112&lt;/A&gt;</description>
      <pubDate>Wed, 07 Dec 2005 02:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686278#M246282</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-12-07T02:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase size of /usr in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686279#M246283</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=885957" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=885957&lt;/A&gt;</description>
      <pubDate>Wed, 07 Dec 2005 02:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686279#M246283</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-12-07T02:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase size of /usr in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686280#M246284</link>
      <description>what is the file system that /usr configured?&lt;BR /&gt;&lt;BR /&gt;If online JFS then, use lvextend to make it.&lt;BR /&gt;&lt;BR /&gt; # lvextend -L 5120 /dev/vg06/lvol7 &lt;BR /&gt;&lt;BR /&gt;Else,&lt;BR /&gt;&lt;BR /&gt; # fuser -fu /usr == kill all users who are using /usr&lt;BR /&gt;&lt;BR /&gt; # umount /dev/vg06/lvol7&lt;BR /&gt; # lvextend -L 5120 /dev/vg06/lvol7 &lt;BR /&gt; # extendfs /dev/vg06/lvol7&lt;BR /&gt; # mount /dev/vg06/lvol7 /usr&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Wed, 07 Dec 2005 02:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686280#M246284</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-07T02:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase size of /usr in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686281#M246285</link>
      <description>Hi Sunny,&lt;BR /&gt;&lt;BR /&gt;Check the url below (docID : UNX1030070) about 'How to extend OnLineJFS or Base JFS file system' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080063572" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080063572&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The document show the detail steps for OnlineJFS and Based JFS.&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Wed, 07 Dec 2005 04:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686281#M246285</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-12-07T04:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase size of /usr in HP UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686282#M246286</link>
      <description>As Muthukumar's description&lt;BR /&gt;# extendfs /dev/vg06/lvol7&lt;BR /&gt;must be;&lt;BR /&gt;# extendfs /dev/vg06/rlvol7&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;PS:Muthukumar please go to&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=979703" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=979703&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;10 is still waiting for you&lt;BR /&gt;:-))&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 04:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-size-of-usr-in-hp-ux/m-p/3686282#M246286</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-12-07T04:25:31Z</dc:date>
    </item>
  </channel>
</rss>

