Unable to online NFS agent

book

Article ID: 100006184

calendar_today

Updated On:

Description

Error Message

VCS Error V-16-1-13066 Agent is calling clean, because the nfs resource is not up even after online completed

Cause

Need to restart all the nfs related processes and services

Resolution

1.  Check if any of the nfs resource is online or in production.

2.  Check all the nfs related process running in the system for e.g. nfsd, nfsmapid, mountd, lockd, statd, NFSAgent, NFSRestartAgent 

3.  Stop and start NFS and NFSrestart agent.

If the normal process fails, apply the following workaround:

a.  Stop NFS and NFSrestart agent and NFS related processes

# hagent -stop NFS -sys System_Name

# hagent -stop NFSrestart -sys system_name

b. check all the nfs related process running in the system  and use kill to stop them

#  ps  -ef | grep nfs
 
daemon  2517     1   0   Sep 11 ?           0:00 /usr/lib/nfs/lockd
  daemon  2508     1   0   Sep 11 ?           0:00 /usr/lib/nfs/statd
  daemon  3036     1   0   Sep 11 ?           0:00 /usr/lib/nfs/nfsd
         root  3022     1   0   Sep 11 ?           0:00 /usr/lib/nfs/mountd
         root  3122     1   0   Sep 11 ?           0:00 /usr/lib/nfs/nfsmapid                    << may not exist on all systems

# kill -9 3036    repeat for lockd, statd, nfsd , mountd, nfsmapid

c.  Start NFS and NFSrestart agents -

# hagent -start NFS -sys System_Name

# hagent -start NFSrestart -sys system_name

d. Verify that NFS is actually running -

#  ps  -ef | grep nfs
 
daemon  2517     1   0   Sep 11 ?           0:00 /usr/lib/nfs/lockd
  daemon  2508     1   0   Sep 11 ?           0:00 /usr/lib/nfs/statd
  daemon  3036     1   0   Sep 11 ?           0:00 /usr/lib/nfs/nfsd
         root  3022     1   0   Sep 11 ?           0:00 /usr/lib/nfs/mountd
         root  3122     1   0   Sep 11 ?           0:00 /usr/lib/nfs/nfsmapid                    << may not exist on all systems

e.  Now online resource and verify nfs resources are online and accessible -

# hares -online nfsresource -sys system_name


Applies To

solaris 10, VCS 5.0MP3

Issue/Introduction

NFS resource unable to start