Attempt to start Replicated Volume Group (RVG) fails with ERROR V-5-1-10128 DCM protection requires volume logs

book

Article ID: 100006195

calendar_today

Updated On:

Description

Error Message

ERROR V-5-1-10128 DCM protection requires volume logs

Cause

RVG in DISABLED CLEAN state.
have recently been recovered due to failed disk(s).

Resolution

1. Remove DCM logs from volumes.

This command may need to be run twice as VVR creates two logs by default.
# vxassist -g [disk group] remove log [volume]
 
Note: Remove log may fail with the same error, if srlprot is set to autodcm while "RLink/RVG" in active state. Change the srlprot as override and continue remove log.  Later change it back.
 
# vradmin -g [disk group] set [RVG] srlprot=override
 
2. Add DCM logs back.
# vxassist -g [disk group] addlog [volume] logtype=dcm
3. Start RVG
# vxrvg -g [disk group] start [rvg]

Issue/Introduction

Attempts to start Replicated Volume Group (RVG) fails with ERROR V-5-1-10128 DCM protection requires volume logs