- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to unmount directory to perform extendf...
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-19-2004 06:39 PM
10-19-2004 06:39 PM
on a production (therefor limited downtime) HP UX box, i've been trying to perform a lvextend and extendfs, however, I am unable to umount the device, as it constatly complains that it is busy.. however fuser gives the following output
[root@******]# fuser -u /data
/data:
[root@******]#
I thought this meant there was no processes using the mountpoint?
Why can't I umount it?
There were no other users logged in, and I WASN'T in the /data directory at the time!
Help, we need more disk space!!!
ja
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 06:45 PM
10-19-2004 06:45 PM
Solution'lsof' is much better than 'fuser'.
I would try running 'lsof /data' and see if there are any processes associated with it. I you don't have lsof installed, then search the forums for lsof and you will find sources for it. It's a good have to tool.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 06:55 PM
10-19-2004 06:55 PM
Re: Unable to unmount directory to perform extendfs
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 07:05 PM
10-19-2004 07:05 PM
Re: Unable to unmount directory to perform extendfs
[root@******]# ./lsof
lsof: WARNING: compiled for HP-UX release B.11.00; this is B.11.11.
lsof: can't read proc table info
i'll download the latest and compile
and let you know what the verdict is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 07:13 PM
10-19-2004 07:13 PM
Re: Unable to unmount directory to perform extendfs
[root@******]# ./lsof
Segmentation fault
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 07:18 PM
10-19-2004 07:18 PM
Re: Unable to unmount directory to perform extendfs
Look at this You can download from this site
Index of /security/host-security/lsof/binaries/hpux/B.11.00
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 07:20 PM
10-19-2004 07:20 PM
Re: Unable to unmount directory to perform extendfs
Can you try out this once.
# fuser -kuc /data
# umount /data
See if that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 07:21 PM
10-19-2004 07:21 PM
Re: Unable to unmount directory to perform extendfs
version of hp-ux.
Get lsof for your version here.
http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.72/
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 07:23 PM
10-19-2004 07:23 PM
Re: Unable to unmount directory to perform extendfs
Try the site
http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/
Also, try the LV instead of the mount point 'fuser -k /dev/vgxx/lvolx'.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 08:02 PM
10-19-2004 08:02 PM
Re: Unable to unmount directory to perform extendfs
I can see a few processes using /data that weren't seen from fuser
I will try again in the next change window and report my progress
THanks!