Use the VMware OVF
Tool to Deploy the Site
Recovery Manager Virtual Appliance Virtual Machine from a Client OVF Template
VMware OVF
Tool
to Deploy the Site
Recovery Manager Virtual Appliance
Virtual Machine from a Client OVF TemplateYou can use the
VMware OVF
Tool
to deploy the Site
Recovery Manager Virtual Appliance
virtual machine from a client OVF template. Verify that you have downloaded and installed
VMware OVF Tool
4.2 or later. VMware OVF
Tool
(ovftool
) is a flexible command-line utility that you
can use to import and export OVF packages to and from a wide variety of VMware products. For
more information about the ovftool
, see the VMware OVF Tool
documentation. - To deploy theSite Recovery Manager Virtual Appliancewith theVMware OVF Tool, use one the following command lines.
- If you want to obtain network settings through DHCP:ovftool --acceptAllEulas --ipAllocationPolicy=dhcpPolicy --ipProtocol=IPv4 --deploymentOption=light | standard--name=SRM-VA-NAME--datastore=DATASTORE-NAME--network=NETWORK-NAME--net:"Network 1"=NETWORK-NAME--prop:varoot-password=ROOT-PASSWORD--prop:vaadmin-password=ADMIN-PASSWORD--prop:dbpassword=DB-PASSWORD--prop:ntpserver=NTP-SERVER--prop:network.netmode.VMware_Site_Recovery_Manager_Appliance='dhcp' --prop:network.addrfamily.VMware_Site_Recovery_Manager_Appliance='ipv4' http://HOST/PATH/srm-va_OVF10.ovf vi://VC_USERNAME:VC_PASSWORD@VC_ADDRESS/DATACENTER-NAME/host/CLUSTER-NAME/Resources/RESOURCE-POOL-NAME
- If you want to obtain network settings through a static IP address:ovftool --acceptAllEulas --ipAllocationPolicy=dhcpPolicy --ipProtocol=IPv4 --deploymentOption=light | standard--name=SRM-VA-NAME--datastore=DATASTORE-NAME--network=NETWORK-NAME--net:"Network 1"=NETWORK-NAME--prop:varoot-password=ROOT-PASSWORD--prop:vaadmin-password=ADMIN-PASSWORD--prop:dbpassword=DB-PASSWORD--prop:ntpserver=NTP-SERVER--prop:"network.ip0.VMware_Site_Recovery_Manager_Appliance"="VA IP" --prop:"network.netprefix0.VMware_Site_Recovery_Manager_Appliance"="NETWORK PREFIX" --prop:"network.gateway.VMware_Site_Recovery_Manager_Appliance"="GATEWAY IP" --prop:"network.DNS.VMware_Site_Recovery_Manager_Appliance"="DNS SERVER 1, DNS SERVER 2" --prop:"network.searchpath.VMware_Site_Recovery_Manager_Appliance"="DNS SEARCH PATH - DOMAIN" --prop:"network.netmode.VMware_Site_Recovery_Manager_Appliance"='static' --ipAllocationPolicy="fixedPolicy" --prop:network.addrfamily.VMware_Site_Recovery_Manager_Appliance='ipv4' http://HOST/PATH/srm-va_OVF10.ovf vi://VC_USERNAME:VC_PASSWORD@VC_ADDRESS/DATACENTER-NAME/host/CLUSTER-NAME/Resources/RESOURCE-POOL-NAME
You must replace the variables in the example with values from your environment.VariableDescriptionlight | standardThe deployment type for theSite Recovery Manager Appliancevirtual machine. Use the light deployment type for deployments that protect less than 1000 virtual machines. Use the standard deployment type for deployments that protect more than 1000 virtual machines.SRM-VA-NAMEThe name of theSite Recovery Manager Appliancevirtual machine.DATASTORE-NAMEThe target datastore name.NETWORK-NAMEThe name of the target network.ROOT-PASSWORDThe password for therootaccount, which you use to log in to the OS of the virtual appliance. The password must be at least eight characters long and must contain characters from four character classes: lowercase letters, uppercase letters, numbers, and special characters.ADMIN-PASSWORDThe password for theadminuser account, which you use for access to theSite Recovery Manager ApplianceManagement Interface and for SSH access to the appliance OS. The password must be at least eight characters long and must contain characters from four character classes: lowercase letters, uppercase letters, numbers, and special characters.DB-PASSWORDThe password for thesrmdbdatabase account, which you use to connect to the embeddedvPostgresdatabase. The password must be at least eight characters long and must contain characters from four character classes: lowercase letters, uppercase letters, numbers, and special characters.NTP-SERVERThe NTP server host name.HOSTThe host address of the source virtual machine.PATHThe path to the OVF package.NETWORK PREFIXThe network prefix of theSite Recovery Manager Appliance.DNS SEARCH PATH - DOMAINThe domain search path for this virtual machine (use a comma or a space to separate the different names).GATEWAY IP ADDRESSThe Gateway address of theSite Recovery Manager Appliance.VA IPThe IP address of theSite Recovery Manager Appliancevirtual machine.DNS IP ADDRESSThe DNS address of theSite Recovery Manager Appliance.VC_USERNAMEThe user name for the targetvCenter Server.VC_PASSWORDThe password for the targetvCenter Server.VC_ADDRESSThe address of the targetvCenter Server.DATACENTER-NAMEThe name of the target data center.CLUSTER-NAMEThe name of the target cluster.RESOURCE-POOL-NAMEThe name of the target resource pool.
Configure the Site Recovery Manager Appliance to Connect to a vCenter Server at both the
protected and the recovery site.