Runbook: Title
Purpose
One sentence describing when to use this runbook.
Prerequisites
- Access to odin (SSH)
- Required credentials available
- Service X is running
Procedure
Step 1: Description
# Command to execute
command here
Expected output:
Expected output here
Step 2: Description
# Next command
command here
Step 3: Verification
# Verify the operation succeeded
verification command
Success criteria:
- Condition 1 is true
- Condition 2 is observed
Rollback
If the procedure fails:
- Step to undo changes
- Step to restore previous state
# Rollback command
rollback command here
Escalation
If rollback fails or issues persist:
- Contact: [escalation contact]
- Reference: [related incident documentation]