This is a known issue affecting VMware vRealize Automation 7.3.0.
This issue is resolved in VMware vRealize Automation 7.3.1 and VMware vRealize Automation 7.4, available at
VMware Downloads.
Workaround:
To resolve this issue in VMware vRealize Automation 7.3.0, apply the patch 2150912_patch.zip attached to this KB article. A backup of all container related data is created automatically by the patch script, no manual actions are required for backup.
To apply the patch:
- Download the 2150912_patch.zip file and add it to any active vRA appliances.
Note: This does not include virtual appliances used for Code Stream or vRO.
- Extract the 2150912_patch.zip file to get the patch.sh script.
- Copy the patch.sh script to a working directory on each vRealize Automation node.
- Add the execute permissions to the script:
- Update the owner of the file as root by running this command:
chown -R root <patch file with directory path>
- Change the file permissions to 744 by running this command:
chmod 744 <patch file with directory path>
NOTE: Replace <patch file with directory path> with the full directory path of patch.sh script.
- Execute bash patch.sh sequentially on each node.
NOTE: Do not execute the script in parallel on all nodes.
- If output of the patch execution reports:
Node will not start. Available node detected but it is not responsive yet. Try again later.
Execute the patch on the other node(s) and start Xenon service manually once the patch execution succeeded on other nodes:
service xenon-service start
Rollback steps:
To rollback, restore the /etc/xenon directory from the backup archive created automatically by the script.