- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Server 9000 - root file system is full (rush p...
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
11-18-2003 03:05 PM
11-18-2003 03:05 PM
By mistake I performed dmesg >>dmesg.log and the result is my File System is full.....
I think that this bad command has created core file. I hesitated to delete it? Could you tell me if I will on trouble if I delete this file or not?
Server is Model L1000 with Unix 11.0
File System: /dev/vg00/
PS: I hope to resolv this problem without rebooting server.....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 03:11 PM
11-18-2003 03:11 PM
SolutionSome applications sometimes for some reasons create core files, which can be with the help of debugging tool be helpfull in findig the reason. But thats not required always,
So for now first thing is either move the core file to another filesystem which has space and discuss with HP why dmesg command created a core or delete theat core file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 03:13 PM
11-18-2003 03:13 PM
Re: Server 9000 - root file system is full (rush please)
If you have a core file there, do a 'file /path/to/core', find out what caused the core file, then delete it. If the demsg.log filled /, delete it. Short of that, do you have a 'bleeder' process filling /etc/rc.log? You shouldn't, but it is possible.
Rebooting will not clear up the problem if it is a core file or this dmesg.log or something like that, as they all maintain state across reboots...
Hope it helps, and post if it doesn't.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 03:22 PM
11-18-2003 03:22 PM
Re: Server 9000 - root file system is full (rush please)
Accidental file copy to the root fs.
This code will make it easy to find large files, run it.
du -kx / | sort -rn
du -kx / | sort -rn /tmp/bigfiles
The seond version will put it in a file.
You should also look for non-device files in /dev/rmt Thats were a bad attempt to write to tape might end up.
I keep a 100 MB dummy file on root that I can delete when this stuff happens. It gives me breathing room while I diagnose the problem. Thats for future reference.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 03:23 PM
11-18-2003 03:23 PM