- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rm some files but no change in 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
03-03-2004 03:39 PM
03-03-2004 03:39 PM
After 'rm' some files( 20GB almost) bdf shows the older free-space but it should show the 20GB more free-space, why? 'du' command is ok but still I cannot copy other files to that directory due to unavailable free space. Any comments/suggestions?
Thanks,
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 03:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 04:10 PM
03-03-2004 04:10 PM
Re: rm some files but no change in bdf output
Take a look at this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=302126
twang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 04:25 PM
03-03-2004 04:25 PM
Re: rm some files but no change in bdf output
fuser -cu /fs_name
That will list the processes
fuser -cuk /fs_name will coldly kill all procs on a filesystem.
If you require a more subtle approach, lsof can help you identify which process has the files on hold.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.70/
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
03-03-2004 05:08 PM
03-03-2004 05:08 PM
Re: rm some files but no change in bdf output
Thanks for your replies. Let me see if I can use fuser -cuk /m_point.
Thanks again!
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 05:12 PM
03-03-2004 05:12 PM
Re: rm some files but no change in bdf output
I was just wondering...will one be able to delete a file that is locked by a process? If Yes, how ?
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 06:26 PM
03-03-2004 06:26 PM
Re: rm some files but no change in bdf output
I guess if you own some process, then you can delete those files that are being open by these process. Just a thought.
regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 06:41 PM
03-03-2004 06:41 PM
Re: rm some files but no change in bdf output
Thanks for the information. Am i right to conclude that if i start a process A accessing file A. Then i would be able to log in and delete file A before stopping/terminating process A.
Thanks for the information in advance
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 07:11 PM
03-03-2004 07:11 PM
Re: rm some files but no change in bdf output
Yes, but you have to have the permission on those files.
regards,
Richard