HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk space problem
Operating System - HP-UX
1825764
Members
2047
Online
109687
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
06-17-2009 08:11 AM
06-17-2009 08:11 AM
Disk space problem
Hi We have HP RX 7420 HP UX Box wiht 140 GB disk it is 80% full. It showing Disk space problem. So we want to delet the core and temp file for getting free space. Please anyboby know the soln help me
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 08:17 AM
06-17-2009 08:17 AM
Re: Disk space problem
if you are not at all interested in what is in those core files, you can safely delete them. Make sure none of your application related files are named as cor, as the command I am going to provide below, will not and can not discriminate between a core dump and a regular file named core.
find / -name core | xargs rm
Run this command (will take a long time to go through all the disks) and you will be free of core files
or you can do this
find / -name core > /tmp/corelist
and check the corelist file's content to make sure all of them are core dumps and then you can delete them one by one or in a for loop.
Hope this helps
find / -name core | xargs rm
Run this command (will take a long time to go through all the disks) and you will be free of core files
or you can do this
find / -name core > /tmp/corelist
and check the corelist file's content to make sure all of them are core dumps and then you can delete them one by one or in a for loop.
Hope this helps
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 08:32 AM
06-17-2009 08:32 AM
Re: Disk space problem
the find / delete of the core files is a start. temp files not so much, as they could be associated w/ active processes.
"80% full - showing disk problem"
not very informative, and depending on what filesystems are actually on the disk in question may not be an issue.
You've said how you want to fix the problem, but never described the problem. For example, look for "tar" files in dev directory, as a common problem is to typo the tar command, creating a regular file of some size in /dev.
perhaps the output of "bdf" would be useful, along with a description of the issue you are seeing (as opposed to "how do implement my fix") would help
"80% full - showing disk problem"
not very informative, and depending on what filesystems are actually on the disk in question may not be an issue.
You've said how you want to fix the problem, but never described the problem. For example, look for "tar" files in dev directory, as a common problem is to typo the tar command, creating a regular file of some size in /dev.
perhaps the output of "bdf" would be useful, along with a description of the issue you are seeing (as opposed to "how do implement my fix") would help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 10:36 AM
06-17-2009 10:36 AM
Re: Disk space problem
Hi Princy,
you have just told that you have 140GB of disk and facing disk space problem, but which FS is facing space problem. How your disk is divided into FS. it it /var you are talking about. Can you paste the bdf output.
you have just told that you have 140GB of disk and facing disk space problem, but which FS is facing space problem. How your disk is divided into FS. it it /var you are talking about. Can you paste the bdf output.
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