SK0-004 · Question #901
Joe, a technician, receives an alert that one of the email servers is offline. Joe attempts to log in to the server via RDP, but the server is not processing the login, and Joe can only ping the…
The correct answer is B. iDRAC E. SSH. When a server's OS is unresponsive to RDP but still reachable by ping, out-of-band management via iDRAC and a lightweight CLI session via SSH are the correct tools to force a reboot.
Question
Joe, a technician, receives an alert that one of the email servers is offline. Joe attempts to log in to the server via RDP, but the server is not processing the login, and Joe can only ping the server. Which of the following commands or tools can Joe use to reboot the server? (Choose two.)
Options
- Acommand line shutdown -r
- BiDRAC
- Ccommand line shutdown -f
- DVNC
- ESSH
- Fcommand line shutdown -h
How the community answered
(32 responses)- A19% (6)
- B69% (22)
- C3% (1)
- D6% (2)
- F3% (1)
Why each option
When a server's OS is unresponsive to RDP but still reachable by ping, out-of-band management via iDRAC and a lightweight CLI session via SSH are the correct tools to force a reboot.
'shutdown -r' is a command that initiates a reboot but must be executed inside an already-established session - it is not a connection tool and cannot independently reach an unresponsive server.
iDRAC (Integrated Dell Remote Access Controller) is an out-of-band management controller that runs independently of the server's operating system, allowing administrators to power cycle, reboot, or access the server console even when the OS is completely frozen and cannot process logins.
'shutdown -f' forces running applications to close but does not on its own reboot the server, and it still requires an active session to execute.
VNC is a GUI-based remote desktop protocol similar to RDP, and if the OS is not processing RDP logins it is equally unlikely to process a VNC connection.
SSH runs as a separate service from RDP and may still be responsive when the RDP service is hung, allowing Joe to establish a command-line session and issue a reboot command directly from the terminal without relying on the GUI stack.
'shutdown -h' halts or powers off the server rather than rebooting it, which would leave the server offline rather than bringing it back into service.
Concept tested: Out-of-band server management using iDRAC and SSH
Source: https://www.dell.com/support/kbdoc/en-us/000178115/idrac9-overview
Topics
Community Discussion
No community discussion yet for this question.