<?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: Sizing /tmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969956#M417656</link>
    <description>Thanks everyone. Your feedback was just what was needed. I can now take these responses and use them to justify shrinking this monster.</description>
    <pubDate>Mon, 27 Mar 2006 15:08:10 GMT</pubDate>
    <dc:creator>Bob Manocchia</dc:creator>
    <dc:date>2006-03-27T15:08:10Z</dc:date>
    <item>
      <title>Sizing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969951#M417651</link>
      <description>What is the optimal space for sizing the /tmp directory. My take is that making it too large would encourage users to dump some large files there. We have an SOP indicating that we should make /tmp 5gb, which I consider too large.</description>
      <pubDate>Mon, 27 Mar 2006 14:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969951#M417651</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2006-03-27T14:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sizing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969952#M417652</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Thats a pretty big waste of space, 5 GB.&lt;BR /&gt;&lt;BR /&gt;If you have some custom applications that need that kind of space, there are serious security issues as well as /tmp must be open access for many appications to function properly.&lt;BR /&gt;&lt;BR /&gt;don't do it to accomodate oracle installs, you can redirect its temporary directory with an environment variable.&lt;BR /&gt;&lt;BR /&gt;In general, absent special needs, its to big.&lt;BR /&gt;&lt;BR /&gt;Nothing to lose ones job over though. Disk space is cheap.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Mar 2006 14:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969952#M417652</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-27T14:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sizing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969953#M417653</link>
      <description>/tmp should be about 256MB tops. Why? Because /tmp is supposed to only be used by the OS. User temporary files should go in /var/tmp (unless overriden by setting the env variable TMPDIR). This has been standard practice for at least two decades. As to the size of /var/tmp , that depends entirely upon the application(s) and user requirements.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 15:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969953#M417653</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-27T15:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sizing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969954#M417654</link>
      <description>5 GB is a LARGE /tmp directory.  But you need to take into consideration how your apps/system uses the directory.&lt;BR /&gt;&lt;BR /&gt;some apps (autosys comes to mind) writes multitudes of files to /tmp.  Other apps write their standard output/error logs to /tmp.  Users have been known to store large quantites of data there as well.&lt;BR /&gt;&lt;BR /&gt;I would suggest looking at the /tmp usage on your existing systems, and determine how full they are, and how old the files are in the directory.&lt;BR /&gt;&lt;BR /&gt;Rather than making /tmp outragously large, you might want to consider a simple script run from cron (daily) that deletes all the files/directories older than say, one week, in the directory.  It is a temporary directory after all.  If you do this, iclude the other tmp directory - /var/tmp.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 15:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969954#M417654</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-03-27T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sizing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969955#M417655</link>
      <description>Hi Bob:&lt;BR /&gt;&lt;BR /&gt;With larger, and larger boot disks, I like to have a very generous '/tmp' and '/var'.  I generally create a 2GB '/tmp'.  For building large patch depots it's nice to have.&lt;BR /&gt;&lt;BR /&gt;If you're concerned about "abuse' of the space, write a simple script that runs as a cron job.  The script simply queries the usage of '/tmp' by your users and reports (mails) to you the number of files and the total space taken up by each user.&lt;BR /&gt;&lt;BR /&gt;There is nothing to require you to backup '/tmp' either, if having a potentially large space available is a concern.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 27 Mar 2006 15:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969955#M417655</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-27T15:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sizing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969956#M417656</link>
      <description>Thanks everyone. Your feedback was just what was needed. I can now take these responses and use them to justify shrinking this monster.</description>
      <pubDate>Mon, 27 Mar 2006 15:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sizing-tmp/m-p/4969956#M417656</guid>
      <dc:creator>Bob Manocchia</dc:creator>
      <dc:date>2006-03-27T15:08:10Z</dc:date>
    </item>
  </channel>
</rss>

