Tutorials

Presentations

Test Endpoints

  • Globus test endpoints: go#ep1, go#ep2; these have a 10MB quota and are used mostly to validate that a new Globus account is working.
  • ESnet endpoints: esnet#anl-diskpt1, esnet#bnl-diskpt1, esnet#lbl-diskpt1; test files in /data1 directory. These are read-only endpoints with datasets varying in size and number of files; they are useful for testing network performance. Note: The ESnet endpoints are only accessible if you are connected to a research and education network endpoint (including almost all US universities, national laboratories and supercomputing facilties).

Globus Connect Server Installation on the EC2 Tutorial Server

$ ssh clusteradmin@<YOUR_EC2_MACHINE_ADDRESS>
# sudo su
# curl -LOs http://toolkit.globus.org/ftppub/globus-connect-server/globus-connect-server-repo_latest_all.deb
# dpkg -i globus-connect-server-repo_latest_all.deb
# apt-get update
# apt-get -y install globus-connect-server
# globus-connect-server-setup

Globus Connect Server Configuration

  1. Edit the configuration file: /etc/globus-connect-server.conf
  2. Enable the configuration changes: # globus-connect-server-setup

Useful Links