After restarting Docker service on one of the nodes, services are unhealthy, and deployments are failing
book
Article ID: 336851
calendar_today
Updated On:
Products
VMware Aria Suite
Environment
VMware vRealize Automation 8.x
Cause
Restarting of the Docker service on any of the nodes. Cause of the restart: manual restart of the service.
CLI commands:
-
service docker stop ->
service docker start -
service docker restart
Resolution
Two ways to recover from such crash of services after docker service restart:
- Redeploy of services(which fixes the problem immediately):
execute the "
/opt/scripts/deploy.sh" script without any parameters, just the
deploy.sh
- Reboot the affected node and wait some time for things to go into normal state again(about 30-50 mins)
Feedback
thumb_up
Yes
thumb_down
No