解決:ESX 4.1 Host 無法開機 (esxconsole.vmdk missed)

    內容表格
    1. 1. 說明
    2. 2. 確認原因
    3. 3. 解決方案

    版本為 12:04, 15 Nov 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    說明

    一台 VMware ESX 4.1 主機,經過一次歲修停機後,再次開機時,停在如下的訊息:

     * vsd-mount .................................................... [Failed]

    You have entered the recovery shell. The situation you are in may be recoverable.
    If you are able to fix this situation the boot process will continue normally after you exit this terminal.
    /Bin/SH: cant access TTY job control turned off

    官方教學: ESX fails to boot when the disk containing the datastore with esxconsole.vmdk is detected as a snapshot (1012142)

    確認原因

    1. 檢查 /root/messages.log

    # tail -50 /root/messages
    

    錯誤顯示檔案 /vmfs/volumes/4d9eab94-5b35e5a5.../esxconsole-4d9eaabc-6870-.../esxconsole.vmdk 找不到

    2. 檢查 /etc/vmware/esx.conf,確認 esxconsole.vmdk 的設定路徑

    # grep -i cosvmdk /etc/vmware/esx.conf
    

    /boot/cosvmdk="/vmfs/volumes/4d9eab94-5b35e5a5.../esxconsole-4d9eaabc-6870-.../esxconsole.vmdk"

    3. 搜尋檔案 esxconsole.vmdk,確認檔案已經遺失

    find /vmfs/volumes/ -name esxconsole.vmdk
    

    解決方案

     

    Powered by MindTouch Core