- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Linking directories
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
11-29-2001 01:29 AM
11-29-2001 01:29 AM
I have to link a log directory in /var to a larger partition as var keeps filling up.
What is the most appropriate link to use and sym link or hard link?
Does the link get removed when the system is booted?
Thanks for your advise
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 01:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 01:32 AM
11-29-2001 01:32 AM
Re: Linking directories
And Yes they do remain after a system restart.
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 01:33 AM
11-29-2001 01:33 AM
Re: Linking directories
It will be persitent on reboots.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 09:37 AM
11-29-2001 09:37 AM
Re: Linking directories
du -kx /var | sort -rn > /tmp/du.var
Now look at the /tmp/du.var file starting at the top. If you have a large amount of email (often caused by lazy mail users that never delete old mail), then /var/mail may be hundreds of megs. Similarly, /var/spool may fill due to printers that have paper jams. And /var/adm has the majority of log files. Here's a quick list to look at:
/var/spool
/var/mail
/var/adm
/var/adm/crash
/var/adm/sw
/vat/tmp
Now cxron is your friend when it comes to providing a free helper to cleanup these directories. But if you consistently have one or two directories that fill up rapidly, better to put them on their own filesystem such that when it fills up, the rest of the system still continues to run.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 01:20 PM
04-05-2004 01:20 PM