7.3

Table Of Contents
Prerequisites
n
Successful migration to vRealize Automation 7.3.
n
Stop the Orchestrator server service on the external Orchestrator.
n
Back up the database, including the database schema, of teh external Orchestrator server.
Procedure
1 Download the migration tool from the target Orchestrator server to the source Orchestrator.
a Log in to the vRealize Orchestrator 6.x Virtual Appliance over SSH as root.
b Under the /var/lib/vco directory, run the scp command to download the migration-
tool.zip archive.
scp root@vra-va-hostname.domain.name:/var/lib/vco/downloads/migration-tool.zip ./
c Run the unzip command to extract the migration tool archive.
unzip migration-tool.zipy7
2 Export the Orchestrator configuration from the source Orchestrator server.
a In the /var/lib/vco/migration-cli/bin directory, run the export command.
./vro-migrate.sh export
This command combines the VMware vRealize Orchestrator configuration files and plug-ins into
an export archive.
An archive with file name orchestrator-config-export-orchestrator_ip_address-
date_hour.zip is created in the /var/lib/vco folder.
3 Migrate the exported configuration to the Orchestrator server that is built into vRealize Automation
7.3.
a Log in to the vRealize Automation appliance over SSH as root.
b Under the /usr/lib/vco/tools/configuration-cli/bin directory, run the scp command to
download the exported configuration archive.
scp root@orchestrator_ip_or_DNS_name:/var/lib/vco/orchestrator-config-export-
orchestrator_ip_address-date_hour.zip ./
c Change the ownership of the exported Orchestrator configuration file.
chown vco:vco orchestrator-config-export-orchestrator_ip_address-date_hour.zip
Migrating vRealize Automation to 7.3 or 7.3.1
VMware, Inc. 40