HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp 9000 k450 root file system is full
Operating System - HP-UX
1826219
Members
2784
Online
109691
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-16-2008 05:44 AM
02-16-2008 05:44 AM
hp 9000 k450 root file system is full
i have hp 9000 k450
my root file system is 92 MB
daily my root file system is reach to 100%
I remove core file daily then root is 22%
any person help me why core file increase daily
how can define core increase means
Regards
A. Omar
my root file system is 92 MB
daily my root file system is reach to 100%
I remove core file daily then root is 22%
any person help me why core file increase daily
how can define core increase means
Regards
A. Omar
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2008 06:33 AM
02-16-2008 06:33 AM
Re: hp 9000 k450 root file system is full
The core file is dumped by some process that got killed by the kernel for doing something illegal. Next time you get a core file, you can tell which process is doing by running the command "file /core".
Since you have 10.20 there is probably nothing you can do to fix the problem of dumping the core, however you can do something to prevent the creation of the core file.
Create a subdirectory in / by the same name, That is
"mkdir /core"
Next time a process wants to dumpo a core file it will not be able to.
Since you have 10.20 there is probably nothing you can do to fix the problem of dumping the core, however you can do something to prevent the creation of the core file.
Create a subdirectory in / by the same name, That is
"mkdir /core"
Next time a process wants to dumpo a core file it will not be able to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2008 03:42 PM
02-17-2008 03:42 PM
Re: hp 9000 k450 root file system is full
As mentioned, you must identify the program that is crashing and creating the core file. Then fix the program. If it cannot be fixed, then the program must be started in another directory. The "/" directory is the worst possible location to start a program.
It is not necessary to create a /core directory. Instead, make sure that when the program runs, the option
ulimit -c 0
is part of the program's environment.
Bill Hassell, sysadmin
It is not necessary to create a /core directory. Instead, make sure that when the program runs, the option
ulimit -c 0
is part of the program's environment.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP