1. Change the embedded vRO registration code (
/opt/scripts/register_vro_endpoint.sh) in vRA 8.4 with the one attached in this KB.
Note: The vRO registration code must be changed in all of the vRA nodes
- Rename the existing vRO registration code with:
mv /opt/scripts/register_vro_endpoint.sh /opt/scripts/register_vro_endpoint.sh.bak
- Copy the new vRO registration code from this KB in the /opt/scripts folder of the vRA appliance
- Edit the file permissions of the new vRO registration code with:
chmod 700 /opt/scripts/register_vro_endpoint.sh
- Check the file permissions with:
ls -la /opt/scripts/register_vro_endpoint.sh
The command result should be similar to:
-rwx------ 1 root root 2737 Apr 19 13:28 /opt/scripts/register_vro_endpoint.sh
2. After these steps, run
/opt/scripts/deploy.sh again. The vRA development should pass successfully.