1837202 Members
2678 Online
110115 Solutions
New Discussion

/filesystem hung

 
SOLVED
Go to solution
Carme Torca
Super Advisor

/filesystem hung

Hi,

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
Users are not too bad ;-)
9 REPLIES 9
mirco_1
Valued Contributor

Re: /filesystem hung

hy,

try to use :

# fuser -uc /interface

DM.
Sudeesh
Respected Contributor

Re: /filesystem hung

1. fuser -cu /interfaces
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
The most predictable thing in life is its unpredictability
Warren_9
Honored Contributor

Re: /filesystem hung

hi,

for NFS,
# fuser ebxb:/exp/interfases
Carme Torca
Super Advisor

Re: /filesystem hung

I'm sorry, this is the result:

# 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!
Users are not too bad ;-)
Torsten.
Acclaimed Contributor

Re: /filesystem hung

be care of the typing:

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!   
Carme Torca
Super Advisor

Re: /filesystem hung

Hi,

I'm sorry, but the correct is /interfases.

Any idea??
Users are not too bad ;-)
mirco_1
Valued Contributor
Solution

Re: /filesystem hung

hy,

the ebxb:/exp/interfases is mounted ?

can you try to umount+mount ebxb:/exp/interfases

DM.
Carme Torca
Super Advisor

Re: /filesystem hung

Hi,

/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.
Users are not too bad ;-)
generic_1
Respected Contributor

Re: /filesystem hung

Cosider loading lsof on your system. I I have better luck with it finding processes.
Consider not using NFS for this very situation. Especially when building clusters.