- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to unmount a NFS FileSystem
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-29-2005 12:05 AM
тАО09-29-2005 12:05 AM
How to unmount a NFS FileSystem
When we try to unmount a NFS FileSystem we get this error:
# umount /usr/sap/trans
nfs umount: nfs_unmount: /usr/sap/trans: is busy
umount: return error 1.
# bdf /usr/sap/trans
Filesystem kbytes used avail %used Mounted on
spe:/export/usr/sap/trans
8192000 5549000 2477872 69% /usr/sap/trans
#
Any idea? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2005 12:08 AM
тАО09-29-2005 12:08 AM
Re: How to unmount a NFS FileSystem
Now, you can umount the FS.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2005 12:10 AM
тАО09-29-2005 12:10 AM
Re: How to unmount a NFS FileSystem
lsof is available here:
http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.11/
The 11.0 version is here:
http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.00/64/9000_778/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2005 12:28 AM
тАО09-29-2005 12:28 AM
Re: How to unmount a NFS FileSystem
I executed fuser and nobody is working on, so I should be able to unmount filesytem.
It this error could be due some users from remote system (spe) are connected there?
I assume unmount only affects my system.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2005 12:46 AM
тАО09-29-2005 12:46 AM
Re: How to unmount a NFS FileSystem
Try to check with fuser if any open files is there..
# fuser -cu /usr/sap/trans
If open .. kill using ,
# fuser -ku /usr/sap/trans
Try unmount:
# umount /usr/sap/trans
* make sure you are not sitting on the directory.
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2005 01:33 AM
тАО09-29-2005 01:33 AM
Re: How to unmount a NFS FileSystem
For older versions of HP-UX, get a copy from the Liverpool archive: http://hpux.connect.org.uk/ or from the author: http://people.freebsd.org/~abe/
Bill Hassell, sysadmin