Symptoms:
VMware vCenter Server 8.0.2
VMware vCenter Server 8.0.3
Revert to a known good snapshot to recover or restore from a backup.
Workaround:
Caution: Before proceeding, take a snapshot or backup of the affected virtual appliance.
In some scenarios, vCenter continues to boot into emergency mode even after modifying the GRUB boot parameters
The following steps were attempted as per KB: Manually running a filesystem check
Rebooted the appliance and accessed the GRUB menu.
Appended systemd.unit=emergency.target to the kernel line.
Pressed F10 to initiate boot
Despite these changes, the appliance repeatedly enters emergency mode. Upon each boot, root access is required to investigate further.
Once in emergency mode:
Ran journalctl
from root of vCenter , to identify the failing partition.
Found /dev/vg_root_0/lv_root_0 as the affected volume.
Executed filesystem repair using below commands as described in resolution section.fsck -fy /dev/vg_root_0/lv_root_0
ore2fsck -y /dev/vg_root_0/lv_root_0
Rebooted the appliance after repair to resolve the issue.
The appliance may reboot multiple times during this process as it resolves underlying filesystem issues.
KB : Vcenter in Ermergency mode with error "Failed to start File System Check on /dev/vg_root_0/lv_root_0"