VCS fails to online a CFSMount resource on a newly-added 5.0.1RP3 HP 11.31 cluster node.

book

Article ID: 100006491

calendar_today

Updated On:

Description

Error Message

Error: V-35-50: Could not mount [/dev/vx/dsk//] at on nodeB 
UX:vxfs mount: ERROR: V-3-21272: mount option(s) incompatible with file system /dev/vx/dsk//

Cause

This was due to the mntlock=VCS option being set for the cfsmount on the other cluster node, but not on the newly-added cluster node.

Resolution

In order to allow the cfsmount resource to online on the newly-added cluster node without unmounting it on the other cluster node, the following commands were run:

-       haconf -makerw
-       hares -local MountOpt
-       hares -global "rw,ioerror=mdisable,largefiles,qio,cluster,delaylog,mntlock=VCS"
-       haconf -dump –makero
 

VCS was then able to online the cfsmount resource on the newly-added cluster node.


Issue/Introduction


When trying to mount the FS on the newly-added 5.0.1RP3 HP 11.31 node the following error is seen: # /opt/VRTS/bin/cfsmount < mountpoint >
Mounting...
Error: V-35-50: Could not mount [/dev/vx/dsk/<dg>/<vol>] at <mountpoint> on nodeB
UX:vxfs mount: ERROR: V-3-21272: mount option(s) incompatible with file system /dev/vx/dsk/<dg>/<vol>   However after creating a new shared diskgroup and volume, the cfs filesystem for this new shared diskgroup/volume mounted fine.