SOP: Forest Fire Suppression (Service Recovery)
The Instructor's Perspective
When a tree falls in the forest, we don’t panic. We isolate the hazard and Pass the Torch. Follow this SOP to identify the root cause of a service failure and get the signal back online.
1. Initial Assessment (The Recon Phase)
- Identify the Fallen Service: Which service is down? (e.g.,
cluster-llm) - Check for Signal: Can you reach the service’s IP address? Use the Network Recon Expert for a targeted port check.
- Verify the Host: Are other services on the same host also down? Task the Hypervisor Ops Officer to check the node status.
2. Troubleshooting (The Investigation Phase)
- Check the Logs: Use
journalctl -u service-nameor check/var/log/for error messages. - Verify Resource Usage: Check for high CPU, RAM, or Disk space usage.
- Restart the Service: Use
systemctl restart service-nameto see if it comes back online. - Check for Recent Changes: Consult the Recent Activity on your Sparse Page.
3. Resolution (The Recovery Phase)
- Apply the Fix: Once you’ve identified the root cause, apply the necessary fix.
- Verify the Fix: Task your AI Minions to verify the service is responding.
- Document the Victory: Update any relevant Knowledge Base items.
- Conduct an AAR: Use the AAR template to document the failure and how it was suppressed.
4. Prevention (The Mission-Ready Phase)
- Update your PACE Plan if the failure was due to a lack of redundancy.
- Consider adding additional monitoring or alerting via Sparse Page.
Status: Operational Related Tasks:
- Conduct AAR
- Update documentation
- Share with community