VCSA boot fails to start Network Service



VCSA boot fails to start  Network Service:

Error:



Solution:

This happens while booting process. The appliance shows the error "Failed to start File System Check" and it's stuck in Emergency Mode.Please enter root password and enter below command:

you can check the failed file system by running below command:
#systemctl status systemd-fsck-root  =>this gives the failed file system.

# fsck /dev/mapper/log_vg-log

once all fixes reboot.

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...