<?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 file system sizes without OnlineJFS installed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306629#M627995</link>
    <description>Yes but not online.&lt;BR /&gt; &lt;BR /&gt;You need to extend the logical volume with "lvextend", unmount the filesystem, use "extendfs" to increase it and then mount it again.&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Wed, 16 Jun 2004 06:12:47 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2004-06-16T06:12:47Z</dc:date>
    <item>
      <title>extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306628#M627994</link>
      <description>Hi...&lt;BR /&gt;&lt;BR /&gt;How could I extend my file system sizes if I don't have OnlineJFS installed? Could I do this?&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;&lt;BR /&gt;Rommel</description>
      <pubDate>Wed, 16 Jun 2004 06:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306628#M627994</guid>
      <dc:creator>Rommel T. Misa</dc:creator>
      <dc:date>2004-06-16T06:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306629#M627995</link>
      <description>Yes but not online.&lt;BR /&gt; &lt;BR /&gt;You need to extend the logical volume with "lvextend", unmount the filesystem, use "extendfs" to increase it and then mount it again.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jun 2004 06:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306629#M627995</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-16T06:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306630#M627996</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First: make a FS backup!&lt;BR /&gt;&lt;BR /&gt;#fstyp /dev/vgnn/filesystem&lt;BR /&gt;vxfs or hfs&lt;BR /&gt;#umount /mount_point&lt;BR /&gt;If device are busy:&lt;BR /&gt;#fuser -k /dev/vgnn/filesystem&lt;BR /&gt;&lt;BR /&gt;#lvextend -L &lt;FINAL_SIZE_IN_KB&gt; /dev/vgnn/filesystem&lt;BR /&gt;#extendfs -F [vxfs|hfs] /dev/vgnn/[r]filesystem&lt;BR /&gt;#mount /dev/vgnn/filesystem /mount_point&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;/FINAL_SIZE_IN_KB&gt;</description>
      <pubDate>Wed, 16 Jun 2004 06:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306630#M627996</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-06-16T06:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306631#M627997</link>
      <description>Thanks Mark,&lt;BR /&gt;&lt;BR /&gt;But what if this is a "default file system" (i.e. the /var filesystem)? &lt;BR /&gt;&lt;BR /&gt;Rommel</description>
      <pubDate>Wed, 16 Jun 2004 06:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306631#M627997</guid>
      <dc:creator>Rommel T. Misa</dc:creator>
      <dc:date>2004-06-16T06:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306632#M627998</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;extend /app to 500 MB. &lt;BR /&gt;&lt;BR /&gt;# fstyp /dev/vg01/lvol1&lt;BR /&gt;vxfs&lt;BR /&gt;# lvextend -L 500 /dev/vg01/lvol1&lt;BR /&gt;# umount /app&lt;BR /&gt;# extendfs -F vxfs /dev/vg01/rvol1&lt;BR /&gt;# mount /app&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 16 Jun 2004 06:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306632#M627998</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-16T06:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306633#M627999</link>
      <description>Rommel,&lt;BR /&gt;&lt;BR /&gt;# umount &lt;MOUNTPOINT&gt;&lt;BR /&gt;# lvextend -L &lt;SIZEINMB&gt; /dev/vgxx/lvolx&lt;BR /&gt;# extendfs -F &lt;FSTYPE&gt; /dev/vgxx/rlvolx&lt;BR /&gt;# mount /dev/vgxx/rlvolx &lt;MOUNTPOINT&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;Check for the new size of FS.&lt;BR /&gt;&lt;BR /&gt;Size given in MB is the total size of the FS and not addition to the existing one.&lt;BR /&gt;&lt;BR /&gt;see man lvextend,extendfs&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/MOUNTPOINT&gt;&lt;/FSTYPE&gt;&lt;/SIZEINMB&gt;&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Wed, 16 Jun 2004 06:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306633#M627999</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-16T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306634#M628000</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;If your FS is /var you must go to single mode first, i.e:&lt;BR /&gt;#init s&lt;BR /&gt;&lt;BR /&gt;Rgds</description>
      <pubDate>Wed, 16 Jun 2004 06:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306634#M628000</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-06-16T06:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306635#M628001</link>
      <description>Rommel, &lt;BR /&gt; &lt;BR /&gt;You're problem with /var is that it is going to be difficult to unmount because many processes are probably using it.  If you can track them all down and stop them, then you can unmount it and do as is mentioned above.  Otherwise, you might have to go single user.</description>
      <pubDate>Wed, 16 Jun 2004 06:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306635#M628001</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-16T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306636#M628002</link>
      <description>Rommel,&lt;BR /&gt;If it is var see the thread below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=16625" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=16625&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That should help.&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 16 Jun 2004 06:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306636#M628002</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-16T06:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306637#M628003</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if it is /var file system to be extended, then reboot the machine, when the system asks to press any key 10 within 10 sec, press any key&lt;BR /&gt;main menu&amp;gt; boot&lt;BR /&gt;Main menu&amp;gt; Intercat with ISL (y/n): say "y"&lt;BR /&gt;ISL&amp;gt; hpux -iS&lt;BR /&gt;will take you to single user mode&lt;BR /&gt;#mount -a&lt;BR /&gt;#umount /var&lt;BR /&gt;#lvextend -n &lt;SIZE in="" mb=""&gt; /dev/vg00/lvol8&lt;BR /&gt;#extendfs -F vxfs /dev/vg00/rlvol8&lt;BR /&gt;#mount /dev/vg00/lvol8 /var&lt;BR /&gt;#init 3&lt;BR /&gt;&lt;/SIZE&gt;</description>
      <pubDate>Wed, 16 Jun 2004 06:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306637#M628003</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-06-16T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: extending file system sizes without OnlineJFS installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306638#M628004</link>
      <description>For HP-UX filesystems, the steps are unique for different mountpoints:&lt;BR /&gt; &lt;BR /&gt;/ (not possible to shrink or extend)&lt;BR /&gt;/stand (same as /)&lt;BR /&gt;primary swap (not possible to shrink or extend)&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;/var (single user mode)&lt;BR /&gt;/opt (single user mode)&lt;BR /&gt;/usr (single user mode)&lt;BR /&gt;/tmp (sometimes online)&lt;BR /&gt;/home (sometimes online)&lt;BR /&gt; &lt;BR /&gt;For the first 3, these cannot be extended online because they must have contiguous extents. Use Ignite/UX for this task. For the rest, /var, /opt and /usr are so busy that it is difficult to kill off all the processes that use these mountpoints. /tmp is not used a lot (or should not be) so fuser may find just a few processes that can be killed. /home is the same--if all the users sign off then /home can be un-mounted.&lt;BR /&gt; &lt;BR /&gt;/var needs to be very large (1000 to 3900 megs) and every week (perhaps every day) searched for old files that need to be removed or trimmed in size. Igt is the busiest and fastest growing filesystem, and as you've probably seen already, crucial that it does not fill up.</description>
      <pubDate>Wed, 16 Jun 2004 09:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-file-system-sizes-without-onlinejfs-installed/m-p/3306638#M628004</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-06-16T09:13:26Z</dc:date>
    </item>
  </channel>
</rss>

