Page 1 of 1

Modifying rcopy targets

Posted: Mon Jul 21, 2014 10:27 am
by Patrick
I have a number of rcopy groups built and have been running but when creating a new rcopy group there is the ability have multiple backup targets. Is there a method for modifying an existing rcopy group to add a secondary backup target?

Re: Modifying rcopy targets

Posted: Mon Jul 21, 2014 3:08 pm
by RitonLaBevue
As far as i know you can only have one sync target, others will be periodic.

So, thing could go this way...

create a new rcopytarget.
creatercopytarget....

add a new target to your rcopygroup
setrcopygroup mode periodic <target_name> <group_name>

stop your rcopygroup
stoprcopygroup <group_name>

add a new mirror volume to primary volume
admitrcopytarget <target_name> <mode> <group_name> <pri_vv_name:sec_vv_name>

start your rcopygroup
startrcopygroup <group_name>