AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  unmount the hanging nfs filesystems without rebooting

    Posted Tue December 22, 2009 02:43 PM

    Originally posted by: chpadmin


    Hello,
    How to unmount the hanging nfs filesystems. If you know a way of doing this without rebooting, please let me know.

    Thank You.
    #AIX-Forum


  • 2.  Re: unmount the hanging nfs filesystems without rebooting

    Posted Tue December 22, 2009 02:50 PM

    Originally posted by: alethad


    We have been able in the past to get through that issue by commenting out the NFS filesystem in the /etc/filesystems file.
    You may or may not be able to do that. But it's worth a try.

    Someone else may have a better idea.
    It has worked for us.
    Good luck.
    #AIX-Forum


  • 3.  Re: unmount the hanging nfs filesystems without rebooting

    Posted Tue December 22, 2009 02:57 PM

    Originally posted by: alethad


    Forgot to say you still have to do the umount command.
    Sorry.
    #AIX-Forum


  • 4.  Re: unmount the hanging nfs filesystems without rebooting

    Posted Tue December 22, 2009 04:30 PM

    Originally posted by: SystemAdmin


    try this command

    fuser -ckux <filesytem>
    umount <filesytem>
    #AIX-Forum


  • 5.  Re: unmount the hanging nfs filesystems without rebooting

    Posted Tue December 22, 2009 11:03 PM

    Originally posted by: Kosala


    If all fails try "refresh -g nfs" both on server and client, but this is gonna stink... I have done that some time back, but not sure about the exact path I took. Lets say I succeeded by accident.

    Atb,
    Kosala
    #AIX-Forum


  • 6.  Re: unmount the hanging nfs filesystems without rebooting

    Posted Wed December 23, 2009 03:06 AM

    Originally posted by: SystemAdmin


    Hello,

    In nfs client you will get "Filesystem kbytes used avail %used Mounted on", if your source filesystem is unmounted you will get "/dev/XXXX - - - - - /mount point" in such case you have to export the source again and unmount forcefully.

    To avoid this you can use autofs.It will mount whenever you need and unmount automatically if it is not needed..,

    HTH
    #AIX-Forum


  • 7.  Re: unmount the hanging nfs filesystems without rebooting

    Posted Thu January 07, 2010 11:05 AM

    Originally posted by: chpadmin


    Thank You !
    #AIX-Forum