虚拟化容器,大数据,DBA,中间件,监控。

Masking a boot device might make /bootbank unavailable on an ESXi system

28 10月
作者:admin|分类:容器虚拟化

Masking a boot device might make /bootbank unavailable on an ESXi system (1021455)

Details

If you accidentally mask a boot device, the /bootbank partition on your ESXi system might become unavailable.

The /bootbank partition contains core hypervisor code and is critical for the functioning of the ESXi system.

If the partition becomes unavailable, your system might experience serious performance problems and fail.

Solution

Use the vSphere CLI to unmask the paths to the boot device.

  1. Use the esxcfg-scsidevs -a command to determine which adapter is used for the boot device.

  2. Run the following command to obtain a list of all claim rules for the boot device adapter. The following example uses vmhba1 adapter:

    # esxcli corestorage claimrule list|grep vmhba1

  3. In the list, locate the MASK_PATH claim rules, which look similar to the following:

    MP 148 runtime location MASK_PATH adapter=vmhba1 channel=0 target=0 lun=0
    MP 148 file location MASK_PATH adapter=vmhba1 channel=0 target=0 lun=0
    MP 149 runtime location MASK_PATH adapter=vmhba1 channel=0 target=0 lun=0
    MP 149 file location MASK_PATH adapter=vmhba1 channel=0 target=0 lun=0

  4. Delete the MASK_PATH claim rules by running the following command sequence.

  5. Make sure to change numbers 148 and 149 in the following sample commands based on the output of the command in step 2:

    # esxcli corestorage claimrule delete -r 148
    # esxcli corestorage claimrule delete -r 149
    # esxcli corestorage claimrule load
    # esxcli corestorage claimrule run

  6. Unmask the paths for the boot device adapter:

    # esxcli corestorage claiming unclaim -t location -A vmhba1

  7. Rescan the adapter:

    # esxcfg-rescan vmhba1

浏览2642 评论0
返回
目录
返回
首页
VM ESXI 报错:Bootbank cannot be found at path '/bootbank' ovirt-node KVM开源系统介绍