Unable to mount shared filesystem on slave node

book

Article ID: 100020837

calendar_today

Updated On:

Resolution

 
The above error message can be misleading.
 
Check that the mount point is valid and not busy
Check if filesystem has 'need fsck' flag set on CFS Primary node.
 
 
sbui # fsclustadm -v showprimary /vol1
sbui
sbui # echo "8192B.p S" | fsdb -F vxfs /dev/vx/rdsk/sridg/vol1 | grep clean
flags 101 mod 0 clean 3c <=== Flag ends with 1, means full fsck is set.
 
Check the messages file for vxfs error messages.
sbui # grep -i vxfs /var/adm/messages
 
Solution:
On CFS Primary, Stop the application using the mount point, unmount filesystem from all nodes and run
FSCK on the filesystem to fix the issue. Then you can mount the filesystem on all nodes.