...
- agent is restarted
- systemctl restart cloudstack-agent
- management server is restarted
- systemctl restart cloudstack-management
- agent and management server communication failure
- iptables -I OUTPUT -p tcp -m tcp --dport 8250 -j DROP
- iptables -D OUTPUT -p tcp -m tcp --dport 8250 -j DROP
- Agent crash
- pid=$(ps -ef |grep cloudstack-agent |grep -v grep |awk '{print $2}')
- pkill kill -9 $pid
- Agent has completed but timed out
{"serverDuration": 121, "requestCorrelationId": "c5a3e914b787c552"}