Boot device 'eui.xxxxxxxxxxxx' is not accessible. Current state: All Paths Down.Boot device 'eui.xxxxxxxxxxxx' is not accessible. Current state: All Paths Down Timeout.Boot device 'eui.xxxxxxxxxxxx' is accessible now. Recovered from All Paths Down state.
For more information on this refer All Paths Down for a storage device
Boot device 'eui.xxxxxxxxxxxx' is not accessible. Current state: Permanent Device LossBoot device 'eui.xxxxxxxxxxxx' is accessible now. Recovered from Permanent Device Loss state
Host booting with maintenance mode disabled:
The system has found a problem on your machine and cannot continue.
Boot device containing volume '<uuid>' is not accessible.
Host booting with maintenance mode enabled:
Failed to find boot device after 120 seconds
Exit maintenance mode" operation will fail with an errorA general system error occurred: Cannot exit maintenance mode due to failure during boot. A critical failure was detected during system boot. The host is currently not able to exit maintenance mode and run workloads
ESX 9.1
Disabling Temporarily:
1. Add the boot option 'systemStorageFailureMonitoringEnabled=FALSE':
Shift+O to edit boot options.=FALSE<Enter> to proceed with the boot.2. Once the boot device monitoring is disabled. vCenter Server may receive the following VOB event from the ESX host when the host is booting.
Host is not in compliance, remote boot device monitoring is disabled.
3. Debug the boot device failure issue.
4. Reboot the host to enable boot device monitoring again
Persistent disabling (Persistent when boot device is accessible):
1. Put the host in maintenance
2. SSH to the host and execute following esxcli command
# esxcli system settings kernel set -s systemStorageFailureMonitoringEnabled -v FALSE
3. Once the boot device monitoring is disabled. vCenter Server may receive the following VOB event from the ESX host when the host is booting:
Host is not in compliance, remote boot device monitoring is disabled
3. Debug the boot device failure issue.
4. Re-enable boot device failure monitoring (Persistent when boot device is accessible).
# esxcli system settings kernel set -s systemStorageFailureMonitoringEnabled -v TRUE
5. Reboot the host