vcenter failed to start file system check

I am having a VMWare Lab running on VMWare Workstation. The Lab is having 2 ESXi instances and vCenter is running on top of one of the ESXi. Datastore is iSCSI connected to a Windows Server 2019 running also on VMWare Workstation.

Recently vCenter has been experiencing some issues with the Datastore and was refusing to initiate with the following error – [FAILED] Failed to start File System Check on /dev/vg_root_0/lv_root_0

Step one: Solve the issue

In order to solve this issue, you can run these commands:

#/bin/sh
#blkid

Here is the output of the command, the path that needs to be repaired is underlined.

To confirm the issue run this command:

#systemctl status systemd-fsck-root

And finally to fix it run the command:

#fsck -y /dev/mapper/vg_root_0-lv_root_0

After that, reboot vCenter and it should start without any problems.

版权声明:
作者:SE_Gao
链接:https://www.cnesa.cn/2286.html
来源:CNESA
文章版权归作者所有,未经允许请勿转载。

THE END
打赏
海报
vcenter failed to start file system check
I am having a VMWare Lab running on VMWare Workstation. The Lab is having 2 ESXi instances and vCenter is running on top of one of the ESXi. Datasto……
<<上一篇
下一篇>>