<?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 File system space. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096638#M443387</link>
    <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;  I want to increase space in /var file system. /var is a vxfs file system. OS version is HP-UX B.11.23. Could you please give me the correct procedure for this?&lt;BR /&gt;       Regards,&lt;BR /&gt;       Davis Paul.&lt;BR /&gt;</description>
    <pubDate>Sun, 09 Mar 2008 04:59:32 GMT</pubDate>
    <dc:creator>Davis Paul</dc:creator>
    <dc:date>2008-03-09T04:59:32Z</dc:date>
    <item>
      <title>File system space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096638#M443387</link>
      <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;  I want to increase space in /var file system. /var is a vxfs file system. OS version is HP-UX B.11.23. Could you please give me the correct procedure for this?&lt;BR /&gt;       Regards,&lt;BR /&gt;       Davis Paul.&lt;BR /&gt;</description>
      <pubDate>Sun, 09 Mar 2008 04:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096638#M443387</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2008-03-09T04:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: File system space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096639#M443388</link>
      <description>Hi Davis,&lt;BR /&gt;&lt;BR /&gt;do &lt;BR /&gt;&lt;BR /&gt;boot your system in single user mode&lt;BR /&gt;#vgchange -a y vg00&lt;BR /&gt;#lvextend -L size /dev/vg00/lvol7&lt;BR /&gt;#extendfs -F vxfs /dev/vg00/rlvol7&lt;BR /&gt;#mountall&lt;BR /&gt;#init 3&lt;BR /&gt;&lt;BR /&gt;Taking in the consideration that /dev/vg00/lvol7 is your /var filesystem if this is not the correct lvol then substitude with your /var lvol&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note : size = existing size + new size &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Sun, 09 Mar 2008 05:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096639#M443388</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-03-09T05:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: File system space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096640#M443389</link>
      <description>I just add something &lt;BR /&gt;&lt;BR /&gt;If you have online JFS no need need to go for single user mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# lvcreate &lt;BR /&gt;# lvextend -L &lt;SIZE in="" mb=""&gt; /dev/vg_name?lvname&lt;BR /&gt;# fsadm -F vxfs -b &lt;SIZE&gt;M /var&lt;/SIZE&gt;&lt;/SIZE&gt;</description>
      <pubDate>Sun, 09 Mar 2008 06:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096640#M443389</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-03-09T06:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: File system space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096641#M443390</link>
      <description>Davis,&lt;BR /&gt;&lt;BR /&gt;You don't need to do this in single user mode if you have OnlineJFS installed.&lt;BR /&gt;&lt;BR /&gt;# lvextend -L n /dev/vg00/lvolx &lt;BR /&gt;# fsadm -b 1024n /var &lt;BR /&gt; The n stands for the new size of the LV.&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;Darrel</description>
      <pubDate>Sun, 09 Mar 2008 06:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096641#M443390</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2008-03-09T06:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: File system space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096642#M443391</link>
      <description>&lt;!--!*#--&gt;Thanks for ur answers...</description>
      <pubDate>Sun, 09 Mar 2008 09:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096642#M443391</guid>
      <dc:creator>Davis Paul</dc:creator>
      <dc:date>2008-03-09T09:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: File system space.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096643#M443392</link>
      <description>HI Davis,&lt;BR /&gt;&lt;BR /&gt;I want just to add something :&lt;BR /&gt;&lt;BR /&gt;I you have mirror disk you must add the -m option&lt;BR /&gt;For exemple :&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvox /dev/dsk/c1t3d0</description>
      <pubDate>Mon, 10 Mar 2008 12:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-space/m-p/5096643#M443392</guid>
      <dc:creator>gherbi</dc:creator>
      <dc:date>2008-03-10T12:57:17Z</dc:date>
    </item>
  </channel>
</rss>

