SK0-004 · Question #739
A systems administrator attempts to shut down a server, but the server will not cleanly power down. The administrator then performs a power cycle on the server. When the server is back online, which…
The correct answer is C. System log files. After an unclean shutdown or forced power cycle, system log files are the primary diagnostic resource to determine what caused the failure.
Question
A systems administrator attempts to shut down a server, but the server will not cleanly power down. The administrator then performs a power cycle on the server. When the server is back online, which of the following should the administrator check?
Options
- AAvailable drive space
- BThe server's login history
- CSystem log files
- DDriver and firmware versions
How the community answered
(40 responses)- A8% (3)
- B3% (1)
- C88% (35)
- D3% (1)
Why each option
After an unclean shutdown or forced power cycle, system log files are the primary diagnostic resource to determine what caused the failure.
Available drive space is unrelated to diagnosing why a server failed to shut down cleanly.
Login history shows who accessed the server but does not reveal why the shutdown process failed.
System log files such as Windows Event Viewer or Linux syslog capture error events, crash details, and shutdown sequences that occurred before and during the forced power cycle. Reviewing these logs allows the administrator to identify the root cause of the failed shutdown, such as a hung process, driver fault, or hardware error. This is the standard first diagnostic step after any unclean system shutdown.
Driver and firmware versions may eventually be relevant, but system logs must be reviewed first to determine whether a driver was even involved in the failure.
Concept tested: Post-incident diagnosis using system event logs
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wevtutil
Topics
Community Discussion
No community discussion yet for this question.