<?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: Increase TMP size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240690#M173608</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;With online jfs and free space in vg00 you could:&lt;BR /&gt;It could be that /tmp was created contiguous, you can alter this with the lvchange -C n /dev/vg00/lvol&lt;NUMBER&gt; &lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;NEWSIZEINMB&gt; /dev/vg00/lvol&lt;NUMBER&gt;&lt;BR /&gt;# fsadm -F vxfs -b &lt;SIZEINKB&gt; /tmp&lt;BR /&gt;&lt;BR /&gt;If you do not have online jfs. The lvchange and lvextend command are identical, but you need to go in signle user mode for the extendfs command mentioned above.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;/SIZEINKB&gt;&lt;/NUMBER&gt;&lt;/NEWSIZEINMB&gt;&lt;/NUMBER&gt;</description>
    <pubDate>Tue, 06 Apr 2004 02:34:12 GMT</pubDate>
    <dc:creator>G. Vrijhoeven</dc:creator>
    <dc:date>2004-04-06T02:34:12Z</dc:date>
    <item>
      <title>Increase TMP size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240688#M173606</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I can't increase the /tmp, but my volume size are 22GB. Is there any other way to increase it without shutting down the system.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Ferdie Banu</description>
      <pubDate>Tue, 06 Apr 2004 02:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240688#M173606</guid>
      <dc:creator>Ferdie Banu</dc:creator>
      <dc:date>2004-04-06T02:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Increase TMP size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240689#M173607</link>
      <description>If you have online JFS then you can increase the size with fsadm.&lt;BR /&gt;&lt;BR /&gt;Else umount --&amp;gt; extendfs --&amp;gt; mount.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Tue, 06 Apr 2004 02:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240689#M173607</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-06T02:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Increase TMP size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240690#M173608</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;With online jfs and free space in vg00 you could:&lt;BR /&gt;It could be that /tmp was created contiguous, you can alter this with the lvchange -C n /dev/vg00/lvol&lt;NUMBER&gt; &lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;NEWSIZEINMB&gt; /dev/vg00/lvol&lt;NUMBER&gt;&lt;BR /&gt;# fsadm -F vxfs -b &lt;SIZEINKB&gt; /tmp&lt;BR /&gt;&lt;BR /&gt;If you do not have online jfs. The lvchange and lvextend command are identical, but you need to go in signle user mode for the extendfs command mentioned above.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;/SIZEINKB&gt;&lt;/NUMBER&gt;&lt;/NEWSIZEINMB&gt;&lt;/NUMBER&gt;</description>
      <pubDate>Tue, 06 Apr 2004 02:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240690#M173608</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-04-06T02:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Increase TMP size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240691#M173609</link>
      <description>Hi banu&lt;BR /&gt;&lt;BR /&gt;*) confirm the lv whether it is an contigous or not ... u could able to find it by &lt;BR /&gt;      #lvdisplay -v /dev/&lt;VGNAME&gt;/&lt;LVNAME&gt;&lt;BR /&gt;*) Ensure u have free space on the VG where ur lv exists. verify by,&lt;BR /&gt;      #vgdisplay -v /dev/&lt;VGNAME&gt;&lt;BR /&gt;   u will be finding it free PE.&lt;BR /&gt;*) Without Umounting u can do if u have online jfs as per what virij told&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;If u dot have online jfs &amp;amp; Have free space&lt;BR /&gt;*) Goto single user mode, &lt;BR /&gt;      #init s&lt;BR /&gt;*) Ensure /tmp is unmounted&lt;BR /&gt;      #bdf&lt;BR /&gt;*) Extend the volume by,&lt;BR /&gt;      #lvextend -L &lt;TOTAL_SIZE&gt; /dev/&lt;VG&gt;/&lt;LV&gt;&lt;BR /&gt;*) Extend the FS,&lt;BR /&gt;      #extendfs -F &lt;FSTYPE&gt; /dev/&lt;VG&gt;/r&lt;LV&gt;&lt;BR /&gt;*) Change the run level to previous level.&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;Hope these feedback will help you to extend.&lt;BR /&gt;&lt;BR /&gt;suresh&lt;/LV&gt;&lt;/VG&gt;&lt;/FSTYPE&gt;&lt;/LV&gt;&lt;/VG&gt;&lt;/TOTAL_SIZE&gt;&lt;/VGNAME&gt;&lt;/LVNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Tue, 06 Apr 2004 02:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240691#M173609</guid>
      <dc:creator>SureshKumar_2</dc:creator>
      <dc:date>2004-04-06T02:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increase TMP size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240692#M173610</link>
      <description>Ferdie,&lt;BR /&gt;If you have online jfs and free space then there is no reason why you should not be able extend /tmp. How ever, if you don't have online jfs but have free space in the vg, try getting to the "single-user" mode and that should help&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Mobeen</description>
      <pubDate>Tue, 06 Apr 2004 03:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240692#M173610</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-04-06T03:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Increase TMP size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240693#M173611</link>
      <description>Hi Ferdie,&lt;BR /&gt;&lt;BR /&gt;First check whether you have onlie jfs.&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i jfs&lt;BR /&gt;&lt;BR /&gt;If you have online jfs you can extend the file system online. Please let me know what error you are getting.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Shyjith</description>
      <pubDate>Tue, 06 Apr 2004 04:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-tmp-size/m-p/3240693#M173611</guid>
      <dc:creator>Shyjith P K</dc:creator>
      <dc:date>2004-04-06T04:28:28Z</dc:date>
    </item>
  </channel>
</rss>

