- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /filesystem hung
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
08-01-2005 08:46 PM
08-01-2005 08:46 PM
I have configure in one server nfs.client
I have:
#cat /etc/auto_master
/net -hosts -nosuid,soft
/- /etc/auto.direct -vers=3,proto=udp
#cat /etc/auto.direct
/interfases ebxb:/exp/interfases
And when I do /sbin/init.d/nfs.client stop
this filesystem doesn't umount.
killing rpc.lockd
killing rpc.statd
killing nfsd
killing rpc.mountd
starting NFS SERVER networking
starting up the rpcbind daemon
rpcbind already started, using pid: 916
Reading in /etc/exports
starting up the mount daemon
/usr/sbin/rpc.mountd
starting up the NFS daemons
/usr/sbin/nfsd 16
starting up the Status Monitor daemon
/usr/sbin/rpc.statd
starting up the Lock Manager daemon
/usr/sbin/rpc.lockd
umountall: ignoring duplicate entry
umountall: ignoring duplicate entry
umountall: ignoring duplicate entry
umountall: umount : has failed.
umountall: diagnostics from umount
umount: cannot unmount /interfases : Device busy
umount: return error 1.
#cat /etc/mnttab
...
/etc/auto.direct /interfases autofs ignore,direct,vers=3,proto=udp 0 0 1113380326
Could anyone help me? How could I umount this filesystem??
# umount /interfases
umount: cannot unmount /interfases : Device busy
umount: return error 1.
# fuser /interfases
/interfases:
# ls -l /interfases
(and now it hung)
umount: cannot unmount /interfases : Device busy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 08:56 PM
08-01-2005 08:56 PM
Re: /filesystem hung
try to use :
# fuser -uc /interface
DM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 08:57 PM
08-01-2005 08:57 PM
Re: /filesystem hung
2. fuser -ku /interfaces
3. umount /interfaces
If above options fail to umount, from my past experience the only solution left is a system reboot.
I was once struck with the same issue, when there was a big network failure. Even bdf command was struck. I had to reboot the production server to come out.
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 09:07 PM
08-01-2005 09:07 PM
Re: /filesystem hung
for NFS,
# fuser ebxb:/exp/interfases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 09:13 PM
08-01-2005 09:13 PM
Re: /filesystem hung
# fuser -cu /interfases
/interfases: fuser: could not find file system mounted at /interfases.
# fuser -ku /interfases
/interfases:
# umount /interfases
umount: cannot unmount /interfases : Device busy
umount: return error 1.
# fuser ebxb:/exp/interfases
ebxb:/exp/interfases: fuser: could not obtain file system ID for file ebxb:/exp/interfases
Any idea?
Thanks a lot of!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 09:28 PM
08-01-2005 09:28 PM
Re: /filesystem hung
interfaces (watch the letter "c")
;-)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 09:35 PM
08-01-2005 09:35 PM
Re: /filesystem hung
I'm sorry, but the correct is /interfases.
Any idea??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 10:11 PM
08-01-2005 10:11 PM
Re: /filesystem hung
/exp/interfases is not mounted, but I can mount ebxb:/exp/interfases /interfases...
I don't undertand anything...
I do this, and I wait for reboot the server.
Thanks a lot of everyone.
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 06:28 AM
08-02-2005 06:28 AM
Re: /filesystem hung
Consider not using NFS for this very situation. Especially when building clusters.