Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Introduction

...

Code Block
bash
bash
ssh username@alamo.futuregrid.org

Then visit the list of instances to see which nodes are running. Then simply 

Code Block
bash
bash
ssh root@10.XXX.X.XX

and you are now accessing a node!

Getting started with Bosco

Bosco is a job submission manager designed to manage job submissions across different resources.  It is needed to submit jobs from local machines to openstack.

Make sure you have an account on our local machine utatlas.its.utexas.edu, and that you have passwordless ssh set up to it from the tau* machines.

To do this create an RSA key and copy your .ssh folder onto the tau machine using scp.

 Then carry out the following instructions on any of the tau* workstations:

Code Block
bash
bash
cd ~
curl -o bosco_quickstart.tar.gz ftp://ftp.cs.wisc.edu/condor/bosco/1.2/bosco_quickstart.tar.gz
tar xvzf ./bosco_quickstart.tar.gz
./bosco_quickstart

...