Mission 337

Service state triangulation

Compare status, active state, and journal evidence for one service.

Server operations
8 minutes Admin Lesson 337 of 360
systemctljournalctl
Lesson 337 of 360 0/360 lessons 0/17 missions Server operations · 8 minutes
0%
Continue View profile
Ops lab terminal Training lab
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Instructions 8 minutes

Click any instruction for the command details, the why, and the common mistake to avoid.

Read detailed status

Run systemctl status nginx.

systemctl status nginx
Read the active state

Run systemctl is-active nginx.

systemctl is-active nginx
Read recent service evidence

Run journalctl -u nginx -n 2.

journalctl -u nginx -n 2
Lesson support

What to notice while you play.

Objective

Build repeatable confidence with confirming service health with three independent signals.

Hint

Start with systemctl status nginx, inspect the result, then continue in order.

Why it matters

Confirming service health with three independent signals helps operators explain what they know before they change anything.

Common mistakes
  • Skipping the output that proves confirming service health with three independent signals.
  • Changing several things before recording a baseline.
Reference

Commands in this lesson.

systemctl status <service>

Inspect simulated service status.

journalctl -u <service>

Read simulated service journal entries.