<?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: increase space in /usr in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203133#M325010</link>
    <description>See first wich lvol are used for /usr with bdf&lt;BR /&gt;&lt;BR /&gt;You've got to boot the server in single-user mode to increase  and /usr (lvol7):&lt;BR /&gt;&lt;BR /&gt;#shutdown -r -y &lt;BR /&gt;&lt;BR /&gt;boot pri&lt;BR /&gt;Interact with ISL? Yes&lt;BR /&gt;ISL&amp;gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;When you are in single user mode, increase the file system as follows:&lt;BR /&gt;&lt;BR /&gt;#lvextend Ã¢Â Â L Ã¢Â Â new size in MBÃ¢Â Â  /dev/vg00/lvol7&lt;BR /&gt;#extendfs /dev/vg00/rlvol7&lt;BR /&gt;&lt;BR /&gt;#mount /usr&lt;BR /&gt;&lt;BR /&gt;to verify the new size&lt;BR /&gt;&lt;BR /&gt;and reboot the server on&lt;BR /&gt;</description>
    <pubDate>Thu, 22 May 2008 16:27:44 GMT</pubDate>
    <dc:creator>Yashwant</dc:creator>
    <dc:date>2008-05-22T16:27:44Z</dc:date>
    <item>
      <title>increase space in /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203131#M325008</link>
      <description>I have a RP7410 running 11.i.  I need to increase the space in /usr to load a patch.  I've never increase space in the root area.  How do I do that?</description>
      <pubDate>Thu, 22 May 2008 16:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203131#M325008</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2008-05-22T16:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: increase space in /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203132#M325009</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;/usr is not in the root filesystem, it is separate.&lt;BR /&gt;&lt;BR /&gt;If you have space on the disk for it:&lt;BR /&gt;&lt;BR /&gt;bdf /usr&lt;BR /&gt;&lt;BR /&gt;# get the device&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;SIZE in="" mb=""&gt; /dev/vg00/lvol# &lt;DISK&gt;&lt;BR /&gt;umount /usr&lt;BR /&gt;extendfs disk device above.&lt;BR /&gt;&lt;BR /&gt;You system needs to be near idle or booted to single user mode before this operation.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/DISK&gt;&lt;/SIZE&gt;</description>
      <pubDate>Thu, 22 May 2008 16:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203132#M325009</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-22T16:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: increase space in /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203133#M325010</link>
      <description>See first wich lvol are used for /usr with bdf&lt;BR /&gt;&lt;BR /&gt;You've got to boot the server in single-user mode to increase  and /usr (lvol7):&lt;BR /&gt;&lt;BR /&gt;#shutdown -r -y &lt;BR /&gt;&lt;BR /&gt;boot pri&lt;BR /&gt;Interact with ISL? Yes&lt;BR /&gt;ISL&amp;gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;When you are in single user mode, increase the file system as follows:&lt;BR /&gt;&lt;BR /&gt;#lvextend Ã¢Â Â L Ã¢Â Â new size in MBÃ¢Â Â  /dev/vg00/lvol7&lt;BR /&gt;#extendfs /dev/vg00/rlvol7&lt;BR /&gt;&lt;BR /&gt;#mount /usr&lt;BR /&gt;&lt;BR /&gt;to verify the new size&lt;BR /&gt;&lt;BR /&gt;and reboot the server on&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2008 16:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203133#M325010</guid>
      <dc:creator>Yashwant</dc:creator>
      <dc:date>2008-05-22T16:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: increase space in /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203134#M325011</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS (which you should because no server should be without!) then, use:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;NEW size="" in="" mb=""&gt; /dev/vg00/lvolN&lt;BR /&gt;# fsadm -b &lt;NEW size="" in="" blocks=""&gt; /usr&lt;BR /&gt;&lt;BR /&gt;If you don't have OnlineJFS, you should boot into single-user mode, where '/usr' isn't mounted and do:&lt;BR /&gt;&lt;BR /&gt;# lvextend ...&lt;BR /&gt;# extendfs /dev/vg00/rlvolN #...note 'r'aw device&lt;BR /&gt;# shutdown -ry 0 # to reboot and resume &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/NEW&gt;&lt;/NEW&gt;</description>
      <pubDate>Thu, 22 May 2008 16:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203134#M325011</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-22T16:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: increase space in /usr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203135#M325012</link>
      <description>&lt;BR /&gt;first I have to clarify &lt;BR /&gt;I've never increase space in the root area&lt;BR /&gt;u /usr is not root file sytem &lt;BR /&gt;&lt;BR /&gt;before extending u file system /usr&lt;BR /&gt;first u have to understand online jfs is installed in u system or not for understanding that &lt;BR /&gt;u can use &lt;BR /&gt;swlist -l product | grep -i jfs&lt;BR /&gt;if online jfs installed in u system u can use fsadm command to increase the file system&lt;BR /&gt;first u have to check in u volume group any space is there or not &lt;BR /&gt;by using vgdisplay command if space is there &lt;BR /&gt;u can extend logical volume first then file sytem ok (otherwise u have to extend the size of the volume group first)&lt;BR /&gt;&lt;BR /&gt;if online jfs is there do the following steps to increase the file system&lt;BR /&gt;lvextend -L 800 /dev/vg00/lvol5&lt;BR /&gt;fsadm -F vxfs -b 800 /usr&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2008 16:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-space-in-usr/m-p/4203135#M325012</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-05-22T16:58:10Z</dc:date>
    </item>
  </channel>
</rss>

