<?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: How to increase /tmp filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999902#M424344</link>
    <description>HI:&lt;BR /&gt;&lt;BR /&gt;If you don't have OnlineJFS, then boot into single user mode and use 'lvextend' and 'extendfs'.  These commands reside in '/sbin' as well as '/usr/sbin' so you can do this type of operation easily.  Once done, reboot for normal startup.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 28 Aug 2006 10:22:08 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-08-28T10:22:08Z</dc:date>
    <item>
      <title>How to increase /tmp filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999899#M424341</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to increase /tmp filesystem but as this is nounted in vg00 and used by system I can't do it as usual.&lt;BR /&gt;&lt;BR /&gt;What's the procedure to increase vg00 filesystems?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles</description>
      <pubDate>Mon, 28 Aug 2006 10:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999899#M424341</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-08-28T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /tmp filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999900#M424342</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;lvextend -L Megabytes /dev/vg00/lvol&lt;BR /&gt;extendfs&lt;BR /&gt;Must umount before using extendfs&lt;BR /&gt;&lt;BR /&gt;You can't extend root this way.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Aug 2006 10:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999900#M424342</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-28T10:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /tmp filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999901#M424343</link>
      <description>If you have online JFS installed on the system then you can do it online.&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;TOTALSIZE in="" mb=""&gt; /dev/vg00/lvol6&lt;BR /&gt;fsadm -F vxfs -b$((1024*totalsize)) /tmp&lt;/TOTALSIZE&gt;</description>
      <pubDate>Mon, 28 Aug 2006 10:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999901#M424343</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-28T10:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /tmp filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999902#M424344</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;If you don't have OnlineJFS, then boot into single user mode and use 'lvextend' and 'extendfs'.  These commands reside in '/sbin' as well as '/usr/sbin' so you can do this type of operation easily.  Once done, reboot for normal startup.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 28 Aug 2006 10:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999902#M424344</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-28T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /tmp filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999903#M424345</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;If all else fails:&lt;BR /&gt;to bring the system up in single use mode&lt;BR /&gt;mount /usr (so you have access to the appropriate commands)&lt;BR /&gt;extend /tmp&lt;BR /&gt;reboot the server and bring it up normally</description>
      <pubDate>Mon, 28 Aug 2006 10:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999903#M424345</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-08-28T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /tmp filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999904#M424346</link>
      <description>Hi Carles,&lt;BR /&gt;&lt;BR /&gt;You have to be able to unmount /tmp before you can extend the file system. &lt;BR /&gt;&lt;BR /&gt;lvextend -L "Megabytes size" /dev/vg00/lvo4&lt;BR /&gt;extendfs&lt;BR /&gt;mount filesystem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sp,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2006 10:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999904#M424346</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2006-08-28T10:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /tmp filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999905#M424347</link>
      <description>Thanks to all for your help.&lt;BR /&gt;&lt;BR /&gt;Finally, I reboot system in single user mode and then I'll increase size.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-tmp-filesystem/m-p/4999905#M424347</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-08-28T11:08:18Z</dc:date>
    </item>
  </channel>
</rss>

