vm虛機(jī)無(wú)法重啟關(guān)機(jī)怎么辦
有一臺(tái)虛機(jī)無(wú)法正常網(wǎng)絡(luò)連接,通過(guò)VSPHERE CLIENT連接到VC中,也無(wú)法對(duì)其進(jìn)行重啟和關(guān)機(jī)操作,那么你知道vm虛機(jī)無(wú)法重啟關(guān)機(jī)怎么辦嗎?下面是學(xué)習(xí)啦小編整理的一些關(guān)于vm虛機(jī)無(wú)法重啟關(guān)機(jī)的相關(guān)資料,供你參考。
vm虛機(jī)無(wú)法重啟關(guān)機(jī)解決方法:
查看事件日志
原來(lái)是執(zhí)行VMTOOLS安裝程序時(shí)出現(xiàn)的問(wèn)題,詢問(wèn)實(shí)施工程師,原來(lái)是要進(jìn)行VMTOOLS的升級(jí)未成功出現(xiàn)的問(wèn)題,虛機(jī)現(xiàn)在掛死無(wú)任何響應(yīng)。
對(duì)其進(jìn)行重啟和關(guān)機(jī)均無(wú)任何響應(yīng),這臺(tái)虛機(jī)掛有很多RDM裸盤(pán),是存儲(chǔ)監(jiān)控機(jī)。需要立即解決問(wèn)題,刪除重建顯然來(lái)不及。
首先打開(kāi)虛機(jī)所在ESXI主機(jī)的SSH連接功能。
然后連接到命令行
執(zhí)行進(jìn)程查看,可查看到每個(gè)虛機(jī)的進(jìn)程
# esxcli vm process list|more
F9EMCSE01
World ID: 40008824
Process ID: 0
VMX Cartel ID: 40008821
UUID: 42 0a d0 01 38 68 b7 7d-61 5e 4c ab d5 5b f0 6c
Display Name: F9EMCSE01
Config File: /vmfs/volumes/55813f75-c661c1ac-dea8-6c0b8462a7e8/F9EMCSE01/F9EMCSE01.vmx
# esxcli vm process kill --type=
Error: Missing required parameter -w|--world-id
Usage: esxcli vm process kill [cmd options]
Description:
kill Used to forcibly kill Virtual Machines that are stuck
and not responding to normal stop operations.
Cmd options:
-t|--type= The type of kill operation to attempt. There are three
types of VM kills that can be attempted: [soft,
hard, force]. Users should always attempt 'soft' kills
first, which will give the VMX process a chance to
shutdown cleanly (like kill or kill -SIGTERM). If that
does not work move to 'hard' kills which will shutdown
the process immediately (like kill -9 or kill
-SIGKILL). 'force' should be used as a last resort
attempt to kill the VM. If all three fail then a
reboot is required. (required)
-w|--world-id= The World ID of the Virtual Machine to kill. This can
be obtained from the 'vm process list' command
(required)
有三種類型,SOFT是殺死虛機(jī)進(jìn)程。HARD是強(qiáng)制殺死,類似KILL -9. FORCE是殺死整個(gè)虛機(jī)。
執(zhí)行語(yǔ)句
# esxcli vm process kill --type=hard --world-id=40008824
發(fā)現(xiàn)虛機(jī)已被強(qiáng)制關(guān)閉,再重啟就正常了,升級(jí)VMTOOLS成功。
vm虛機(jī)無(wú)法重啟關(guān)機(jī)的相關(guān)文章: