<?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: fsadm steps. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311482#M565327</link>
    <description>Hi Idham,&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 10240 /dev/vg00/lvol10 (do I realy need to run this command???)&lt;BR /&gt;&lt;BR /&gt;(Offcourse , our intention to increase the File system size in your case, by using "lvextend" &amp;amp; followed by "fsadm"(generic) - a file system administration command to take effect of the changes (or) resizing the File system &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help &amp;amp; verify.&lt;BR /&gt;&lt;BR /&gt;ps:.wuth online JFS installed. &lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i jfs&lt;BR /&gt;JFS B.11.11 The Base VxFS File System &lt;BR /&gt;OnlineJFS B.11.11 Online features of the VxFS File System &lt;BR /&gt;&lt;BR /&gt;(ONLINE - JFS ) very usefull in avoiding downtime , for example&lt;BR /&gt;"your database" mount point reached the Threash-hold you d'not aford for downtime of the database , If ONLINE JFS Installed you can resize the File system size with out umount mounting, Usually Mission Cirtical Support system has this facility,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Nov 2008 05:04:49 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2008-11-24T05:04:49Z</dc:date>
    <item>
      <title>fsadm steps.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311478#M565323</link>
      <description>How is the proper way/steps to use fsadm to increase filesystem..&lt;BR /&gt;&lt;BR /&gt;let say ...&lt;BR /&gt;/dev/vg00/lvol10   20971520 18892147 1949460   91% /appl&lt;BR /&gt;&lt;BR /&gt;1469(Free PE)*16(PE Size) = 23504(Free space in vg00)&lt;BR /&gt;&lt;BR /&gt;And I want to increase another 1000MB 'online'...&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 10240 /dev/vg00/lvol10 (do I realy need to run this command???)&lt;BR /&gt;# fsadm -F vxfs -b 1000M /appl&lt;BR /&gt;&lt;BR /&gt;Please help &amp;amp; verify.&lt;BR /&gt;&lt;BR /&gt;ps:.wuth online JFS installed.</description>
      <pubDate>Mon, 24 Nov 2008 02:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311478#M565323</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2008-11-24T02:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm steps.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311479#M565324</link>
      <description>Yes, you need to run the lvextend command because you need to extend the logical volume BEFORE you extend the file system.&lt;BR /&gt;&lt;BR /&gt;Your LV is currently at 20,971,520 KB, or 20,480 MB.  If you want to extend to 21,480 MB, then you must do the following:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 21480 /dev/vg00/lvol10&lt;BR /&gt;(The size here is the size you want the LV to be, NOT how much you want to extend it by.  You want it to be 21480 MB, so that is the value you use.)&lt;BR /&gt;&lt;BR /&gt;# fsadm -b 21480m /appl&lt;BR /&gt;(Again, you must put the TOTAL size you want the filesystem to be.)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2008 02:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311479#M565324</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-11-24T02:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm steps.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311480#M565325</link>
      <description>The 'lvextend' is required to first increase the storage size. 'fsadm' is required to ensure that the filesystem that is using that storage is notified about it so that it can make use of the new size.</description>
      <pubDate>Mon, 24 Nov 2008 03:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311480#M565325</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-11-24T03:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm steps.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311481#M565326</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First you have to extend your lv with new size (old size + add on size) then again you have to give fsadm command, if you have Online JFS then you can extend online other wise you have to umount the file system.&lt;BR /&gt; &lt;BR /&gt;Suraj&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2008 03:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311481#M565326</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-24T03:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm steps.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311482#M565327</link>
      <description>Hi Idham,&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 10240 /dev/vg00/lvol10 (do I realy need to run this command???)&lt;BR /&gt;&lt;BR /&gt;(Offcourse , our intention to increase the File system size in your case, by using "lvextend" &amp;amp; followed by "fsadm"(generic) - a file system administration command to take effect of the changes (or) resizing the File system &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help &amp;amp; verify.&lt;BR /&gt;&lt;BR /&gt;ps:.wuth online JFS installed. &lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i jfs&lt;BR /&gt;JFS B.11.11 The Base VxFS File System &lt;BR /&gt;OnlineJFS B.11.11 Online features of the VxFS File System &lt;BR /&gt;&lt;BR /&gt;(ONLINE - JFS ) very usefull in avoiding downtime , for example&lt;BR /&gt;"your database" mount point reached the Threash-hold you d'not aford for downtime of the database , If ONLINE JFS Installed you can resize the File system size with out umount mounting, Usually Mission Cirtical Support system has this facility,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2008 05:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-steps/m-p/4311482#M565327</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-24T05:04:49Z</dc:date>
    </item>
  </channel>
</rss>

