When ESXi host detected one storage device was enter all paths down status, a event was reported on the vobd.log file.
Example:
--/var/run/log/vobd.log
YYYY-MM-DDTHH:MM:SS: [APDCorrelator] xxxxxxxxxxxxxus: [esx.problem.storage.apd.start] Device or filesystem with identifier [########-########] has entered the All Paths Down state.
VMware vSphere 7.x
VMware vSphere 8.x
If it's plan to trigger the vCenter alarm for this event, it could be added by manually.
Follow the steps mentioned below to register the alarm manually:
Navigate to vCenter Server -> Configure -> Alarm Definitions
Click Add
Input alarm name "Storage device all paths down".
Choose the "Target type" as Hosts and click Next
In the "Alarm Rule1" page, Input "esx.problem.storage.apd.start" as the trigger condition.
Select severity as "Show as Critical"
Optionally, you can configure email notification or SNMP traps or running any script whenever such alarm is triggered
Click Next
In the Review page, verify if the alarm rules is set correctly and make sure the "Enable this alarm" option is enabled.
Click CREATE.