- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: New Itanium Server with HP-UX11.23 rm and mv d...
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
02-21-2006 12:00 AM
02-21-2006 12:00 AM
New Itanium Server with HP-UX11.23 rm and mv does not release space
I have just installed my first rx2620 with HP-UX 11.23. I was copying large software depots (350-550Mb) onto the server and when I moved them between filesystems I noticed that bdf reports the space is still used. This happens after either a mv or an rm. These filesystems (both vxfs) were on seperate lvols. It made no difference whether the filesystems were mirrored or not. I ran fuser and there were no process accessing the filesystems. umount and then mount on the filesystems cleared the space. Copying data > 100% of the reported free space also reset the bdf value.
Just want to know if I have done something wrong? I can't figure it out.
Regards
AndrewY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 12:22 AM
02-21-2006 12:22 AM
Re: New Itanium Server with HP-UX11.23 rm and mv does not release space
Use the "fuser" command before deleting files.
Try just copying and deleting files instead of creating a depot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 12:39 AM
02-21-2006 12:39 AM
Re: New Itanium Server with HP-UX11.23 rm and mv does not release space
I did try a sync too, although that shouldn't be necessary, but I thought it might resolve it if it had been a buffering issue.
du reports the correct utilisation.
These files were installation images for Oracle 9i but what they are is not relevant to this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 12:44 AM
02-21-2006 12:44 AM
Re: New Itanium Server with HP-UX11.23 rm and mv does not release space
I suspect the oracle is the reason.
The space is reserved to be reused by oracle unless it is needed by something else
remains cached
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 12:48 AM
02-21-2006 12:48 AM
Re: New Itanium Server with HP-UX11.23 rm and mv does not release space
try
lsof +L1 | grep VREG
This will show you file with a link count less than one, i.e. "deleted" file.
This files are removed from directory but remain allocated on disk while one ore more processes still have a handle open on that file. lsof will show you some lines with no filename in the last column but a lvol.
You have to end the processes holding that space.
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 12:48 AM
02-21-2006 12:48 AM
Re: New Itanium Server with HP-UX11.23 rm and mv does not release space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 12:56 AM
02-21-2006 12:56 AM
Re: New Itanium Server with HP-UX11.23 rm and mv does not release space
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.75/
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 01:17 AM
02-21-2006 01:17 AM
Re: New Itanium Server with HP-UX11.23 rm and mv does not release space
Thanks for all your suggestions.
Oh and on that lsof port I got SETUID anf GUID errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 02:32 AM
12-20-2006 02:32 AM