7.0

Table Of Contents
6 Run the following commands consecutively to enable the embedded PostgreSQL on both nodes.
chkconfig vpostgres on
service vpostgres start
7 Reboot the primary virtual appliance.
8 Wait for the primary virtual appliance to start.
9 Verify that all of the services are running with the exception of the IaaS-service, which should appear
as REGISTERED.
Restore Changes to Logging
The upgrade process overwrites changes you make to logging in the configuration files. After you finish
an upgrade, you must restore any changes you made to the app.config file before the upgrade.
Ensure Deployed Virtual Machines Register With Software Service
Run the following commands to ensure that deployed virtual machines register with software services.
Prerequisites
You must have administrator privileges on the virtual appliance host machine.
Procedure
u
Open a new command prompt on the virtual appliance host machine and run the following
commands.
openssl pkcs12 -export -name rabbitmq_ca -in /etc/rabbitmq/certs/ca/cacert.pem -
inkey /etc/rabbitmq/certs/ca/private/cakey.pem -out /tmp/rabbitmq_keystore.p12 -
password pass:password keytool -importkeystore -
destkeystore /etc/vcac/vcac.keystore -deststorepass password -
srckeystore /tmp/rabbitmq_keystore.p12 -srcstoretype pkcs12 -srcstorepass
password -alias rabbitmq_ca grep -q
certificate.store.ssl.rabbit.ca.alias=rabbitmq_ca /etc/vcac/security.properties
|| echo 'certificate.store.ssl.rabbit.ca.alias=rabbitmq_ca'
>> /etc/vcac/security.properties
Troubleshooting the Upgrade
The upgrade troubleshooting topics provide solutions to problems that you might encounter when
upgrading vRealize Automation.
Migration of Identity Store Fails Because the Active Directory is
not Synchronized
The migration of identity store fails because a thousand plus groups in the Active Directory have not been
synchronized to the VMware Identity Manager utility directory.
Upgrading from vRealize Automation 6.2 to 7.0.1
VMware, Inc. 49