Ask AI
Runbooks

Troubleshooting

Runbooks

Runbooks for the most common faults across eHawk, Maxedge and the crane network. Start with SSH into the VM (ssh -i ~/.ssh/maxedge_key maxedge@192.168.30.111, key from Vault ↗) and docker ps — most issues are a stopped or unhealthy container.

Most common issues

Ranked by support-ticket volume. Start here if the symptom fits.

Maxedge runbooks by symptom

First 2 minutes on any fault

ssh -i ~/.ssh/maxedge_key maxedge@192.168.30.111
docker ps -a                 # anything not Up?
df -h                        # disk full is the #1 root cause
docker logs --tail 100 <service>

Escalation

Still stuck? Escalate to Product Engineering (#lh-maxedge) with the output of docker ps -a and the relevant docker logs, plus the unit's Masterdata link.
Internal use only · Lifting & Handling engineering · maintained by Product Engineering
Owner: 2nd-line support · Updated 6 Sept 2026