Courseiva
Troubleshooting And DiagnosticshardMultiple ChoiceObjective-mapped

EX280 Troubleshooting And Diagnostics Practice Question

A node in an OpenShift cluster goes into 'NotReady' status. The administrator uses 'oc debug node/<node-name>' to inspect the node's root filesystem. Where are the host's system logs mounted inside the debug chroot environment?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

/host/var/log

When using oc debug to access a node, the host's root filesystem is mounted under /host, making host logs available under /host/var/log.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • /rootfs/var/log

    Why it's wrong here

    /rootfs is not the standard mount point used by OpenShift's oc debug node implementation; /host is.

  • /mnt/host/log

    Why it's wrong here

    This is an incorrect directory path for the host mount.

  • /host/var/log

    Why this is correct

    The host root filesystem is mounted at /host, so host system logs are located at /host/var/log.

  • /var/log

    Why it's wrong here

    /var/log inside the debug pod points to the debug container's own log directory, not the host.

About these practice questions

One of 509 original EX280 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Red Hat exam blueprint

This EX280 practice question is part of Courseiva's free Red Hat certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the EX280 exam.