Q: My M-Lab node’s register-node component has stopped sending updates. How do I troubleshoot this?
A: If your register-node component stops communicating with M-Lab, follow these steps:
Step 1: Extract Logs for Diagnosis
docker compose --profile ndt logs register-node > register-node-logs.txt 2>&1
Step 2: Restart the Docker Compose Stack
docker compose --profile ndt --env-file env down
docker compose --profile ndt --env-file env up -d
Step 3: Escalate if Needed
Send the logs to M-Lab support for analysis if the issue persists.
The register-node component is critical for keeping your node visible in the M-Lab platform, so address any issues promptly.