VCS ERROR V-16-20007-1006 ($SYSTEM) CVMVolDg:$RES:online:Function cvmvoldg_change_dgactv called with wrong args
This error occurs as the CVMActivation for the new system is not set
for example:
#hares -display testdg_res
#Resource Attribute System Value
.
testdg_res Type global CVMVolDg
.
testdg_res CVMActivation SYS1 sw
testdg_res CVMActivation SYS2 <<<<< not set for this system
Set CVMActivation for the new system:
1. Make VCS config read and write
# haconf -makerw
2. Set the activation
# hares -modify $RES CVMActivation sw -sys $SYSTEM
3. Save the VCS config and make it read-only
# haconf -dump -makero
4. Then, online the service group on the new system.
# hagrp -online $SG -sys $SYSTEM