Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Fetch the list of all PerfSONAR sites from from the perfSONAR lookup servers;
    1. Go to http://ps1.es.net:8096/lookup/activehosts.json to get the list of perfSONAR lookup services. 

      1. A locator record looks like:

        Code Block
        {"hosts":[{"priority":100,"locator":"http://ps-west.es.net:8090/lookup/records","status":"alive"},{"priority":100,"locator":"http://ps-east.es.net:8090/lookup/records","status":"unreachable"},{"priority":100,"locator":"http://monipe-ls.rnp.br:8090/lookup/records","status":"alive"},{"priority":100,"locator":"http://
    132
      1. ps-sls.
    160
      1. sanren.
    6
      1. ac.
    186
      1. za:8090/
    toolkit/gui/perfAdmin/directory.cgi
  2. Find the sites that have working traceroute server.
      1. lookup/records","status":"unreachable"},{"priority":100,"locator":"http://nsw-brwy-sls1.aarnet.net.au:8090/lookup/records/","status":"alive"}]} 



  3. Query each URL in the .locator. field of JSON object returned back and append ?service-type=traceroute. to get the host objects, e.g. the URL might look like

    Code Block
    $url='http://ps-west.es.net:8090/lookup/records?service-type=traceroute'
  4. Get the list of perfSONAR traceroute servers from all the JSON records:

    Code Block
    #Each record is delimited within matching {},  e.g.
    {"location-state":["CA"],"location-city":["Pasadena"],"expires":"2017-04-08T22:57:03.775Z","location-code":["91125"],"psservice-eventtypes":["http://ggf.org/ns/nmwg/tools/traceroute/1.0"],"service-type":["traceroute"],"group-communities":["Caltech_IPAC"],"type":["service"],"uri":"lookup/service/3d2e4f8f-4c00-4287-99b6-0e3b9ca7589f","service-host":["lookup/host/7c846099-5376-4b16-9cc5-73236fca4e9f"],"service-name":["IPAC-PRP @ Caltech Traceroute Responder"],"location-country":["US"],"location-longitude":["-118.127629"],"location-latitude":["34.133406"],"client-uuid":["ff78aac6-fc7b-460b-ab77-8c6ff1e5c76a"],"location-sitename":["IPAC-PRP @ Caltech"],"group-domains":[],"state":"renewed","service-administrators":[""],"service-locator":["2607:f380:a4f:71::5","192.84.86.210"],"ttl":[]},{"location-city":["Lodz"]

    For each record extract the IP address , the latitude, longitude, cite, state and country and save it

    Then find the sites that also have location information at http://ipaddress/toolkit, e.g.  http://132.160.6.186/toolkit/

  5. Compare the final list of working nodes to the ones in TULIP database to list the new sites.

The script is located at : /afs/slac.stanford.edu/package/pinger/tulip/psonar_auto.pl

Multiple text files are generated in the /tmp directory

perfsonar_list.txt -> complete list of PerfSONAR sites

perfsonar_list_working.txt -> sites with working traceroute server

perfsonar_list_working_wl.txt -> sites with working traceroute server and location information

The following file is the most important and is generated in /afs/slac.stanford.edu/package/pinger/tulip/ .

perfsonar_list_new.txt -> working Perfsonar sites that are not in TULIP DB. The format is: ipaddr | city | state | country | lat | long

Since it requires access to TULIP DB, it must be run from pinger@pinger.

History

34 landmarks added on 6-13-14 (Asad)

92 landmarks added on 4-3-14 (Asad)

7 landmarks added on 1-10-14 (Asad)

56 landmarks added on 1-9-14 (Asad)

94 landmarks added on 1-8-14 (Asad)

trscrontab

This script runs at the start of each month from trscrontab.

...

Where the region could be Europe, North America, Latin America, S.E. Asia, South Asia, East Asia, Russia, Africa, Taiwan, Australia Australasia e.t.c. New regions could be defined provided we have sufficient landmarks.

The excel file should be manually checked to ensure that all the landmarks entries are correct. It is not uncommon for the coordinates to be incorrect. In most of the cases the error would be due to a typo and can be fixed easily. Check for the following:

Latitude and Longitude swapped

Missing - negative sign

single digit typo

It is best to delete landmark entries which have their coordinates as whole integers since this location might be inaccurate to over 100 kilometers.

...