-
Download the association_update.xml file and save it on the computer from where the command will be executed.
-
Execute the following command from the software_installation_directory/Base folder after substituting the parameter values.
qoperation execute -af $[downloaded location]\association_update.xml -copyId $[xxxxx] -replPairList/srcArray/id $[xxxxx] -replPairList/srcArray/name $[xxxxx] -replPairList/tgtArray/id $[xxxxx] -replPairList/tgtArray/name $[xxxxx]Example
qoperation execute -af $[downloaded location]\association_update.xml -copyId $[SP_ES1] -replPairList/srcArray/id $[SourceSVM_controlhostID] -replPairList/srcArray/name $[SourceSVM_name] -replPairList/tgtArray/id $[TargetSVM_controlhostID] -replPairList/tgtArray/name $[TargetSVM_name]
×