Skip to content

Triage checklist

Quick triage checklist

  1. Gather host information
hostnamectl
cat /etc/os-release
uname -a
ip -c a
  1. Check basic connectivity
ping -c 4 <remote-ip-or-host>
traceroute -n <remote-ip-or-host>
  1. Verify perfSONAR services and containers
systemctl status perfsonar-*
ps aux | grep perfsonar
sudo podman ps || sudo docker ps
  1. Check firewall and ports
sudo nft list ruleset
sudo ss -ltnp
  1. Collect logs and measurements

  2. Container logs: sudo podman logs perfsonar-testpoint

  3. perfSONAR checks: pscheduler tasks --host localhost

Use the scenario playbooks in playbooks/ for step-by-step remediation instructions.