Start a Conversation

Unsolved

This post is more than 5 years old

1133

December 20th, 2012 23:00

CAN DYN_RDF DEVICE BE SOURCE DEVICE FOR CLONE ?

Hi Everybody,

I am trying to create clone of a dyn_rdf device,but i couldnot.Generally I create clone of a standard device just by creating a regular device group

and adding source and target devices.But for creating clone of DYN_RDF device ,what device group i have to create,i tried creating a RDFG1 group,because source is

a r1 device.Now should i convert clone target into RDF1 device.Please let me know procedure for creating clone of a RDF device.?

December 21st, 2012 00:00

Are you looking for below command?

symld -g   add dev -tgt

59 Posts

December 21st, 2012 00:00

Hi hemachandra,

thanks for your response.i  know the command.I just want to know,is it possible to create clone

of a DYN_RDF device.If yes,then what type of device group i have to create and clone target should

be what type of device.

December 21st, 2012 02:00

It is possible to create a clone of R1 device(Dynamic RDF Capability).
DG should be of type RDF1
clone target can be BCV or standard device.

symclone -g establish –full -tgt
symclone -g query

59 Posts

December 21st, 2012 03:00

but it think, we cant add a std device in a rdf devicegroup?

86 Posts

December 21st, 2012 03:00

Create a file called say pair.txt

in this put source and target like this

0001 0002

where 0001 is the source device

and 0002 is the target device

then

symclone -sid xxxx -file pair.txt create ....

etc

Sam Claret TSE3

Global Technical Support – SSG Windows

EMC Corporation

Hours: 7:00 AM - 4:00 PM GMT Rotating Shift

Phone: 800-782-4362 ext 6461204

For a complete local country dial list [click here ]

Email: sam.claret@emc.com

2 Intern

 • 

20.4K Posts

December 21st, 2012 04:00

Srik1920 wrote:

but it think, we cant add a std device in a rdf devicegroup?

yes you can, add -tgt when you add clone to RDF1 group.

symld -g add dev 0BAD -tgt

110 Posts

December 22nd, 2012 21:00

Dynamox is correct. The target device has to be added with –tgt option before creating a clone session which creates relationship with the source & target devices.

If the device not added to the device group with –tgt option, then the script will not let you to create the clone sessions.

Else the file can be used with necessary options.

Regards,

Periyakaruppan N (Peri),

278 Posts

December 27th, 2012 05:00

Hello Srik1920,

if it is not necessary to work with device group, then you can use as SamClaret said a txt file and then you can add the source and the target devices of the clone.

Command is: symclone -sid <> -f <> create -precopy -differrential

If you are going to use device group then you have to use the -tgt parameter, but i believe that using txt file is pretty much easier.

91 Posts

December 27th, 2012 06:00

If you query is on how to add the STD and RDF device to a DG, then

You can create a DG with the type ANY

# symdg create -type ANY

When adding the device to the DG you need to use 'symdg' command and not 'symld'

I believe this option is available from SE 7.4 and above.

# symdg add dev -g -sid <>

# symdg add dev -g -sid <>

The only implication here is that you always have to mention the source and the target while performing the operation.

This is why we use the -tgt flag which was mentioned earlier by our experts..

No Events found!

Top