- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /Var file systems is 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
12-01-2008 02:20 AM
12-01-2008 02:20 AM
Hi Friends,
/var file system is full,it's showing the 94%,what are steps to be followed to free the space and pls guide me the full details to remove the unwanted files and logs and fixed as a low capacity.
iam wating for your Answer.
Thanks in Advance.
Unixguy.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 02:28 AM
12-01-2008 02:28 AM
SolutionSorry,
Already we have Query for the same.
plz refer it.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1281914
Thanks,
Analyst.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 02:36 AM
12-01-2008 02:36 AM
Re: /Var file systems is full.
var filesytem, by the name implies, has lot of variable log files on it.
check if any crash dump directories on /var/adm/crash directory. You can remove old crash directories if you don't need.
you can backup or empty the following log files if you don't need
/var/adm/syslog/syslog.log
/var/adm/syslog/OLDsyslog.log
/var/adm/syslog/mail.log
find if any core files and remove it.
#find /var -type f -name core
find big files and move to somewhere
#find /var -size +10000 -print (more than 10MB files)
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 02:42 AM
12-01-2008 02:42 AM
Re: /Var file systems is full.
You can also see how much space /var/adm/sw directory consumed? This directory will have backup of all old patches whenever we upgrade the patches.
Run the below command to commit and cleanup all old patches which is superseeded by 1 level
#cleanup -c 1
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 02:49 AM
12-01-2008 02:49 AM
Re: /Var file systems is full.
Hi Ganesan
<
Iam not able understand....
what is crash dumps?
Pls let me know the full details.
Regards,
Unixguy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 03:01 AM
12-01-2008 03:01 AM
Re: /Var file systems is full.
>what is crash dumps?
>Pls let me know the full details.
There will be no space here for the full details!
Please use HP-UX Technical Knowledge Base for all details, for example:
http://docs.hp.com/en/sysdmp-62001/ch01s02.html
Please also see here:
http://forums11.itrc.hp.com/service/forums/helptips.do?#28
about the member point system.
We are no HP staff member - we help here during our work or free time.
Please be so kind and honour the effort of all members here!
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 03:10 AM
12-01-2008 03:10 AM
Re: /Var file systems is full.
Whenever system crash due to hardware issue or software panic, the content of the physical memory will be copied into the filesystem. So that later on we can analyse these dump files and can find what went wrong. Mostly HP may need these log files.
So you can safely remove these directories.
If you are not aware of crash dump concept go through the link suggested by Mr.Nyga. It has good explanations.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 03:44 AM
12-01-2008 03:44 AM
Re: /Var file systems is full.
Please check your free space in the system, then only you can add this free space with the /var.
Or you remove unwanted FS and add this space with /var.
regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 04:11 AM
12-01-2008 04:11 AM
Re: /Var file systems is full.
Thanks Mr.Ganesan and Nyak for your wonderful guidelines.
It's resolved.
Regards,
Unixguy.