7.0.1
Table Of Contents
- Upgrading from vRealize Automation 7.0 to 7.0.1
- Contents
- Updated Information
- Upgrading vRealize Automation
- Preparing to Upgrade vRealize Automation
- Updating the vRealize Automation Appliance
- Upgrading the IaaS Server Components
- Add Users or Groups to an Active Directory Connection
- Enable Your Load Balancers
- Post-Upgrade Tasks for vRealize Automation
- Port Configuration for High-Availability Deployments
- Enabling the Connect to Remote Console Action for Consumers
- Reconfigure External Workflow Timeouts
- Verify That vRealize Orchestrator Service is Available
- Restore Embedded vRealize Orchestrator Endpoint
- Configure an External PostgreSQL Database to Merge into an Embedded PostgreSQL Environment
- Ensure Deployed Virtual Machines Register With Software Service
- Restore Changes to Logging
- Troubleshooting the Upgrade
- Installation or Upgrade Fails with a Load Balancer Timeout Error
- Upgrade Fails for Website Component During IaaS Upgrade
- Incorrect Tab Names Appear Intermittently
- Manager Service Fails to Run Due to SSL Validation Errors During Runtime
- Log In Fails After Upgrade
- Catalog Items Appear in the Service Catalog But Are Not Available to Request
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
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.
Upgrading from vRealize Automation 7.0 to 7.0.1
VMware, Inc. 34