- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var directory always full:
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
05-18-2004 11:10 PM
05-18-2004 11:10 PM
/var directory always full:
The var directory /var is full
specialy /var/adm/crash
When the /var directory attempt 100% The node is unreachble and the listener and connetion fail.
I remove some file whith sam and the system continue until the node crash again.
Could I clean all the crash directories?
I need help.
I after the crash I can restart normaly
Startup process block on the entry
"
Save system crash dump if needed ...................................."
I start the server in single user mode.
Help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 11:14 PM
05-18-2004 11:14 PM
Re: /var directory always full:
look at the path of the crash files and change it somewhere with more space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 11:15 PM
05-18-2004 11:15 PM
Re: /var directory always full:
Look for misplaced files which should not be in /var. (Stray user generated files).
Use SAM and trim system log files.
Remove *.old *.bak *.sav files or relocate them elsewhere.
Clear /var/tmp. Set up a cron job to routinely purge this directory.
Commit superseded patches.
Run cleanup on patches.
Remove files named "core".
There are many suggestions that can be made to manage /var.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 11:16 PM
05-18-2004 11:16 PM
Re: /var directory always full:
I am afraid that some application/process is writing a crash dump on /var. So you need to find out which one is crashing and then remove the crash files and take up the issue of why that particular process/application is crashing.
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 11:17 PM
05-18-2004 11:17 PM
Re: /var directory always full:
Cleanup the /var/adm/crash ( or if you like to keep the information, move it to another filesystem)
# mount -a
# cd /var/adm/crash
# find . -exec rm {} \;
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 12:20 AM
05-19-2004 12:20 AM
Re: /var directory always full:
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 12:32 AM
05-19-2004 12:32 AM
Re: /var directory always full:
try to clean the previous crash.
leave the last one...maybe you need this
to analize your crash (by hp tec)
find all big logs anf file... surely you not need all
take a look also at core files!
Hope this helps
LF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 12:36 AM
05-19-2004 12:36 AM
Re: /var directory always full:
Another thing to check - /var/adm/sw/save - is there a lot of patches there? maybe clean them up too:
cleanup -c 1
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 01:06 AM
05-20-2004 01:06 AM