Operating System - HP-UX
1752808 Members
5715 Online
108789 Solutions
New Discussion

Re: df hanging and mounting having issue

 
Naj
Valued Contributor

Re: df hanging and mounting having issue

Hi,

Remain same..
i can see the background process..trying to kill but it's still there

#kill -9 (pid)

BR
Naj

____________________________________________
:: Really appreciate if you could assign some points.
:: Don't know how to assign point? Click the KUDOS! star!
Dennis Handly
Acclaimed Contributor

Re: df hanging and mounting having issue

What background process?

If kill -9 doesn't work and it's not a zombie, you'll need to reboot.

Naj
Valued Contributor

Re: df hanging and mounting having issue

Hello,

 

i try to kill 9321 & 24635 but it won't.

The process still there.

I think this is cause why mount/umount could not perform

 

server-a:/var/opt/ignite (root) ps -ef |grep nfs
    root    33     0  0  Sep 10  ?         0:00 nfs_failover
    root    32     0  0  Sep 10  ?        251:57 nfs_async_io
    root    30     0  0  Sep 10  ?         0:00 nfs_reclaim
    root    34     0  0  Sep 10  ?         0:00 nfs4clntkd
    root    35     0  0  Sep 10  ?         0:00 nfs4_async_io
    root    84     0  0  Sep 10  ?         0:00 nfs4srvkd
    root    83     0  0  Sep 10  ?         0:00 nfslogkd
    root  9321     1  0  Jun  4  ?         0:03 /sbin/fs/nfs/umount server-b:/var/opt/ignite/recovery/archives/server-a /var/opt/ignite/recovery/arch_m
    root 25917     1  0  Jun 23  ?         0:00 /usr/sbin/nfsmapid
    root 24635     1  0  Jun 10  ?         0:00 /sbin/fs/nfs/mount -Fnfs server-b:/var/opt/ignite/clients /var/opt/ignite/recovery/client_mnt
    root  2988 21477  0 07:14:23 pts/11    0:00 grep nfs

BR

Naj

 

 


____________________________________________
:: Really appreciate if you could assign some points.
:: Don't know how to assign point? Click the KUDOS! star!
Dennis Handly
Acclaimed Contributor

Re: df hanging and mounting having issue

>I try to kill 9321 & 24635 but it won't.  The process still there.

 

Time to reboot, they are hung on I/O.

gnana prakasam
Advisor

Re: df hanging and mounting having issue

Hi,

I am also facing the same issue .Is there any way without rebooting the server?

Dennis Handly
Acclaimed Contributor

Re: df hanging and mounting having issue

I am also facing the same issue.  Is there any way without rebooting the server?

 

If on 11.31, have you tried "umount -f" on the client?

Have you fixed the server?