- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bdf output
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
10-13-2008 10:58 PM
10-13-2008 10:58 PM
bdf output
The root file system of one of our HPUX (11.11) servers was 98%. I have removed the unwanted files to acceptable level and the bdf output still show 98%. Any way to rectify without rebooting the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 11:01 PM
10-13-2008 11:01 PM
Re: bdf output
1. find / -xdev -size +1000000c -exec ll {} \;
2. du -sk / | sort -n
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 11:03 PM
10-13-2008 11:03 PM
Re: bdf output
Check any open file is there under / also check any backgound process is running which is generating any files under root FS or check any core/zip files is there under /
For checking open files
lsof +L1 +D /
find / -name core -print
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 11:04 PM
10-13-2008 11:04 PM
Re: bdf output
I have removed the unwanted files. Now the problem is bdf not showing the actual information.
How to make bdf show the actual info without rebooting the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 11:07 PM
10-13-2008 11:07 PM
Re: bdf output
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 01:11 AM
10-14-2008 01:11 AM
Re: bdf output
If you delete a file which is still being used by some process, then you won't get the space until the process get terminated.
But if you check with du command you will get the actual free space on the disk.
So you need to find the process using the file which you deleted and kill that process. lsof is the tool to find the processes which is having open files.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 08:06 AM
10-14-2008 08:06 AM
Re: bdf output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 08:46 AM
10-14-2008 08:46 AM
Re: bdf output
I doubt that you will be able to do that as it probably will mean an outage to your application. Just reboot and get it over with.
Also, find those applications that are writing data to the root filesystem and reconfigure them. If not your problem with be back again. Stop allowing applications to write into the root filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 08:22 PM
10-14-2008 08:22 PM
Re: bdf output
As with killing zombie masters, you have to look at the wanted posted to figure out whether that process you want to kill is worth more dead than rebooting the system. :-)
- Tags:
- zombie master