To isolate which category of reboot or shutdown start with the vmksummary.log on ESXi. The vmksummary log will record an entry every hour at the top of the hour. It also logs useful information to determine unexpected reboot or shutdown information.
Log Location on ESXi: /var/log/vmksummary.log
User initiated - CLI, UI, DCUI, IPMI, etc..
If the reboot or shutdown of ESXi was user initiated the following messages will be in the vmksummary.log:
2025-09-18T02:15:00.360Z bootstop[137121]: Host is halting
2025-09-18T02:45:00.360Z Host has booted
or
2025-09-18T04:25:00.360Z bootstop[137121]: Host is rebooting
2025-09-18T04:27:00.360Z Host has booted
In the first example above, ESXi has a user initiated shutdown at 2025-09-18T02:15:00.360Z and is started again at 2025-09-18T02:45:00.360Z. In the second example, ESXi has a user initiated reboot at 2025-09-18T04:25:00.360Z and starts up at 2025-09-18T04:27:00.360Z.
ESXi may also experience a user initiated shutdown or reboot from out-of-band management tools such as iLO or iDRAC. Depending on the hardware setup and type of shutdown or reboot, ACPI events may be sent to ESXi. In these cases, vmksummary.log will not show a halting or reboot message. Instead, the below log message will be printed:
Log Location on ESXi: /var/run/log/vmkernel.log
2025-09-18T02:15:00.360Z cpu0:2089432)VMKAcpi: 250: Power button pressed; requesting graceful shutdown and poweroff
To check the user that initiated the reboot, see the additional information section.
Kernel Crash PSOD's (MCE's, NMI's, software faults, etc..)
If ESXi has a kernel crash the following messages will appear in the vmksummary.log:
2025-09-18T01:00:00.360Z heartbeat[14118500]: up 22d1h40m22s, 10 VMs; [[2109036 vmx 16752988kB] [2115283 vmx 16775168kB] [2112238 vmx 44607488kB]] []
2025-09-18T02:00:00.360Z heartbeat[14118500]: up 22d1h40m22s, 10 VMs; [[2109036 vmx 16752988kB] [2115283 vmx 16775168kB] [2112238 vmx 44607488kB]] []
2025-09-18T02:27:00.360Z bootstop[137121]: file core dump found
2025-09-18T02:27:00.360Z Host has booted
ESXi experienced a kernel crash between 2025-09-18T02:00:00.360Z and 2025-09-18T02:27:00.360Z. If the VMware ESXi host has experienced a kernel error, see Interpreting an ESXi host purple diagnostic screen
Unknown reason to ESXi - Typically related to hardware (power outage, faulty components, etc..)
If the shutdown or reboot cannot be determined by ESXi the logging in vmksummary.log will look similar to the following:
2025-09-18T01:00:00.244Z heartbeat[14108070]: up 22d0h40m22s, 10 VMs; [[2109036 vmx 16752844kB] [2115283 vmx 16775168kB] [2112238 vmx 44607488kB]] []
2025-09-18T02:00:00.360Z heartbeat[14118500]: up 22d1h40m22s, 10 VMs; [[2109036 vmx 16752988kB] [2115283 vmx 16775168kB] [2112238 vmx 44607488kB]] []
2025-09-18T02:15:37.208Z bootstop[2106381]: Host has booted
2025-09-18T03:00:00.462Z heartbeat[2115051]: up 0d0h39m40s, 0 VM; [[2099566 hostd 75272kB] [2113330 vsanmgmtd 79344kB] [2107596 vmx 131072kB]] []
In the above example, the host reboots sometime between 2025-09-18T02:00:00.360Z and 2025-09-18T02:15:37.208Z. If the reboot or shutdown is not user initiated or the result of a PSOD then only the "Host has booted
" message will appear in vmksummary.log.
If the ESXi host experiences an outage that is not the result of a user initiated reboot, shutdown, or kernel error then the physical hardware may have abruptly restarted on its own. Hardware may reboot abruptly due to power outages, faulty components, and heating issues. To investigate further, engage the hardware vendor.
/var/log/hostd.log
[YYYY-MM-DDTHH:MM:SS] In(###) Hostd[######]: [Originator@#### sub=Vimsvc.TaskManager opID=####-####:####-#### sid=######## user=vpxuser:####-####] Task Created : haTask-ha-host-vim.HostSystem.reboot-##########
[YYYY-MM-DDTHH:MM:SS] In(###) Hostd[######]: --> eventTypeId = "esx.audit.hostd.host.reboot.reason",
[YYYY-MM-DDTHH:MM:SS] In(###) Hostd[######]: --> value = "The host is being rebooted through hostd."
[YYYY-MM-DDTHH:MM:SS] In(###) Hostd[######]: [Originator@#### sub=Vimsvc.ha-eventmgr] Event 7142 : The host is being rebooted through hostd. Reason for reboot: The host is being rebooted through hostd., User: vpxuser:<vCenter admin user>.
Unknown reason to ESXi - Typically related to hardware (power outage, faulty components, etc..)
If the reboot reason is unknown it can be beneficial to check information sent to ESXi from the IPMI controller. To check this information, run the following command on the ESXi shell:localcli hardware ipmi sel list
Please note that this information will also appear in the out-of-band management tool (iLO, iDrac, etc..) for the host. Engage the hardware vendor for further clarification on IPMI messages.