Customer wants to migrate specific group and its settings (name, domain, encryption method, and so forth) and assigned policy objects (dataset, schedule and retention policy) from one grid to another grid.
Resolution
Starting with 4.1.2-33, the mccli group export and mccli mcs import commands allows this functionality. Information is exported into xml format. Note that the data exported in this matter will not contain the list of client members. Data exported from 4.1.2-33 grid can be imported into 5.x grids.
To export:
The group TestGroup exists in /clients domain on source grid.
mccli group export --file=<path_to_exported_file> --domain=<name_of_domain> --name=<group_selected_for_export>
example:
mccli group export --file=/home/admin/test.xml --domain=/clients --name=TestGroup
0,23000,CLI command completed successfully.
Using ascii transfer mode, transfer the newly created xml file (test.xml)to the new Avamar grid.
Once the file is on the target grid
To import:
mccli mcs import --file=<path_of_imported_xml>
example:
mccli group import --file=/home/admin/test.xml
MCS data XML file /data01/home/admin/test.xml created by MASSAMAR411 on 2010-02-04 00:15:55.302
0,23000,CLI command completed successfully.
You can use the command to verify the import worked.
mccli group show --domain=/<domain_where_group_was_imported>
mccli client add --name=/clients/user-pc ----------------- ADD는 되나 activity는 되지 않음.