- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk space /var dir almost full : arch.include.1 ?
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
08-29-2002 01:14 AM
08-29-2002 01:14 AM
We are running out of diskspace on the /var volume which contains a big file arch.include.1
Can we delete it ? I don't know what its purpose is.
Thanks in advance.
Franky Leeuwerck
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 01:24 AM
08-29-2002 01:24 AM
Solution/var/tmp/arch.include.1 is something used by make_net_recovery. It shouldn't be enormous though. Deleting it is probably not going to solve your problem (as it will probably reappear).
Did you search for "core" files underneath /var ?
You might also have some softwares underneath /var that can be "moved" to their own filesystems. We did this (for example) with /var/opt/perf.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 01:50 AM
08-29-2002 01:50 AM
Re: disk space /var dir almost full : arch.include.1 ?
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 01:52 AM
08-29-2002 01:52 AM
Re: disk space /var dir almost full : arch.include.1 ?
you can remove it without any problems
Regards
rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:07 AM
08-29-2002 02:07 AM
Re: disk space /var dir almost full : arch.include.1 ?
#du -k /var|sort -nr >/tmp/var.du
find the files that are really big and remove them.
Just check your /var/adm/crash directory.
The files regarding the system crash are stored here .
Empty this directory.
ALso remove the unwanted files from /var/tmp and /var/preserve directories.
Also do a cleanup of your old patches.
check for man pages of cleanup.
ALso commit all the patches using
#swmodify -x patch_commit=true \*
Also check your /var/opt/OV directories.
If they are using huge size you can mount them as a seperate file system.
/var/opt/OV are the openview directories.
Also check your
/var/mail /var/adm/syslog/
directories for large files.
Also check your
/var/adm/wtmp file size.
ALso check for core files in the file system and remove it.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:09 AM
08-29-2002 02:09 AM
Re: disk space /var dir almost full : arch.include.1 ?
using
files which are not accesed let's say in 7 days.
# find /var/tmp -atime +7 -exec rm {} \;
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 05:11 AM
08-30-2002 05:11 AM
Re: disk space /var dir almost full : arch.include.1 ?
Compress or delete old files.
Rename current.log files
and sent the syslog daemon a
HUP signal.
Get logrotate from the porting center to keep your log files
trimmed to a reasonable size.
Get logcheck to scan the log files and notify you if there
is anything interesting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 05:48 AM
03-05-2003 05:48 AM
Re: disk space /var dir almost full : arch.include.1 ?
1. You may use a different "temporary directory" as default "/var/tmp", e.g.
/opt/ignite/bin/make_tape_recovery -B /var/adm/crash/uxinstlf.recovery
2. The "quick & dirty" : this default value can be changed in script "/opt/ignite/bin/make_medialif", e.g. "TMP_DIR=/var/adm/crash"
3. In your "little cleanup" steps, think of
"/var/preserve", wich may contain old temporary files, used by "vi" editor, in "recover" mode.