7.4

Table Of Contents
3 Migrate the exported configuration to the Orchestrator server that is built into vRealize Automation
7.4.
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
d Stop the Orchestrator server service and the Control Center service of the built-in
vRealize Orchestrator server.
service vco-server stop && service vco-configurator stop
e Import the Orchestrator configuration file to the built-in vRealize Orchestrator server, by running
the vro-configure script with the import command.
./vro-configure.sh import --skipDatabaseSettings --skipLicense --skipSettings --
skipSslCertificate --notForceImportPlugins --notRemoveMissingPlugins --skipTrustStore --path
orchestrator-config-export-orchestrator_appliance_ip-date_hour.zip
4 If the external Orchestrator server from which you want to migrate uses the built-in PostgreSQL
database, edit its database configuration files.
a In the /var/vmware/vpostgres/current/pgdata/postgresql.conf file, uncomment the
listen_addresses line.
b Set the values of listen_addresses to a wildcard (*).
listen_addresses ='*'
c Append a line to the /var/vmware/vpostgres/current/pgdata/pg_hba.conf file.
host all all vra-va-ip-address/32 md5
Note The pg_hba.conf file requires using a CIDR prefix format instead on an IP address and a
subnet mask.
d Restart the PostgreSQL server service.
service vpostgres restart
Upgrading from vRealize Automation 6.2.5 to 7.4
VMware, Inc. 61