# vxvol -g abcdg -f start SNAP_vol76
VxVM vxvol ERROR V-5-1-11802 Volume SNAP_vol76 cannot be started
# vxprint -g abcdg -m | egrep '^vol|inst_invalid'
vol SNAP_vol76
inst_invalid=on <<< Inst_invalid attribute is set
vol SNAP_vol112
inst_invalid=on
vol SNAP_vol113
inst_invalid=on
.....
Once the snapshot volume is marked invalid, VxVM will not start them because the data in the volume is considered as invalid.
There are only two ways to start the snapshot.
1. Try to run ‘vxsnap refresh’ again to refresh the snapshot volume and see if the snapshot volume will become valid again. The exiting data in the snapshot volumes will be replaced with latest data from source volume.
# vxsnap -g
2. Dissociate the snapshots and start them, but the customer will need to do the full resync again if snapshot needs to be taken again.
# vxmend -g
Applies To
Veritas Volume Manager (VxVM) with snapshot volumes on all platforms