- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /var/tmp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:40 AM
07-12-2002 08:40 AM
Any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:45 AM
07-12-2002 08:45 AM
Solutionfind /var/tmp -atime +7 |xargs rm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:47 AM
07-12-2002 08:47 AM
Re: /var/tmp
see this link.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x442618276953d61190040090279cd0f9,00.html
hope this helps
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:48 AM
07-12-2002 08:48 AM
Re: /var/tmp
'/var/tmp' is used as temporary filesystem space by 'sort' and by the SD utilities ('swinstall', etc.) among others.
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'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:56 AM
07-12-2002 08:56 AM
Re: /var/tmp
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.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:58 AM
07-12-2002 08:58 AM
Re: /var/tmp
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.
You can even put a script during the system startup to remove the /var/tmp files.
Piyush