To resolve this issue, unregister and re-register the vSphere Auto Deploy service.
To unregister and re-register the vSphere Auto Deploy service, please follow the steps mentioned below:
If autodeploy service is still running then stop the service.
service-control --stop rbd
Manually unregister the Auto Deploy service by running the command:
autodeploy-register -U -a vCenter_IP_address -u username -w password -p 80
Reinstall vSphere Auto Deploy.
If Option 1 does not work, follow the steps mentioned in Option 2 to do a clean reinstall of autodeploy service.
WARNING: This procedure will wipe out all autodeploy related data and state.
If autodeploy service is still running then stop the service.
service-control --stop rbd
rm -rf /etc/vmware-rbd/
rm -rf /storage/autodeploy/cache
Manually unregister the Auto Deploy service by running the command:
autodeploy-register -U -a vCenter_IP_address -u username -w password -p 80
Reinstall vSphere Auto Deploy.