Creating the Baseline for Asynchronous Data Replication

Commvault provides a script that you can run to create an initial baseline for replication between the source and destination sites.

The script is located at ContentStore\ContentStore\MediaAgent\Scripts\IntelliSnap\cvntnxrepl.py.

Procedure

From the MediaAgent that will be used for the IntelliSnap backup, run the following script:

python.exe .\cvntnxrepl.py -s1 $[source_array_ip_address] -s2 $[admin_user_name] -s3 $[password] -s4 $[source_container] -t1 $[target_array_ip_address] -t2 $[admin_user_name] -t3 $[password] -t4 $[target_container] -r $[number_of_retry_attempts] -d $[debug_enabled]

where you provide the following information:

  • source_array_ip_address: IP address for the source Nutanix VMware cluster.

  • admin_user_name (source): User name for account with admin privileges on the source Nutanix VMware cluster.

  • password (source): Password for user account.

  • source_container: Name of the source storage container.

  • target_array_ip_address: IP address for the destination Nutanix VMware cluster.

  • admin_user_name (target): User name for account with admin privileges on the target Nutanix VMware cluster.

  • password (target): Password for user account.

  • target_container: Name of the target storage container.

  • number_of_retry_attempts (10 or more): Number of times the baseline operation should be retried.

  • debug_enabled (1 or 0): Use 1 to generate debugging information for the baseline operation.

Page contents

×

Loading...