<?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: /var/tmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762933#M72845</link>
    <description>Hi Stuart:&lt;BR /&gt;&lt;BR /&gt;'/var/tmp' is used as temporary filesystem space by 'sort' and by the SD utilities ('swinstall', etc.) among others.&lt;BR /&gt;&lt;BR /&gt;You can optionally cause this directory to be emptied during startup.  See the 'clean_tmps' script in /sbin/rc2.d/ and the driving configuration file '/etc/rc.config.d/clean_tmps'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 12 Jul 2002 15:48:21 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-07-12T15:48:21Z</dc:date>
    <item>
      <title>/var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762930#M72842</link>
      <description>What sort of files get put in this directory?  I need to open up some file system space in /var, and I've found some old files.  The owners are various, but I'm not sure what if anything is essential.&lt;BR /&gt;Any help would be appreciated.</description>
      <pubDate>Fri, 12 Jul 2002 15:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762930#M72842</guid>
      <dc:creator>Stuart Powell</dc:creator>
      <dc:date>2002-07-12T15:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762931#M72843</link>
      <description>system files are put here, like when you use vi for example, it creates a tmp file in this dir. It is safe to delete files in here that have not been accessed for a few days or so, and you may wish to clean out /tmp and /var/tmp on reboots. &lt;BR /&gt;find /var/tmp -atime +7 |xargs rm</description>
      <pubDate>Fri, 12 Jul 2002 15:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762931#M72843</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2002-07-12T15:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762932#M72844</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;see this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x442618276953d61190040090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x442618276953d61190040090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;&lt;BR /&gt;ravi</description>
      <pubDate>Fri, 12 Jul 2002 15:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762932#M72844</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-12T15:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762933#M72845</link>
      <description>Hi Stuart:&lt;BR /&gt;&lt;BR /&gt;'/var/tmp' is used as temporary filesystem space by 'sort' and by the SD utilities ('swinstall', etc.) among others.&lt;BR /&gt;&lt;BR /&gt;You can optionally cause this directory to be emptied during startup.  See the 'clean_tmps' script in /sbin/rc2.d/ and the driving configuration file '/etc/rc.config.d/clean_tmps'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 12 Jul 2002 15:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762933#M72845</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-12T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762934#M72846</link>
      <description>Hi Stuart&lt;BR /&gt;&lt;BR /&gt;Also the application and database use it as a scratch pad , so incase you want to empty it please be careful as it will bring down oracle if running , the best way is to cleant it during boot or cron it to do so when the apps and database are down.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 12 Jul 2002 15:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762934#M72846</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-12T15:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762935#M72847</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Be careful while removing the files in it since the users which may have opened a file may have a tmp file associated in this dir and it may create problems for him. Best way is to remove when the users are not using the system and the databse is also down.&lt;BR /&gt;&lt;BR /&gt;You can even put a script during the system startup to remove the /var/tmp files.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 12 Jul 2002 15:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp/m-p/2762935#M72847</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-12T15:58:59Z</dc:date>
    </item>
  </channel>
</rss>

