<?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: file system increase in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287533#M336322</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First check whether you have OnlineJFS product installed in your system to increase filesystem online.&lt;BR /&gt;&lt;BR /&gt;#swlist -l product | grep -i onlinejfs&lt;BR /&gt;&lt;BR /&gt;Then you can use fsadm command to increase.&lt;BR /&gt;&lt;BR /&gt;If this product is not installed, you cannot increase filesystem online.&lt;BR /&gt;&lt;BR /&gt;regards</description>
    <pubDate>Thu, 16 Oct 2008 04:48:27 GMT</pubDate>
    <dc:creator>B V B Kumar</dc:creator>
    <dc:date>2008-10-16T04:48:27Z</dc:date>
    <item>
      <title>file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287524#M336313</link>
      <description>Hello,&lt;BR /&gt;I have to increase the filesystem /volme size.how do i check if i can do that online.&lt;BR /&gt;It is set up lvm/vxfs&lt;BR /&gt;i dont think it has onlinejfs.&lt;BR /&gt;pls advice&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 15 Oct 2008 14:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287524#M336313</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-10-15T14:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287525#M336314</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have not online JFS then you cannot extend it online.&lt;BR /&gt;&lt;BR /&gt;check if you have online jfs installed or not by using swlist&lt;BR /&gt;&lt;BR /&gt;#swlist -l product |grep -i online&lt;BR /&gt;&lt;BR /&gt;if you don't have, you need to unmount and extend the filesytem using lvextend and extendfs commands</description>
      <pubDate>Wed, 15 Oct 2008 14:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287525#M336314</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-15T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287526#M336315</link>
      <description>Hi,&lt;BR /&gt;plz provide os version.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Wed, 15 Oct 2008 14:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287526#M336315</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2008-10-15T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287527#M336316</link>
      <description>I use this for LVOL extensions if NO ONline JFS is avalable:&lt;BR /&gt;A. umount /dev/vgxx/lvolx&lt;BR /&gt;(unmounts filesystem)&lt;BR /&gt; B. lvextend â  L &lt;SIZE in="" mb=""&gt; /dev/vgxx/lvolx&lt;BR /&gt; C. extendfs â  F vxfs/hfs(/etc/fstab) â  o largefiles &lt;MOUNTPOINT&gt;&lt;BR /&gt; D. mount â  a&lt;BR /&gt;  AND this if ONLINE JFS IS available:&lt;BR /&gt;&lt;BR /&gt;A. lvextend â  L 4000 /dev/vgxx/lvolx&lt;BR /&gt;(increases the size of the lvol reads in megs by default) &lt;BR /&gt;Note: the â  L option is not used to specify the amount of space you want to â  growâ   the lvol by. It is used to specify TOTAL space needed after the lvextend. &lt;BR /&gt;B.  fsadm â  F vxfs â  b 39000M /filesystem&lt;BR /&gt;Note: fsadm command reads by Kbytes by default, Megs must be specified by the M after amount&lt;BR /&gt;&lt;/MOUNTPOINT&gt;&lt;/SIZE&gt;</description>
      <pubDate>Wed, 15 Oct 2008 14:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287527#M336316</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2008-10-15T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287528#M336317</link>
      <description>Navin here is a little cheat sheet I use for my HP-UX 11.11 boxes.</description>
      <pubDate>Wed, 15 Oct 2008 14:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287528#M336317</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2008-10-15T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287529#M336318</link>
      <description>WHICH volume / filesystem?  &lt;BR /&gt;&lt;BR /&gt;some of the stuff in vg00 requires contiguous allocations an is easier to handle with ignite.....</description>
      <pubDate>Wed, 15 Oct 2008 15:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287529#M336318</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-10-15T15:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287530#M336319</link>
      <description>First off, what file system is this?  There is a "/" in your question that makes me wonder if you're talking about the root file system or you are talking about increasing both the logical volume and the file system it contains.  If that is the case, look at the EXAMPLES section of the lvextend man page for guidance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 15 Oct 2008 15:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287530#M336319</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-10-15T15:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287531#M336320</link>
      <description>it's file system opt.it's in vg00 &lt;BR /&gt;OS version  is 11.23&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 15 Oct 2008 15:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287531#M336320</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-10-15T15:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287532#M336321</link>
      <description>Hi Navin:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; it's file system opt.it's in vg00 &lt;BR /&gt;&lt;BR /&gt;OK, so what.  If you have OnlineJFS you don't need to unmount the filesystem to enlarge it.  In this case, you use 'fsadm' after growing the logical volume with 'lvextend'.&lt;BR /&gt;&lt;BR /&gt;If you don't have OnlineJFS then you can't use 'fsadm' and must first unmount the filesytem to enlarge it with 'extendfs' (after doing an 'lvextend').&lt;BR /&gt;&lt;BR /&gt;It will be easiest if you boot *into* single-user mode where '/opt' isn't mounted.  Then, use the commands in '/sbin'.  When you are done, it is easiest to reboot again to resume normal operations.&lt;BR /&gt;&lt;BR /&gt;For your reading pleasure see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 15 Oct 2008 15:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287532#M336321</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-15T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287533#M336322</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First check whether you have OnlineJFS product installed in your system to increase filesystem online.&lt;BR /&gt;&lt;BR /&gt;#swlist -l product | grep -i onlinejfs&lt;BR /&gt;&lt;BR /&gt;Then you can use fsadm command to increase.&lt;BR /&gt;&lt;BR /&gt;If this product is not installed, you cannot increase filesystem online.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Thu, 16 Oct 2008 04:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287533#M336322</guid>
      <dc:creator>B V B Kumar</dc:creator>
      <dc:date>2008-10-16T04:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287534#M336323</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First check onlineJFS is there or not with swlist command if onlineJFS is there then no need to unmount the FS.&lt;BR /&gt;as well as you have to check this things also&lt;BR /&gt;&lt;BR /&gt;vgdisplay vg00&lt;BR /&gt;PE Size (Mbytes)    ?        &lt;BR /&gt;Free PE             ?&lt;BR /&gt;&lt;BR /&gt;if you have free pe then only you can extend your /opt  &lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 16 Oct 2008 05:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287534#M336323</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-16T05:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287535#M336324</link>
      <description>Hi Navin,&lt;BR /&gt; &amp;gt;&amp;gt; Increase the filesystem /volume size.how do i check if i can do that online &amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;which volume are you going to increase..?&lt;BR /&gt;&lt;BR /&gt;does your file system or Logical reside under vg00.? &lt;BR /&gt;&lt;BR /&gt;also you need check do you have enough free disk space.?&lt;BR /&gt;&lt;BR /&gt;vgdisplay /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;*****Free Space = Free PE x PE Size (Mbytes)&lt;BR /&gt;&lt;BR /&gt;(if you have Onlin JFS)&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;CURRENT&gt; /dev/vg00/lvol2&lt;BR /&gt;fsadm -f vxfs -b &lt;TOTAL size=""&gt;M &lt;FILE system=""&gt;&lt;BR /&gt;bdf --&amp;gt; verfiy "you have Increased the file system"&lt;BR /&gt;&lt;BR /&gt;Extending Logical Volumes (without online JFS)&lt;BR /&gt;umount /dev/vgxx/lvolx --&amp;gt; this you need to check if your Logical volume reside under "vg00" also belongs to Operating File system (eg /var/ /opt/ /usr)&lt;BR /&gt;(note you can't unmount the file system) you need go HPUX  Singel User mode)&lt;BR /&gt;&lt;BR /&gt;shutdown -ry 0&lt;BR /&gt;Hit anykey to interupt the boot process&lt;BR /&gt;&lt;BR /&gt;main Menu &amp;gt; bo pri&lt;BR /&gt;Interact with IPL (Y or N)?&amp;gt; y&lt;BR /&gt;Booting...&lt;BR /&gt;Hard booted&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -lm --&amp;gt; booting server in lvm maintance Mode&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;umount /var&lt;BR /&gt;lvextend -L &lt;NEW_SIZE&gt; /dev/vg00/lvolx&lt;BR /&gt;extendfs -F vxfs /dev/vg00/lvolx&lt;BR /&gt;mount /dev/vg00/lvolx /var&lt;BR /&gt;&lt;BR /&gt;(Note if you Logical volume does not reside under vg00 or doesn't belong to Operating File system  pls ignore the above steps)&lt;BR /&gt;&lt;BR /&gt;fuser -c &lt;MOUNT_POINT&gt;&lt;BR /&gt;umount /data --&amp;gt; example &lt;MOUNT_POINT&gt;&lt;BR /&gt;lvextend -L &lt;NEW_SIZE&gt; /dev/vg01/lvolx&lt;BR /&gt;extendfs -F vxfs /dev/vg00/lvolx&lt;BR /&gt;mount /dev/vg01/lvolx /data &lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;Hope this helps you ,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;/NEW_SIZE&gt;&lt;/MOUNT_POINT&gt;&lt;/MOUNT_POINT&gt;&lt;/NEW_SIZE&gt;&lt;/FILE&gt;&lt;/TOTAL&gt;&lt;/CURRENT&gt;</description>
      <pubDate>Thu, 16 Oct 2008 06:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287535#M336324</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-10-16T06:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: file system increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287536#M336325</link>
      <description>Go ahead with Johnson reply.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Thu, 16 Oct 2008 07:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increase/m-p/4287536#M336325</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-10-16T07:33:53Z</dc:date>
    </item>
  </channel>
</rss>

