<?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 the /tmp size in suse10 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614381#M40396</link>
    <description>Hi TTr,&lt;BR /&gt;&lt;BR /&gt;There is no option to tell application to use different tmp.&lt;BR /&gt;&lt;BR /&gt;The following command is not giving any output:&lt;BR /&gt;&lt;BR /&gt;#echo $TMPDIR&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Apr 2010 12:03:02 GMT</pubDate>
    <dc:creator>senthil_kumar_1</dc:creator>
    <dc:date>2010-04-20T12:03:02Z</dc:date>
    <item>
      <title>How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614371#M40386</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;My existing /tmp having less space.&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;&lt;BR /&gt;# dh -h&lt;BR /&gt;/dev/sda9      1.1G  460M  569M  45% /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now I would like to increase the /tmp space &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to do that?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 13:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614371#M40386</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-04-08T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614372#M40387</link>
      <description>The disk device name /dev/sda9 indicates your system is not using LVM, so extending the partition may be rather complicated.&lt;BR /&gt;&lt;BR /&gt;Please show the output of "fdisk -l /dev/sda". Planning a non-LVM partition extension is not possible without knowing the layout of the partitions on the disk.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 08 Apr 2010 13:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614372#M40387</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-04-08T13:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614373#M40388</link>
      <description># fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 32.2 GB, 32212254720 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 3916 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sda1   *           1          64      514048+  83  Linux&lt;BR /&gt;/dev/sda2              65         195     1052257+  82  Linux swap / Solaris&lt;BR /&gt;/dev/sda3             196         326     1052257+  83  Linux&lt;BR /&gt;/dev/sda4             327        3916    28836675    f  W95 Ext'd (LBA)&lt;BR /&gt;/dev/sda5             327         849     4200966   83  Linux&lt;BR /&gt;/dev/sda6             850        1241     3148708+  83  Linux&lt;BR /&gt;/dev/sda7            1242        1437     1574338+  83  Linux&lt;BR /&gt;/dev/sda8            1438        1699     2104483+  83  Linux&lt;BR /&gt;/dev/sda9            1700        1830     1052226   83  Linux&lt;BR /&gt;/dev/sda10           1831        3916    16755763+  83  Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can we do this through single user mode or rescue mode?</description>
      <pubDate>Thu, 08 Apr 2010 14:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614373#M40388</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-04-08T14:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614374#M40389</link>
      <description>from your fdisk info the sda drive is completely allocated&lt;BR /&gt;&lt;BR /&gt;either delete any/some unused partions or find another disk, partition it for /tmp use and move your data.&lt;BR /&gt;&lt;BR /&gt;/tmp indicates temporary , so I have to ask the question.. why not just delete stuff ?&lt;BR /&gt;&lt;BR /&gt;most servers may/will delete all files in /tmp on reboot anyway.&lt;BR /&gt;&lt;BR /&gt;maybe move some of these "temp" files to some different filesystem ?&lt;BR /&gt;&lt;BR /&gt;you still have 600MB free, how much more do you want ?</description>
      <pubDate>Thu, 08 Apr 2010 16:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614374#M40389</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-08T16:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614375#M40390</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;My application requires 8GB of free space in /tmp.&lt;BR /&gt;&lt;BR /&gt;So I need to make /tmp to have atleast 8GB.&lt;BR /&gt;&lt;BR /&gt;I have one disk /dev/sdb with 10GB and I have created 8GB partition (/dev/sdb1) and filesystem also created using the command "mkfs".&lt;BR /&gt;&lt;BR /&gt;Now can I follow below stpes to mount the disk (/dev/sdb1) as /tmp.&lt;BR /&gt;&lt;BR /&gt;1)Copy all existing data from /tmp to any other place.&lt;BR /&gt;&lt;BR /&gt;2)unmounting /tmp&lt;BR /&gt;&lt;BR /&gt;# umount /tmp&lt;BR /&gt;&lt;BR /&gt;3)mounting /dev/sdb1 to /tmp&lt;BR /&gt;&lt;BR /&gt;#mount /dev/sdb1 /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are the above steps correct?&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 18:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614375#M40390</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-04-08T18:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614376#M40391</link>
      <description>yes that would work.&lt;BR /&gt;&lt;BR /&gt;or something like below&lt;BR /&gt;&lt;BR /&gt;mount /dev/sdb1 /newtemp&lt;BR /&gt;cd /tmp&lt;BR /&gt;cp -rp * /newtemp/&lt;BR /&gt;cd /&lt;BR /&gt;umount /newtemp&lt;BR /&gt;umount /tmp&lt;BR /&gt;edit /etc/fstab to reflect /dev/sdb1 as /tmp&lt;BR /&gt;mount /tmp&lt;BR /&gt;&lt;BR /&gt;another thought, as other temp files are mixed into /tmp you may also be able to mount your new disk somewhere else and change the application to write its "temp" files to there ?&lt;BR /&gt;&lt;BR /&gt;I say that for two reasons.&lt;BR /&gt;1) Many parts of the OS depend on /tmp and its world-writable permissions&lt;BR /&gt;2)some people, like myself, will delete EVERYTHING in /tmp if there are filesystem full issues.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 19:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614376#M40391</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-08T19:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614377#M40392</link>
      <description>one more comment..&lt;BR /&gt;&lt;BR /&gt;1) in order to un-mount the old /tmp your application cannot have any open files ( e.g. shutdown application)&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 19:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614377#M40392</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-08T19:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614378#M40393</link>
      <description>A gpartd livecd "might" help shuffle the partition sizes around so that you can free up enough space for /tmp.  However, you might have better luck installing another disk drive, flash card, or usb stick and mounting /tmp to it instead.</description>
      <pubDate>Fri, 09 Apr 2010 14:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614378#M40393</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2010-04-09T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614379#M40394</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am not able to umount /tmp.&lt;BR /&gt;&lt;BR /&gt;I have used following steps by root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# runlevel&lt;BR /&gt;N 5&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;&lt;BR /&gt;# ll&lt;BR /&gt;total 0&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;&lt;BR /&gt;# fuser /tmp&lt;BR /&gt;&lt;BR /&gt;# fuser -k /tmp&lt;BR /&gt;&lt;BR /&gt;# umount /tmp&lt;BR /&gt;umount: /tmp: device is busy&lt;BR /&gt;umount: /tmp: device is busy&lt;BR /&gt;&lt;BR /&gt;# df -h&lt;BR /&gt;/dev/sda9      1.1G   33M  996M   4% /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Actually I would like to mount the different partition (/dev/sdb1) to /tmp, but /tmp is already mounted with some other partition (/dev/sda9), so that I have ummounted /tmp , but It did not succeeded.&lt;BR /&gt;&lt;BR /&gt;Shall I try this from runleve 1?&lt;BR /&gt;&lt;BR /&gt;How to solve this issue?&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614379#M40394</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-04-20T09:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614380#M40395</link>
      <description>&amp;gt; My application requires 8GB of free space in /tmp&lt;BR /&gt;&lt;BR /&gt;Can you tell this application to use a different temp? Maybe through the $TMPDIR variable or something similar. Check within the application if you can redifine temp. You can then mount the new disk and use that for the application new temp.</description>
      <pubDate>Tue, 20 Apr 2010 11:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614380#M40395</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-04-20T11:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614381#M40396</link>
      <description>Hi TTr,&lt;BR /&gt;&lt;BR /&gt;There is no option to tell application to use different tmp.&lt;BR /&gt;&lt;BR /&gt;The following command is not giving any output:&lt;BR /&gt;&lt;BR /&gt;#echo $TMPDIR&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614381#M40396</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-04-20T12:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614382#M40397</link>
      <description>$TMPDIR is not normally set so echo $TMPDIR would not output anything. You have to find out if the application will utilize a $TMPDIR variable so that you can set it to the new disk. The app may not even use TMPDIR it may use something different.</description>
      <pubDate>Tue, 20 Apr 2010 12:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614382#M40397</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-04-20T12:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614383#M40398</link>
      <description>as mentioned earlier you will probably need to shut down the application in order to unmount /tmp.&lt;BR /&gt;&lt;BR /&gt;use lsof to ID open files in /tmp&lt;BR /&gt;lsof /tmp&lt;BR /&gt;&lt;BR /&gt;TTr also has a valid idea, get the app out of /tmp and send to dedicated filesystem if possible using $TMPDIR.  This will make life easier in the long run trying to troubleshoot later.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614383#M40398</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-20T12:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614384#M40399</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is no option to tell application to use different tmp.&lt;BR /&gt;&lt;BR /&gt;The following command is not giving any output:&lt;BR /&gt;&lt;BR /&gt;#echo $TMPDIR&lt;BR /&gt;&lt;BR /&gt;This methodology works with Oracle and other application software, but does not work universally.&lt;BR /&gt;&lt;BR /&gt;Best bet to deal with the /tmp problem is to boot the system into single user mode.&lt;BR /&gt;&lt;BR /&gt;At the conole:&lt;BR /&gt;&lt;BR /&gt;Boot, intervene at the prompt that displays the kernel.&lt;BR /&gt;&lt;BR /&gt;move down to the boot kernel, press e for edit.&lt;BR /&gt;&lt;BR /&gt;add single to the end of the boot line.&lt;BR /&gt;&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;b &lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;You boot to single user mode, no applications are running and you can make /tmp as big as you wish.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614384#M40399</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-20T13:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the /tmp size in suse10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614385#M40400</link>
      <description>"Actually I would like to mount the different partition (/dev/sdb1) to /tmp, but /tmp is already mounted with some other partition (/dev/sda9), so that I have ummounted /tmp , but It did not succeeded."&lt;BR /&gt;&lt;BR /&gt;1) install and format new device&lt;BR /&gt;2) change fstab to point tmp to new device&lt;BR /&gt;3) reboot</description>
      <pubDate>Tue, 20 Apr 2010 14:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-the-tmp-size-in-suse10/m-p/4614385#M40400</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2010-04-20T14:49:15Z</dc:date>
    </item>
  </channel>
</rss>

