<?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 /usr in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905629#M405010</link>
    <description>I have fixed in single user mode.</description>
    <pubDate>Mon, 06 Jun 2005 00:21:01 GMT</pubDate>
    <dc:creator>Mutum</dc:creator>
    <dc:date>2005-06-06T00:21:01Z</dc:date>
    <item>
      <title>Extending /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905623#M405004</link>
      <description>I have been runing out of space on my /usr file system.&lt;BR /&gt;&lt;BR /&gt;I managed to extend the volume group vg00, and also extended the logical volume on which /usr in mounted, but when I try to extend the file system /usr, it can't be extend since it's mounted, and I can't umount it.&lt;BR /&gt;&lt;BR /&gt;Can some one advice me how to perform this.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 05 Jun 2005 00:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905623#M405004</guid>
      <dc:creator>Mutum</dc:creator>
      <dc:date>2005-06-05T00:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905624#M405005</link>
      <description>do you have online JFS?  If no you have to boot server into single user mode and extend the FS.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Jun 2005 00:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905624#M405005</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2005-06-05T00:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905625#M405006</link>
      <description>Do you have Online JFS installed? If yes you can extend online by fsadm without much issues. Otherwise you need to kill all the process accessing /usr and umount or reboot the system to single user mode and do extendfs.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /usr -&amp;gt; to see all the pid accessing /usr. &lt;BR /&gt;fuser -ku /usr -&amp;gt; to kill all process on /usr(Warning! killing process is dangerious suggested option is to reboot in single user mode)&lt;BR /&gt;&lt;BR /&gt;Let me know if u need further help&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Sun, 05 Jun 2005 00:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905625#M405006</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-06-05T00:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905626#M405007</link>
      <description>Boot the box&lt;BR /&gt;&lt;BR /&gt;Interupt at the 10 second prompt&lt;BR /&gt;&lt;BR /&gt;bo&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Y Interact&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;This will boot into single usre mode.&lt;BR /&gt;&lt;BR /&gt;/usr will not be mounted.&lt;BR /&gt;&lt;BR /&gt;Now you can lvextend and then extendfs without any trouble. You can lvextend usually while the logical volume is mounted. You can't extendfs&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;</description>
      <pubDate>Sun, 05 Jun 2005 01:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905626#M405007</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-05T01:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905627#M405008</link>
      <description>Hi Muatasim,&lt;BR /&gt;&lt;BR /&gt;    One less effort way extending the /usr filesystem, if you do not have "online JFS".&lt;BR /&gt;&lt;BR /&gt;    When the system is online , u can still "lvextend" but not "extendfs". So you can use this feature to your advantage.&lt;BR /&gt;&lt;BR /&gt;    When the system is online, perform....&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;NEWSIZE&gt; /dev/vg00/lvolx &lt;BR /&gt;&lt;BR /&gt;(find the /dev/vg00/lvolx by issue following command&lt;BR /&gt;bdf /usr  )&lt;BR /&gt;&lt;BR /&gt;Then add the following entry in /etc/inittab file just above "brcl" entry...&lt;BR /&gt;&lt;BR /&gt; exfs::bootwait:/sbin/extendfs -F vxfs /dev/vg00/rlolx  &lt;/NEWSIZE&gt;/dev/console 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;Then reboot the system... &lt;BR /&gt;shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;When the sytem is up .. check.. the size&lt;BR /&gt;&lt;BR /&gt;bdf /usr &lt;BR /&gt;it will reflect the new size..&lt;BR /&gt;&lt;BR /&gt;Now you can remove the entry u made in inittab file earlier.&lt;BR /&gt;&lt;BR /&gt;regards..&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Jun 2005 05:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905627#M405008</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-06-05T05:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905628#M405009</link>
      <description>Thanks to all of you for the valuable information.&lt;BR /&gt;&lt;BR /&gt;I have perform it in single user mode, after reboot.</description>
      <pubDate>Mon, 06 Jun 2005 00:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905628#M405009</guid>
      <dc:creator>Mutum</dc:creator>
      <dc:date>2005-06-06T00:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905629#M405010</link>
      <description>I have fixed in single user mode.</description>
      <pubDate>Mon, 06 Jun 2005 00:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-usr/m-p/4905629#M405010</guid>
      <dc:creator>Mutum</dc:creator>
      <dc:date>2005-06-06T00:21:01Z</dc:date>
    </item>
  </channel>
</rss>

