- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Wondering about one of our file system size?
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-17-2008 03:33 AM
03-17-2008 03:33 AM
Where are all the files hiding that utilized the mount point? We are very surprised, it because of the file system defragmented or something. Looking forward for your advice. Do we need to move the file system and recreate the file system? What is the best solution to resolve this â ghost filesâ that utilized our file system? Hope to hear from you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 03:43 AM
03-17-2008 03:43 AM
SolutionProbably someone removed an open file.
download and install lsof.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.78/
# lsof /filesystem
and lo0cate the PID of the open, kill it or restart your app.
HTH,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 03:44 AM
03-17-2008 03:44 AM
Re: Wondering about one of our file system size?
if possible than, shutdown your oracle box and then see what is the status.
or apply command fuser -cu /mountpoint name that which user is accessing that mount point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 06:09 AM
03-17-2008 06:09 AM
Re: Wondering about one of our file system size?
# lsof +L1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 07:37 AM
03-18-2008 07:37 AM
Re: Wondering about one of our file system size?
It appears that you have a database on this filesystem (the *.db). If that's the case, is could be a 'sparse' file. This is a file where the data is full of 'holes'. It's not something you can 'defragment' because the application created the file this way.
You may want to create a larger volume and move the data to the new volume.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:51 AM
03-18-2008 08:51 AM
Re: Wondering about one of our file system size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:37 PM
03-18-2008 08:37 PM
Re: Wondering about one of our file system size?
I assume you mean that rebooting is the same as killing the process that is holding the gigantic file open?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:39 PM
03-18-2008 08:39 PM
Re: Wondering about one of our file system size?
we have created the volume based on our dba requirements, i'm not sure how creating the larger volume could solve the problem. it's difficult how big the volume is. would really appreciate your advice. all your responds are very great. thanks a lot. hv a nice day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:56 PM
03-18-2008 08:56 PM
Re: Wondering about one of our file system size?
Why would you want to do that? Sparse files are good, lots of zeroes are bad. In computer science, entropy == information, order is bad.
>I'm not sure how creating the larger volume could solve the problem.
Having a larger volume would mean it wasn't 95% used.
Have you used lsof(1) to find the open file? That would go a long way to tell you what to do next.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 09:34 PM
03-18-2008 09:34 PM
Re: Wondering about one of our file system size?
>but how can we avoid the sparse file.
Why avoid?? it is supposed to be a OS feature.
When temporary files are created sparse, they will not actually consume disk storage until they need to.
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 05:59 AM
03-19-2008 05:59 AM
Re: Wondering about one of our file system size?
i'll search from the itrc forum how to best use it. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 09:37 AM
03-19-2008 09:37 AM
Re: Wondering about one of our file system size?
You need to specify what you want to install, otherwise it goes into the GUI:
# swinstall -s /tmp/lsof.depot \*