Openstack neutron 報錯503故障排查
在Openstack中執行#neutron agent-list出現 503 Service Unavailabl。
解決故障的方法:
確定網絡服務是否正常。
#systemctl status neutron-server
發現服務停止了。執行了systemctl start neutron-server後服務啟動啦。
接著執行:#systemctl status neutron-openvswitch-agent
#systemctl status neutron-dhcp-agent
#systemctl status neutron-metadata-agent
#systemctl status neutron-l3-agent
#systemctl status neutron-lbaas-agent
依次查看neutron相關服務的狀態,最後執行systemctl restart httpd重啟dashboard後台的apache服務,故障解決了。
經驗總結:503服務不可用問題需要排查相關服務,及時處理處於DOWN狀態的服務。
最後更新:2017-06-20 13:01:39