UNSOLVED

A-J1

updated

13 years ago

AJ

A-J1

1 Rookie

49 Posts

0

1132

September 4th, 2013 08:00

Need help with a symcli command.

Hi guys,

Im trying to create devices to be used as clone targets. i have around 50+ devices all with different configurations.

Im using this command to create clone targets with same configuration as the source.

symconfigure -sid 33 -cmd "CONFIGURE 1 DEVICES COPYING DEV 49D7;" commit

I want to what all this this command copy from the device 49D7?

Does it copy the same meta configuration?

Does it copy the same attributes BCV etc?

Most importantly, Will it copy the same mapping and masking, I dont the new devices to get assigned to the same host...

Thanks,

Anuj Goyal

  • 687

    1

    Posted September 4th, 2013 09:00

    Duplicating a device only copies configuration, data member count, emulation, capacity of device, disk group info from the source device...

    It does not copy the mapping n masking info

    regards,

    Saurabh

  • A-J1

    1 Rookie

    49 Posts

    687

    0

    Posted September 4th, 2013 09:00

    So basically even if a device is bound to a pool, the new device will be unbound. Is there any better way to create target devices for cloning, am i in the right direction?

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    687

    0

    Posted September 4th, 2013 09:00

    correct, it will be unbound but at least you don't have to manually build meta members (if it's a meta). You are in the right direction, by using the copy option it will build identical devices except for the things we mentioned above.

  • 684

    0

    Posted September 4th, 2013 09:00

    The copy dev command does indeed copy the device binding (it will bind the new device to the same pool as the copied device). At least last I tried it this is how it worked for me.

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    687

    1

    Posted September 4th, 2013 09:00

    for thin devices i will not copy pool binding, allocation parameters .etc.

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    684

    0

    Posted September 4th, 2013 10:00

    correction, for me device was bound but not fully allocation as my source device.

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    684

    1

    Posted September 5th, 2013 06:00

    looks like copy option does not work if devices have RDF attributes and are actually in an RDF relationship, bummer.