- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot find what is fiiling "/var"
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-27-2005 05:37 AM
12-27-2005 05:37 AM
I have this strange situation:
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol8 4718592 4682856 35736 99% /var
system1:/var (root) #du -sk .
519096 .
system1:/var (root) #du -sk *
0 X11
353520 adm
408 asx
8 dbforabackup
40 dt
0 home
0 ifor
0 jail
0 lost+found
816 mail
0 mysql
0 news
0 obam
148296 opt
0 parmgr
0 preserve
0 rap
0 rbootd
16 run
560 sam
112 spool
8 statmon
15048 stm
72 tmp
8 tombstones
0 uucp
80 vx
96 yp
Does anybody know what is happening?? I have tried to "find" large files or to find directories with many files under "/var" but i cannot see nothing...
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 05:40 AM
12-27-2005 05:40 AM
Re: Cannot find what is fiiling "/var"
I might be a good idea to trim logfiles under
/var/adm.
Look under this directory for large files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 05:43 AM
12-27-2005 05:43 AM
Re: Cannot find what is fiiling "/var"
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 05:44 AM
12-27-2005 05:44 AM
Solutionfuser /dev/vg00/lvol8
More than likely, one of those processes has an open file that has filled up the file system. Something may have removed the file from the view of du and ls but has left an open inode to that file system and the processes still has it open and in turn the bdf commmand reflects the full file system.
Once that processes has died then file system should return to normal.
A recursive fuser command against the individual files under /var cross-reference with the fuser against the lvol should provide you with the processes in question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 05:48 AM
12-27-2005 05:48 AM
Re: Cannot find what is fiiling "/var"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 05:56 AM
12-27-2005 05:56 AM
Re: Cannot find what is fiiling "/var"
It sounds as if someone deleted a file that was in use. That will remove the file, but not release the space until the process using the file is stopped. I'd suggest you try cycling syslogd. If others have root access check with your peers and find out if someone deleted a file without checking for an active process on the file.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 06:08 AM
12-27-2005 06:08 AM
Re: Cannot find what is fiiling "/var"
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 06:10 AM
12-27-2005 06:10 AM
Re: Cannot find what is fiiling "/var"
Filesystem kbytes used avail
/dev/vg00/lvol8 4718592 525800 4160376 11% /var
So, Brett and Tom, you are right !! Many thanks to all for your help !!
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 06:12 AM
12-27-2005 06:12 AM
Re: Cannot find what is fiiling "/var"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 02:30 AM
12-28-2005 02:30 AM