<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256780#M588441</link>
    <description>Ok I will expain you...&lt;BR /&gt;#bdf /var&lt;BR /&gt;/dev/vg00/lvol8 16220160 2955176 13161648 18% /var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so the file system is /dev/vg00/lvol8 , right? ====yes&lt;BR /&gt;&lt;BR /&gt;so vgname is vg00 (root VG) OS boot VG also&lt;BR /&gt;&lt;BR /&gt;As we can not umount /var; it is required for OS to run.&lt;BR /&gt;&lt;BR /&gt;So how to do it:??&lt;BR /&gt;&lt;BR /&gt;Steps:&lt;BR /&gt;&lt;BR /&gt;1. take a downtime&lt;BR /&gt;2. Shutdown server (cd /; shutdown -hy 0)&lt;BR /&gt;3. Boot in single user mode&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;4. Once you are in single user mode&lt;BR /&gt;run following:&lt;BR /&gt;#bdf&lt;BR /&gt;You will see only / is mounted&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;no other lv so &lt;BR /&gt;&lt;BR /&gt;now you dont even need to umount /var here&lt;BR /&gt;&lt;BR /&gt;simply run following&lt;BR /&gt;&lt;BR /&gt;Note: you should have free space in VG00&lt;BR /&gt;&lt;BR /&gt;vgdisplay vg00 &lt;BR /&gt;look for free PE&lt;BR /&gt;e.g&lt;BR /&gt;system12&amp;gt;vgdisplay vg00&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      25     &lt;BR /&gt;Open LV                     25     &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      3      &lt;BR /&gt;Act PV                      3      &lt;BR /&gt;Max PE per PV               4350         &lt;BR /&gt;VGDA                        6   &lt;BR /&gt;PE Size (Mbytes)            8               &lt;BR /&gt;Total PE                    12994   &lt;BR /&gt;Alloc PE                    7918    &lt;BR /&gt;Free PE                     5076    &lt;BR /&gt;Total PVG                   3        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                     &lt;BR /&gt;&lt;BR /&gt;shpp12:rsh:/home/dc93650&amp;gt;&lt;BR /&gt;system12&amp;gt;bc&lt;BR /&gt;5076*8 &lt;BR /&gt;40608&lt;BR /&gt;quit&lt;BR /&gt;&lt;BR /&gt;###so i have 40608 MB of free size here #######example&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;and then&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;Done!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 24 Aug 2008 11:06:00 GMT</pubDate>
    <dc:creator>Deepak Kr</dc:creator>
    <dc:date>2008-08-24T11:06:00Z</dc:date>
    <item>
      <title>file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256767#M588428</link>
      <description>Hi dears,&lt;BR /&gt;i got a task asking me to increase the file system by 6 GB to make it 16 GB...&lt;BR /&gt;so i need your help by giving me the steps to increase it and some details for each step...&lt;BR /&gt;thx in advance...&lt;BR /&gt;Regards,</description>
      <pubDate>Sat, 23 Aug 2008 11:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256767#M588428</guid>
      <dc:creator>abunnudur</dc:creator>
      <dc:date>2008-08-23T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256768#M588429</link>
      <description>You can do it several ways:&lt;BR /&gt;&lt;BR /&gt;If you have Onlinejfs installed then&lt;BR /&gt;&lt;BR /&gt;lvextend -L 16000 lvname&lt;BR /&gt;fsadm -b 16000M /Fs mount_point name&lt;BR /&gt;&lt;BR /&gt;If not then use following&lt;BR /&gt;&lt;BR /&gt;umount /filesystem &lt;BR /&gt;lvextend -L 16000 lvname&lt;BR /&gt;extendfs -F vxfs lvname&lt;BR /&gt;(raw device)&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Aug 2008 12:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256768#M588429</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-23T12:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256769#M588430</link>
      <description>Hi dear,&lt;BR /&gt;&lt;BR /&gt;sorry maybe i will ask many questions about this topic because i am still beginer in this field...&lt;BR /&gt;&lt;BR /&gt;how to know if i have online jfs or not?&lt;BR /&gt;and welling to know is it better to have it or not? and why?&lt;BR /&gt;Regards,</description>
      <pubDate>Sun, 24 Aug 2008 03:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256769#M588430</guid>
      <dc:creator>abunnudur</dc:creator>
      <dc:date>2008-08-24T03:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256770#M588431</link>
      <description>/root # swlist | grep JFS&lt;BR /&gt;  OnlineJFS                             B.11.11.03.03  Online features of the VxFS File System&lt;BR /&gt;&lt;BR /&gt;Run this command to know&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Sun, 24 Aug 2008 03:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256770#M588431</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-08-24T03:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256771#M588432</link>
      <description>In online JFS, you dont need to umount the FS.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Sun, 24 Aug 2008 03:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256771#M588432</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-08-24T03:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256772#M588433</link>
      <description>Online JFS software installed in the server doesn't mean you have Online JFS license have. You can verify the license info by applying the following command&lt;BR /&gt;&lt;BR /&gt;#vxlicense -p (11iv1)&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#vxlicrep</description>
      <pubDate>Sun, 24 Aug 2008 04:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256772#M588433</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-08-24T04:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256773#M588434</link>
      <description>hi abunnudur,&lt;BR /&gt;&lt;BR /&gt;you provide following details so that we can help you with command syntax also&lt;BR /&gt;&lt;BR /&gt;bdf /filesytem&lt;BR /&gt;vgdisplay vgname&lt;BR /&gt;&lt;BR /&gt;swlist |grep -i onlinejfs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Aug 2008 05:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256773#M588434</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-24T05:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256774#M588435</link>
      <description>hi again,&lt;BR /&gt;I dont have the OnlineJFS and it is not acceptable to install it in this moment...&lt;BR /&gt;so first i need to know what is the current space for that file system and then start to add the 6 GB in outage period...&lt;BR /&gt;Need ur help quickly...&lt;BR /&gt;Regards,</description>
      <pubDate>Sun, 24 Aug 2008 07:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256774#M588435</guid>
      <dc:creator>abunnudur</dc:creator>
      <dc:date>2008-08-24T07:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256775#M588436</link>
      <description>another question:&lt;BR /&gt;before starting...is it important to make umount?&lt;BR /&gt;i heared that i can make it without this step...&lt;BR /&gt;any ideas?</description>
      <pubDate>Sun, 24 Aug 2008 07:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256775#M588436</guid>
      <dc:creator>abunnudur</dc:creator>
      <dc:date>2008-08-24T07:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256776#M588437</link>
      <description>ohh&lt;BR /&gt;&lt;BR /&gt;Yes, in absence of OnlineJFS it is neccessary to unmount FS.&lt;BR /&gt;&lt;BR /&gt;Fs space you can see using bdf command&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;bdf /var&lt;BR /&gt;&lt;BR /&gt;will show you usage details etc&lt;BR /&gt;&lt;BR /&gt;From this output we can find vgname and then find out free space using vgdisplay vgname |grep free&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Aug 2008 08:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256776#M588437</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-24T08:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256777#M588438</link>
      <description>thx kumar...&lt;BR /&gt;now i am sure i have 6 GB available...&lt;BR /&gt;how to start the unmount proccess?&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Aug 2008 08:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256777#M588438</guid>
      <dc:creator>abunnudur</dc:creator>
      <dc:date>2008-08-24T08:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256778#M588439</link>
      <description>what is FS name here&lt;BR /&gt;&lt;BR /&gt;we can not unmount OS FS now&lt;BR /&gt;/var /usr / /tmp</description>
      <pubDate>Sun, 24 Aug 2008 09:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256778#M588439</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-24T09:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256779#M588440</link>
      <description>hi...&lt;BR /&gt;this is the output that appears using bdf command:&lt;BR /&gt;/dev/vg00/lvol8    16220160 2955176 13161648   18% /var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so the file system is /dev/vg00/lvol8 , right?&lt;BR /&gt;and why we can't unmount the FS now?&lt;BR /&gt;i have the permission to make the unmount in outage period...&lt;BR /&gt;Regards,</description>
      <pubDate>Sun, 24 Aug 2008 10:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256779#M588440</guid>
      <dc:creator>abunnudur</dc:creator>
      <dc:date>2008-08-24T10:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256780#M588441</link>
      <description>Ok I will expain you...&lt;BR /&gt;#bdf /var&lt;BR /&gt;/dev/vg00/lvol8 16220160 2955176 13161648 18% /var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so the file system is /dev/vg00/lvol8 , right? ====yes&lt;BR /&gt;&lt;BR /&gt;so vgname is vg00 (root VG) OS boot VG also&lt;BR /&gt;&lt;BR /&gt;As we can not umount /var; it is required for OS to run.&lt;BR /&gt;&lt;BR /&gt;So how to do it:??&lt;BR /&gt;&lt;BR /&gt;Steps:&lt;BR /&gt;&lt;BR /&gt;1. take a downtime&lt;BR /&gt;2. Shutdown server (cd /; shutdown -hy 0)&lt;BR /&gt;3. Boot in single user mode&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;4. Once you are in single user mode&lt;BR /&gt;run following:&lt;BR /&gt;#bdf&lt;BR /&gt;You will see only / is mounted&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;no other lv so &lt;BR /&gt;&lt;BR /&gt;now you dont even need to umount /var here&lt;BR /&gt;&lt;BR /&gt;simply run following&lt;BR /&gt;&lt;BR /&gt;Note: you should have free space in VG00&lt;BR /&gt;&lt;BR /&gt;vgdisplay vg00 &lt;BR /&gt;look for free PE&lt;BR /&gt;e.g&lt;BR /&gt;system12&amp;gt;vgdisplay vg00&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      25     &lt;BR /&gt;Open LV                     25     &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      3      &lt;BR /&gt;Act PV                      3      &lt;BR /&gt;Max PE per PV               4350         &lt;BR /&gt;VGDA                        6   &lt;BR /&gt;PE Size (Mbytes)            8               &lt;BR /&gt;Total PE                    12994   &lt;BR /&gt;Alloc PE                    7918    &lt;BR /&gt;Free PE                     5076    &lt;BR /&gt;Total PVG                   3        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                     &lt;BR /&gt;&lt;BR /&gt;shpp12:rsh:/home/dc93650&amp;gt;&lt;BR /&gt;system12&amp;gt;bc&lt;BR /&gt;5076*8 &lt;BR /&gt;40608&lt;BR /&gt;quit&lt;BR /&gt;&lt;BR /&gt;###so i have 40608 MB of free size here #######example&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;and then&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;Done!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Aug 2008 11:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256780#M588441</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-24T11:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256781#M588442</link>
      <description>Once done&lt;BR /&gt;&lt;BR /&gt;you can mount /var using&lt;BR /&gt;&lt;BR /&gt;#mount /var&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg00/lvol8 /var&lt;BR /&gt;&lt;BR /&gt;bdf /var&lt;BR /&gt;&lt;BR /&gt;if you see everything fine. then shutdown -ry 0&lt;BR /&gt;to reboot</description>
      <pubDate>Sun, 24 Aug 2008 11:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4256781#M588442</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-24T11:26:49Z</dc:date>
    </item>
  </channel>
</rss>

