Skip to content

Instantly share code, notes, and snippets.

@igable
Created March 25, 2014 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igable/9772512 to your computer and use it in GitHub Desktop.
Save igable/9772512 to your computer and use it in GitHub Desktop.
Quick fix for corrupted perfsonar pinger-landmarks.xml
#!/bin/bash
curl https://perfsonar-ps.googlecode.com/git/perfSONAR_PS-PingER/etc/pinger-landmarks.xml -o /opt/perfsonar_ps/PingER/etc/pinger-landmarks.xml
/opt/perfsonar_ps/toolkit/scripts/discover_external_address
sudo -u perfsonar /opt/perfsonar_ps/mesh_config/bin/generate_configuration
service perfsonarbuoy_ma restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment