Exam EX280 Topic 5 Question 10 Discussion

Actual exam question for RedHat's EX280 exam
Question #: 10
Topic #: 5
Collect Cluster Information
Task information Details:
Run must-gather and archive the gathered data into a tar file.

Suggested Answer:

See the solution below in Explanation.
Explanation:
Solution:
* Run must-gather:
oc adm must-gather
* Confirm the directory created, usually something like:
ls
* Archive the directory:
tar -cvzf system10-4ktjl-l4kj5l-lk45j.tar.gz must-gather.local.*
* Verify:
ls -lh *.tar.gz
Notes:
* The lab text shows a tar command without source paths. A valid tar command must include the source directory or files.
* Use the actual must-gather output directory generated in your environment.
This task validates support-data collection and cluster diagnostics handling.

by Sherry at Aug 04, 2026, 03:57 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10