- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello community,
During a VIYA 3.5 update, ansible-playbook is stuck on TASK : Execute create consul self-signed certificate.
From ansible temp directory i check that is trying to execute consul_generate_cert.sh (path is /sas/viya/home/bin/) but don't know if this action is finished or ended with error.
Has anyone experienced with this stuck ? Any advise ?
Thank you everyone
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Are you able to run that script successfully manually on each consul host?
sudo bash -c -x '/opt/sas/viya/home/bin/consul_generate_cert.sh'
Greg Wootton | Principal Systems Technical Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Tried to executed this command manually from micro server and realized that problem was with the passwordless login of sas user among micro servers.
I've asked for a restore, afterwards I configure passwordless login of sas user among all servers and then playbook update run smoothly.
Thank you for the feedback
Have a great Friday