6.1

Table Of Contents
n
The user account that you use to run the DR IP Customizer tool requires at least the Site Recovery
Manager Recovery Plans Administrator role.
Procedure
1 Open a command shell on the Site Recovery Manager Server host.
2 Change directory to C:\Program Files\VMware\VMware vCenter Site Recovery Manager\bin.
3 Run the dr-ip-customizer.exe command to generate a comma-separated value (CSV) file that contains
information about the protected virtual machines.
n
If you have a Platform Services Controller with a single vCenter Server instance, run the following
command:
dr-ip-customizer.exe --cfg SRM_install_dir\config\vmware-dr.xml
--cmd generate --out "path_to_CSV_file.csv"
--uri https://Platform_Services_Controller_address[:port]/lookupservice/sdk
This example points dr-ip-customizer.exe to the vmware-dr.xml file of the
Site Recovery Manager Server and generates the CSV file for the vCenter Server instance that is
associated with the Platform Services Controller at https://Platform_Services_Controller_address.
n
If you have a Platform Services Controller that includes multiple vCenter Server instances, you
must specify the vCenter Server ID in the --vcid parameter. If you do not specify --vcid, or if you
provide an incorrect ID, the tool lists all available vCenter Server instances.
dr-ip-customizer.exe --cfg SRM_install_dir\config\vmware-dr.xml
--cmd generate --out "path_to_CSV_file.csv"
--uri https://Platform_Services_Controller_address[:port]/lookupservice/sdk
--vcid vCenter_Server_ID
This example points dr-ip-customizer.exe to the vmware-dr.xml file of the
Site Recovery Manager Server and generates the CSV file for the vCenter Server instance with the
ID vCenter_Server_ID.
NOTE The vCenter Server ID is not the same as the vCenter Server name.
4 (Optional) Check the vCenter Server thumbprint and enter y to confirm that you trust this
vCenter Server instance.
If you specified the --ignore-thumbprint option, you are not prompted to check the thumbprint.
5 Enter the login credentials for the vCenter Server instance.
You might be prompted again to confirm that you trust this vCenter Server instance.
6 Edit the generated CSV file to customize the IP properties for the virtual machines in the recovery plan.
You can use a spread sheet application to edit the CSV file. Save the modified CSV file under a new
name.
7 Run dr-ip-customizer.exe to apply the customized IP properties from the modified CSV file.
You can run the DR IP Customizer tool on either the protected site or on the recovery site. Virtual
machine IDs for protected virtual machines are different at each site, so whichever site you use when
you run the DR IP Customizer tool to generate the CSV file, you must use the same site when you run
DR IP Customizer again to apply the settings.
n
If you have a Platform Services Controller with a single vCenter Server instance, run the following
command:
dr-ip-customizer.exe --cfg SRM_install_dir\config\vmware-dr.xml
--cmd apply --csv "path_to_CSV_file.csv"
--uri https://Platform_Services_Controller_address[:port]/lookupservice/sdk
Site Recovery Manager Administration
108 VMware, Inc.