<?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 extend /tmp ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962770#M416092</link>
    <description>Another possibility is to create a new volume with the desired size, to change in /etc/fstab that the new volume mounts in /tmp and to reboot the system.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Feb 2006 05:54:42 GMT</pubDate>
    <dc:creator>Manuel Plaza</dc:creator>
    <dc:date>2006-02-27T05:54:42Z</dc:date>
    <item>
      <title>How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962750#M416072</link>
      <description>I need to add more space in /tmp. How I should do that?</description>
      <pubDate>Mon, 27 Feb 2006 02:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962750#M416072</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2006-02-27T02:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962751#M416073</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First check if you have OnlineJFS,&lt;BR /&gt;&lt;BR /&gt;#swlist | grep OnLineJFS&lt;BR /&gt;&lt;BR /&gt;if you do have it, you can use SAM to extend /tmp&lt;BR /&gt;&lt;BR /&gt;if you don't have it,&lt;BR /&gt;you must to unmount /tmp and then&lt;BR /&gt;&lt;BR /&gt;# umount /dev/vg00/lvol6&lt;BR /&gt;# lvextend -L wanted_size /dev/vg00/lvol6 &lt;BR /&gt;# extendfs -F vxfs /dev/vg00/rlvol6&lt;BR /&gt;# mount /dev/vg00/lvol6&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Sandy</description>
      <pubDate>Mon, 27 Feb 2006 02:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962751#M416073</guid>
      <dc:creator>Sandy Chen</dc:creator>
      <dc:date>2006-02-27T02:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962752#M416074</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Files in /tmp commonly grow too much and restart of applications normally clears them. Apart from this somebody might have put some test files in /tmp as well. How much is the space allocated to /tmp.&lt;BR /&gt;&lt;BR /&gt;Online JFS will allow you to grow the size on the fly. Without Online JFS you can do it by rebotting the server and going into single use mode. An alternate to avoid reboot if do not have Online JFS is you create some new small file system and mount it on /tmp/abc where abc is the directory taking more space in /tmp, this particular atleast should be stopped while mounting file system and the file from /tmp/abc should be removed or moved to new file system.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 27 Feb 2006 03:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962752#M416074</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-27T03:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962753#M416075</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Some applications may use the /tmp while running in multiuser mode.&lt;BR /&gt;&lt;BR /&gt;I suggest you to Boot the system into single user mode and do the above action, and boot it back to multi user mode to avoid any issues.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Mon, 27 Feb 2006 03:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962753#M416075</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-27T03:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962754#M416076</link>
      <description>Hi Deepu,&lt;BR /&gt;&lt;BR /&gt;    Firstly, if you have Online JFS , u wouldn't have much issues, please follow as directed by the previous response.&lt;BR /&gt;&lt;BR /&gt;    If not, it is important you need to go the single user mode, as the multi user mode would not allow you to umount tmp volume for extending.&lt;BR /&gt;&lt;BR /&gt;    There is a simple solution though, for not going to single user mode.&lt;BR /&gt;&lt;BR /&gt;in my example&lt;BR /&gt;&lt;BR /&gt;$ bdf /tmp&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol4    2097152    4976 2078200    0% /tmp&lt;BR /&gt;&lt;BR /&gt;     i) extend your tmp lv,&lt;BR /&gt;&lt;BR /&gt;        lvextend -L &lt;NEW_SIZE&gt; /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;     ii) edit /etc/inittab&lt;BR /&gt;        before brcl entry (NOTE : very important) add the following...&lt;BR /&gt;        fsxt::sysinit:/sbin/extendfs /dev/vg00/lvol4 &lt;/NEW_SIZE&gt;/dev/console 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;     Now reboot the box.&lt;BR /&gt;&lt;BR /&gt;     Once the system is up, you will have your tmp volume extended to your desired size.&lt;BR /&gt;&lt;BR /&gt;      Now you can remove the entry that u added to your /etc/inittab file and save it.&lt;BR /&gt;&lt;BR /&gt;      Advantage is ,you do not require to go to sungle user mode.&lt;BR /&gt;&lt;BR /&gt; Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Mon, 27 Feb 2006 04:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962754#M416076</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T04:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962755#M416077</link>
      <description>Hi,&lt;BR /&gt;I don't have GSP configured in the server. How the server can be put on 'single user mode'? I can't see the booting process.  So I can't see the '10sec' message too.</description>
      <pubDate>Mon, 27 Feb 2006 04:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962755#M416077</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2006-02-27T04:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962756#M416078</link>
      <description>Hi Deepu, &lt;BR /&gt;&lt;BR /&gt;As others specified, Do you have onlineJFS installed on your server? Also, check this thread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=941949" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=941949&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 27 Feb 2006 04:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962756#M416078</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-27T04:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962757#M416079</link>
      <description>Hi deepu,&lt;BR /&gt;&lt;BR /&gt;   As i have told in my earlier post, if you follow that method, u don't require to go to single user mode. Consequently u would not require GSP prompt either. Please read my previous response.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil.</description>
      <pubDate>Mon, 27 Feb 2006 04:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962757#M416079</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T04:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962758#M416080</link>
      <description>Hi Deepu,&lt;BR /&gt;&lt;BR /&gt;If you can't go to the single user mode, then you may want to try Senthil Kumar suggestion to edit the inittab, so you don't have to go to single user mode&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Sandy</description>
      <pubDate>Mon, 27 Feb 2006 04:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962758#M416080</guid>
      <dc:creator>Sandy Chen</dc:creator>
      <dc:date>2006-02-27T04:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962759#M416081</link>
      <description>I have added the line as follows. Is it ok? No need to put remark before brc1? Or it should continue where the this is ending.&lt;BR /&gt;&lt;BR /&gt;fsxt::sysinit:/sbin/extendfs /dev/vg00/lvol4 /dev/console 2&amp;gt;&amp;amp;1 brc1::bootwait:/sbin/bcheckrc /dev/cons&lt;BR /&gt;ole 2&amp;gt;&amp;amp;1 # fsck, etc.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 04:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962759#M416081</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2006-02-27T04:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962760#M416082</link>
      <description>Hi deepu,&lt;BR /&gt;&lt;BR /&gt;    The line looks fine to me, no comments required.&lt;BR /&gt;&lt;BR /&gt;    But 2 checks,&lt;BR /&gt;&lt;BR /&gt;     1) is you tmp volume /dev/vg00/lvol4&lt;BR /&gt;     2) Have u already performed lvextend on tmp volume, if so ,does your lvdisplay on that volume show the new size ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 04:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962760#M416082</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T04:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962761#M416083</link>
      <description>By the way ,&lt;BR /&gt;&lt;BR /&gt; My yahoo ID is , senthil_anantha@yahoo.com.au&lt;BR /&gt;&lt;BR /&gt;  if you want my help, I'm available online on chat.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Mon, 27 Feb 2006 04:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962761#M416083</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T04:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962762#M416084</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, your 2 checks are okay.&lt;BR /&gt;should I reboot the server with 'fsxt' command?</description>
      <pubDate>Mon, 27 Feb 2006 04:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962762#M416084</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2006-02-27T04:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962763#M416085</link>
      <description>Hi deepu,&lt;BR /&gt;&lt;BR /&gt;    Just reboot normally, &lt;BR /&gt;&lt;BR /&gt;     shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;Thats it,&lt;BR /&gt;&lt;BR /&gt;Keep on pinging the HPUX box, from ur workstation &lt;BR /&gt;&lt;BR /&gt;   ping &lt;IP&gt; -t&lt;BR /&gt;&lt;BR /&gt; once it comes up again, then login and check the /tmp fs size with ..&lt;BR /&gt;&lt;BR /&gt;   bdf /tmp&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A&lt;/IP&gt;</description>
      <pubDate>Mon, 27 Feb 2006 05:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962763#M416085</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T05:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962764#M416086</link>
      <description>Hi Senthil,&lt;BR /&gt;I rebooted the server with the changed setting in inittab.  But the /tmp is not showing the new value.  Still old value is showing.</description>
      <pubDate>Mon, 27 Feb 2006 05:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962764#M416086</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2006-02-27T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962765#M416087</link>
      <description>Hi deepu,&lt;BR /&gt;&lt;BR /&gt;  are u online in yahoo,&lt;BR /&gt;&lt;BR /&gt;  My yahoo Id is : senthil_anantha&lt;BR /&gt;  msn : senthil.anantha@hotmail.com&lt;BR /&gt;&lt;BR /&gt;  I'm currently online in yahoo chat and msn.&lt;BR /&gt;&lt;BR /&gt;  It would be lot easier if u are on yahoo or msn chat.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil</description>
      <pubDate>Mon, 27 Feb 2006 05:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962765#M416087</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T05:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962766#M416088</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Now as you do not have physical/remote access through MP/GSP and you do not have even Online JFS you can not do anything. Single user mode access is a mendatory access for increasing file systems.&lt;BR /&gt;&lt;BR /&gt;BTW did you increased the LVOL using lvextend prior the reboot?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 27 Feb 2006 05:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962766#M416088</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-27T05:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962767#M416089</link>
      <description>can you let me know, what was you lv size before and after lvextend.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil</description>
      <pubDate>Mon, 27 Feb 2006 05:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962767#M416089</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T05:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962768#M416090</link>
      <description>Hi Senthil,&lt;BR /&gt;Before 224kb and I extend it to 500m.&lt;BR /&gt;lvdisplay is showing 512m.  But bdf does not showing that size.&lt;BR /&gt;&lt;BR /&gt;I am not configured to yahoo messenger.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 05:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962768#M416090</guid>
      <dc:creator>Deepu Chakravarty</dc:creator>
      <dc:date>2006-02-27T05:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend /tmp ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962769#M416091</link>
      <description>Which messenger are you availbale on,&lt;BR /&gt;&lt;BR /&gt;    MSN, AOL ....&lt;BR /&gt;&lt;BR /&gt;    give me your ID, i will contact you.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Senthil</description>
      <pubDate>Mon, 27 Feb 2006 05:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extend-tmp/m-p/4962769#M416091</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T05:34:14Z</dc:date>
    </item>
  </channel>
</rss>

