After confirmation with L2, update the Issues Master Sheet/ Issues Tracker Sheet.
ping <node_ip>
ssh <user>@<node_ip>
- Verify node is reachable over network.
- Confirm SSH access
Step 2 – Check Node Exporter Service Status
systemctl status node_exporter
- Verify if service is running
Step 3 – Restart Node Exporter Service
systemctl restart node_exporter
Step 4 – Verify Service Status
systemctl status node_exporter
- Ensure service is active
Step 5 – Check Port Accessibility (Default: 9100)
netstat -tulnp | grep 9100
- Confirm port is listening
- Check Prometheus: Verify target status (UP/DOWN)
- Check Grafana: Look for missing metrics
Step 7 – Verify System Health
top
df -h
free -m
- Check CPU, Memory, and Disk usage
Step 8 – Log Analysis & Escalation
journalctl -u node_exporter
- Investigate logs for errors.
- If issue persists:
- Inform customer / create external ticket
Step 9 – Reboot Node (If Required)
reboot
- Perform only if:
- Node is unresponsive
- Service repeatedly fails
Resolution
The issue is considered resolved when:
- Node is reachable
- Node Exporter service is running
- Metrics are visible in Prometheus/Grafana
- Alert is cleared
Escalation
L1 → L2: If not resolved within 20 minutes
L2 → OEM: If infrastructure issue persists