transfering control of nfs share resource to VCS

book

Article ID: 100003416

calendar_today

Updated On:

Description

Error Message

 

 

 

UX:vxfs mount: ERROR: V-3-21264: /dev/vx/dsk/nbudg/nbuvol is already mounted, /opt/VRTSnbu is busy,

allowable number of mount points exceeded

Cause

nfs share resource causes mountpoint to be busy, making it so that mountpoint will not automatically mount upon failover. 

Resolution

transfer control of nfs share to vcs.  Creating a share resource and commenting out share line in /etc/dfs/sharetab

# haconf -makerw

# hares -add nfsshare Share

# hares -modify nfsshare Enabled 1

# hares -modify nfsshare PathName "/"

# hares -modify nfsshare Options "rw="

# hares -linkg nfsshare

 


Applies To

Solaris 10

5.0MP1

Issue/Introduction

NFS share causes problems with the associated service group coming up and online in the cluster.  To stop the delays, we transfer the control of the nfs share to VCS so that it will not come up online until after the mountpoint is online.