Upgrading vRO fails at deactivating the cluster precisely at cluster leave operation
book
Article ID: 345985
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
- To upgrade the vRO appliance.
Symptoms:
- Upgrading vRO fails at deactivating the cluster precisely at cluster leave operation
- checking the journalctl logs it complains that the command failed as DNS resolution did not work
Environment
VMware vRealize Orchestrator 8.x
Cause
- The environment was initially installed using a short name instead of FQDN as hostname, something that is not supported and is breaking the upgrade.
Resolution
Workaround:
- Change the hostname back to FQDN: hostnamectl set-hostname <FQDN>
- Open /etc/current_node for edit and replace the short name with the FQDN
- Run: /opt/health/run-once.sh health and make sure there are no errors reported
- Run: vracli cluster leave (wait for it's completion)
- Remove the certs: rm /data/vco/usr/lib/vco/app-server/conf/security/jssecacerts
- Run the deploy script: /opt/scripts/deploy.sh
- Create a new pre-upgrade snapshot
- Trigger the upgrade again
Feedback
thumb_up
Yes
thumb_down
No