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
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
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
тАО06-21-2006 04:10 AM
тАО06-21-2006 04:10 AM
I am an HP person, have been for years.
Now I am in an HP/Solaris shop.
Hp has a switch to set to clear /var/tmp at reboot.
Does solaris have one? a switch to set to make it clear at reboot? and if there are any Sun people out here, is it a good idea to do so?
Sorry, I couldnt find any answers on sun sites. I think I hit the end of the internet while searching.
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 04:26 AM
тАО06-21-2006 04:26 AM
SolutionIn this file there is a note:
# Traditional SunOS 4.x behavior has been to not alter the contents of
# /var/tmp (/usr/tmp) at boot time. This behavior is maintained as the
# current default behavior. It the traditional System V behavior of
# removing everything in /var/tmp is desired, remove the following 'exit'.
exit
If you comment this exit line it should work.
There should also be a hard link between
/etc/init.d/RMTMPFILES &
/etc/rc2.d/S05RMTMPFILES
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 04:33 AM
тАО06-21-2006 04:33 AM
Re: /var/tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 04:36 AM
тАО06-21-2006 04:36 AM
Re: /var/tmp
I've checked on Solaris 5.9 and found the following two scripts dealing with /var/tmp:
PRESERVE
RMTMPFILES
But on Solaris 5.10 I don't have it, so it could be that Sun has another mechanism for this, which I can't find at the moment.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 04:54 AM
тАО06-21-2006 04:54 AM
Re: /var/tmp
On Solaris, /var/tmp is used by applications, things like vi sessions.
DO NOT make it a symbolic link to /tmp - as that is a memory mapped file system and programs like vi expect to see a physical file systems.
Best to write your own rc script to rm files leftover in /var/tmp
Rgds...Geoff