Ads 468x60px

Pages

1/03/2014

VMWare EXSi 中的 VM無法啟動時

遇到一個VM正常可用
但ESXi重開機之後之後,卻開不起來的狀況..
查了一下
只要把ESXi中的服務重啟即可解決

錯誤訊息:
The operation is not allowed in the current connection state of the host
Time: xx/xx/xxxx xx:xx:xx
Target: xxxxx
vCenter Server: xxxxx

解決方法:

  1. 重新啟動vCenter服務:
    使用VSA(vCenter Server Appliance)的話,透過網頁介面登入後,將兩個服務都先stop,然後再start。
    若是裝在windows的vCenter,則到『服務』,將vCenter的相關服務重新啟動
  2. 到本機或利用ssh連接到ESXi實體主機,登入後,輸入以下指令將ESXi的兩個服務重新啟動
    /etc/init.d/hostd restart
    /etc/init.d/vpxa restart
  3. 重新啟動VM

完成上述動作後,就可以收工了。


參考來源:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2046356

http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=1003490