tsup exeperiment scripts
[p2p-testing-infrastructure.git] / ControlScripts / start_xbt_tracker.sh
1 #!/bin/bash
2 #
3 # Calin-Andrei Burloiu, 2010, calin.burloiu@gmail.com
4 #
5 # Use this script to manually run the tsup trackers from 08 301-312.
6 #
7
8 # Read the global configuration file
9 # Check if the global configuration file exists
10 if [ ! -e globalconfig ]; then
11         echo "Warning: The global config file globalconfig does not exist."     
12 else
13         source globalconfig
14 fi
15
16 ssh p2p@p2p-next-08.grid.pub.ro -p 30122 "cd ${XBT_ABS_PATH}; ./xbt_tracker"
17