In the Agent user interface in the Aria Operations instance, the agent will show the status "Agent unhealthy" and the "Last Operation status": "Install failed" or "Content upgrade failed ".
When you hover the mouse over the error on "Last Operation status" it shows any of the following errors
14/17 Failed to connect to Salt master. Verify Agent installation log for more details.ERROR: Minions returned with non-zero exit codeFailed to Connect to Salt Master. Verify Agent installation log for more details.Bootstrap failed for VM <VM-ID> at stage 1 with error message Failed to download: https://<IP or FQDN of cloud proxy>/downloads/salt/config-utils.batAria Operation 8.18.X
NOTE: Before following the steps below ensure that a snapshot is present for the Cloud Proxy
timeout 10 bash -c "</dev/tcp/<IP or FQDN of cloud proxy>/<port>"
For Windows Virtual machine:
curl -k -I -L https://<IP or FQDN of cloud proxy>:<port>
Could not connect to server" when using curl if the port is not open.
docker exec -it ucp-controlplane-saltmaster bash -c "ps -ef|grep salt" /ucp/salt/pki/master. admin:admin as per below:drwxr-xr-x 2 admin admin 4096 May 24 06:15 minions_predrwxr-xr-x 2 admin admin 4096 May 24 06:15 minions_denieddrwxr-xr-x 2 admin admin 4096 May 24 06:15 minionsdrwxr-xr-x 2 admin admin 4096 May 24 06:15 minions_rejecteddrwxr-xr-x 2 admin admin 4096 May 24 06:15 minions_autosign-r-------- 1 admin admin 1678 May 24 06:15 master.pem-rw-r--r-- 1 admin admin 450 May 24 06:15 master.pub/ucp/ucp-config-scripts/ucp-firstboot.sh script and verify the permissions for the folder.