nerdexam
CompTIA

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.

Troubleshooting

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)
  • A
    19% (6)
  • B
    69% (22)
  • C
    3% (1)
  • D
    6% (2)
  • F
    3% (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.

Acommand line shutdown -r

'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.

BiDRACCorrect

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.

Ccommand line shutdown -f

'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.

DVNC

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.

ESSHCorrect

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.

Fcommand line shutdown -h

'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

#iDRAC#out-of-band management#SSH#server reboot

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice