- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Split up /var filesystem into /var/tmp and /var/sp...
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
02-26-2004 09:57 PM
02-26-2004 09:57 PM
Will you approve my Change Request for implementing the above change on a production node ?.
Some stupid users vi files of 50 MB and my sendmail crashes as it does not have space in /var. hunmmmm i am in trouble. Thought of revmoving "vi" command itself !!!.
Kaps
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:01 PM
02-26-2004 10:01 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:01 PM
02-26-2004 10:01 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
Just create another lvolx and mount it under a temporary subdirectory /tmp_var.
Copy the contents of /var/mail to /tmp_var.
Mount now the lvolx under /var/mail and start sendmail again.
The same procedure can be used for other subdirectories of /var.
This is a convenient method to prevent that /var becomes 100% full as it only can be extended when you boot in single user mode.
best regards,
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:03 PM
02-26-2004 10:03 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:05 PM
02-26-2004 10:05 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
Check out the reason for editing large files. Can you help them from your sysadm experience?
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:07 PM
02-26-2004 10:07 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
At this point, I would have to agree that a separately mounted filesystem is about the only thing you can do. Quotas will end the problem without really fixing it - you'll be dealing with calls from all the users that can't open their large mail messages instead.
Either the symbolic link or Kurt's mount suggestion seem to be just the ticket.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:08 PM
02-26-2004 10:08 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:10 PM
02-26-2004 10:10 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
Or think of adding some more PEs to the LV to get yourself more space for the /var filesystem...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:10 PM
02-26-2004 10:10 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
It works well and I recommend it.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 10:29 PM
02-26-2004 10:29 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
Would go for it; and u r worth those points !
This is a wonderfull place for a sysadmin to be. Nice working with you guys.. Enjoy ur weekend.
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 11:02 PM
02-26-2004 11:02 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
we always create separate filesystems for /var/tmp & /var/adm/crash. The primary reason is preventing /var to fill up completely.
Never had problems with /var/spool (remote printing ;) so we leave this in /var.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:17 PM
03-29-2004 07:17 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:19 PM
03-29-2004 07:19 PM
Re: Split up /var filesystem into /var/tmp and /var/spool
Kaps