There are two landmark xml files:

  1. sites.xml gives a list of landmarks which are enabled (ability=1)
  2. sites-disabled.xml gives a list of landmarks which are disabled (ability=0)

They are created from the TULIP database by two trscrontab jobs running create_sites-xml.pl:

create_sites-xml.pl > /afs/slac/www/comp/net/wan-mon/tulip/sites.xml
create_sites-xml.pl --ability 0 > /afs/slac/www/comp/net/wan-mon/tulip/sites-disabled.xml

The landmarks are enabled or disabled in the TULIP database by the laundering process.

These xml files are used by reflector.cgi with the ability parameter to select the landmarks to be used.

  • No labels