<?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: /usr 100% in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166509#M320692</link>
    <description>umount the file system&lt;BR /&gt;extend the logical volum&lt;BR /&gt;extend the file system&lt;BR /&gt;mount the file system&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Mar 2008 10:20:06 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2008-03-24T10:20:06Z</dc:date>
    <item>
      <title>/usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166505#M320688</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am using HP-UX 11.23 my /usr FS is 100% and i don't have the online JFS utility. And the size of /usr if 2gb and i have to increase it upto 5gb i have the enough space in vg00.&lt;BR /&gt;&lt;BR /&gt;So please tell me steps to increase /usr FS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,</description>
      <pubDate>Mon, 24 Mar 2008 10:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166505#M320688</guid>
      <dc:creator>tayal_sumit</dc:creator>
      <dc:date>2008-03-24T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166506#M320689</link>
      <description>There are a couple of ways to go about this.  The straight forward way is to lvextend the LV, unmount the filesystem, then extendfs the file system and remount it.  The only problem is unmounting - you will probably end up having to boot into single user mode to get /usr unmounted.&lt;BR /&gt;&lt;BR /&gt;The other method, if you have sufficient space, is to create a new file system of the required size, copy /usr into it, then switch the entries in /etc/fstab to point /usr to the new file system, then reboot the system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 24 Mar 2008 10:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166506#M320689</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-03-24T10:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166507#M320690</link>
      <description>If u do not have JFS.&lt;BR /&gt;1.Take backup&lt;BR /&gt;2.check if space is available&lt;BR /&gt;vgdisplay vg00&lt;BR /&gt;&lt;BR /&gt;if space is there fine , else add disk&lt;BR /&gt;do pvcreate and vgextend&lt;BR /&gt;&lt;BR /&gt;3.umount /usr &lt;BR /&gt;4.extendfs -F vxfs -s newsize /dev/vg00/lvolxx&lt;BR /&gt;5.mount usr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thats all&lt;BR /&gt;BR,&lt;BR /&gt;Kapil&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166507#M320690</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2008-03-24T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166508#M320691</link>
      <description>sorry missed most important command lvextend&lt;BR /&gt;lvextend -L new_size /dev/vg00/lvolxx&lt;BR /&gt;umount /usr &lt;BR /&gt;extendfs&lt;BR /&gt;mount&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166508#M320691</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2008-03-24T10:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166509#M320692</link>
      <description>umount the file system&lt;BR /&gt;extend the logical volum&lt;BR /&gt;extend the file system&lt;BR /&gt;mount the file system&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166509#M320692</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-24T10:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166510#M320693</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt; boot your system in single user mode&lt;BR /&gt;#vgchange -a y vg00&lt;BR /&gt;#lvextend -L 5000M /dev/vg00/lvoxx&lt;BR /&gt;#extendfs -F vxfs /dev/vg00/rlvoxx&lt;BR /&gt;#mountall&lt;BR /&gt;#init 3&lt;BR /&gt; &lt;BR /&gt; Regards,&lt;BR /&gt; Davis Paul&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166510#M320693</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2008-03-24T10:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166511#M320694</link>
      <description>Hey, &lt;BR /&gt;&lt;BR /&gt;Are you sure, 11.23 didn't have online jfs?  I heard, from 11.23 onwards, Online JFS is defualt.</description>
      <pubDate>Thu, 03 Apr 2008 02:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166511#M320694</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2008-04-03T02:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166512#M320695</link>
      <description>As per the above comment from Shibin, kindly confirm if ONline JFS is installed or not. &lt;BR /&gt;&lt;BR /&gt;i.e &lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i OnlineJFS&lt;BR /&gt;&lt;BR /&gt;If it is installed , you can extend /usr FS online or else you will have to unmount the FS and extend.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check the large file in /usr FS that are responsible for FS growth because /usr contain&lt;BR /&gt;system files and it should not shhot up drastically&lt;BR /&gt;&lt;BR /&gt;i.e&lt;BR /&gt;&lt;BR /&gt;find /usr -xdev -type f -mtime -2 -ls | sort -nr +6 | head -n 5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you still want to extend the /usr FS, do the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. If Online JFS is installed:&lt;BR /&gt;&lt;BR /&gt;Extend the lv (lvextend command)&lt;BR /&gt;Extend the Filesystem (fsadm command)&lt;BR /&gt;&lt;BR /&gt;2. If Online JFS is not installed:&lt;BR /&gt;&lt;BR /&gt;fuser -cu /usr (to check no user is working)&lt;BR /&gt;&lt;BR /&gt;If user is, kill the user&lt;BR /&gt;&lt;BR /&gt;fuser -ck /usr&lt;BR /&gt;&lt;BR /&gt;umount /usr&lt;BR /&gt;&lt;BR /&gt;extendfs -F &lt;FS-TYPE&gt; &lt;FS&gt;&lt;BR /&gt;&lt;BR /&gt;To find the fs-type of /usr:&lt;BR /&gt;&lt;BR /&gt;fstyp &lt;FS&gt;&lt;BR /&gt;&lt;BR /&gt;E.g&lt;BR /&gt;&lt;BR /&gt;&amp;gt; fstyp /dev/vg00/lvol7&lt;BR /&gt;vxfs&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;extendfs -F vxfs /dev/vg00/lvol7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount /usr&lt;BR /&gt;&lt;BR /&gt;bdf /usr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ashish&lt;/FS&gt;&lt;/FS&gt;&lt;/FS-TYPE&gt;</description>
      <pubDate>Thu, 03 Apr 2008 04:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166512#M320695</guid>
      <dc:creator>AL_3001</dc:creator>
      <dc:date>2008-04-03T04:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166513#M320696</link>
      <description>Hi Tayal,&lt;BR /&gt;&lt;BR /&gt;I'm sorry coz i just noticed, the extendfs commad i have mentioned does not include the size of fs. We have online jfs installed on all our systems, so i have alwyas extended the filesystems online. &lt;BR /&gt;&lt;BR /&gt;Gurus - Kindly add your inputs to the extendfs command to contain the size.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ashish</description>
      <pubDate>Thu, 03 Apr 2008 05:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166513#M320696</guid>
      <dc:creator>AL_3001</dc:creator>
      <dc:date>2008-04-03T05:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: /usr 100%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166514#M320697</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your previous thread about extending usr&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1214686" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1214686&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please assign points to your older threads and close them if they are solved, so we know what helped you!&lt;BR /&gt;&lt;BR /&gt;Your questions&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/pageList.do?userId=WW30447&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/pageList.do?userId=WW30447&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 03 Apr 2008 05:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-100/m-p/4166514#M320697</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-04-03T05:17:31Z</dc:date>
    </item>
  </channel>
</rss>

