The CFS file system fails to mount when the diskgroup is imported as shared but mounts successfully when the diskgroup is imported as non-shared.

book

Article ID: 100020395

calendar_today

Updated On:

Description

Error Message

UX:vxfs mount: ERROR: V-3-20003: Cannot open /dev/vx/dsk/RACdg/dbbackup: No such device or

Resolution

When mounting a CFS file system using shared diskgroup, the local activation mode must be set to shared write.
 
Use the following command to verify if the diskgroup is set.
 
#  vxdg list [disk_group] | grep -i local-activation
 
Sample output:
 
# local-activation: off
 
From above output, use the following command to change the setting and then mount the CFS filesystem again.
 
 vxdg -g [disk_group] set activation=sw
 

Issue/Introduction

The CFS file system fails to mount when the diskgroup is imported as shared but mounts successfully when the diskgroup is imported as non-shared.