Unsolved
This post is more than 5 years old
6 Posts
0
809
November 21st, 2007 10:00
Dynamic RDF Group Modification
I have an existing Dynamic RDF group called CWVDYN1. I have some meta devices that are rdf_enabled.I have tried to issue the command createpair, but receive the error that that dynamic group already exists. I think I am missing a step. How do I add 1 new devices to the R1 and R2 side, pair them and have them as part of the CWVDYN1 group? Do I have to split the R1 and R2 first?
Is there a best practice for the number of dynamic RDF groups used? Should I stick with only 1 with many devices or create more groups that separate similar servers, functions and platforms?
Thanks.
Is there a best practice for the number of dynamic RDF groups used? Should I stick with only 1 with many devices or create more groups that separate similar servers, functions and platforms?
Thanks.
No Events found!


Allen Ward
6 Operator
•
2.1K Posts
0
November 21st, 2007 11:00
This was giving me some real trouble last week since it is a bit different ( I think) from when we originally built the environment.
Allen Ward
6 Operator
•
2.1K Posts
0
November 21st, 2007 12:00
Once the pairing was created I was able to add the R1 to the device group.
Just be aware that to do the createpair with the invalidate option the R2 devices have to be set to write disabled (I think not ready works too).
JZR
6 Posts
0
November 21st, 2007 12:00
symrdf createpair -file hlanndp006.dat -sid 0110 -rdfg 3 -invalidate r2 -type rdf1 -g CWVDYN1
the file contain the following. R1 and R2
$ cat hlanndp006.dat
c14 582
c15 583
c16 584
Thanks
xe2sdc
6 Operator
•
2.8K Posts
0
November 22nd, 2007 01:00
AFAIK this command will try to CREATE the group CWVDYN1 and put all the devices in the dg .. but since the DG already exists, it will fail
Why don't you create a different group and later (after the creation) move all the devices from the new (temporary) DG to the good old CWVDYN1 ??
-s-
RRR
6 Operator
•
5.7K Posts
0
November 22nd, 2007 02:00
xe2sdc
6 Operator
•
2.8K Posts
0
November 22nd, 2007 02:00
able to control the new paired devices and after the
initial sync is done, delete the group and add the
devs to the already existing group.
You can:
symrdf -rdfg xxx -sid yyy -file pairifle -type Rx -invalidate R2 createpair -g TempDgName
to create the DG while also creating the pairs and
symld -g TempDgName moveall DestDgName [-force] [-rename]
to move the devices from the temporary group to the real DG ..