Changes between Version 11 and Version 12 of ClickExampleExperiment


Ignore:
Timestamp:
06/22/12 14:00:05 (12 years ago)
Author:
Mark Berman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClickExampleExperiment

    v11 v12  
    8888{{{
    8989... <lots of output> ...
    90 fill in example output here
    91 }}}
     90================================================================================
     91Aggregate [http://www.emulab.net/protogeni/xmlrpc/am] has a ProtoGENI sliver.
     92
     93
     94pc278.emulab.net's geni_status is: ready
     95Login using:
     96        xterm -e ssh -i /Users/mberman/.ssh/id_rsa_gpolab mberman@pc278.emulab.net &
     97
     98pc336.emulab.net's geni_status is: ready
     99Login using:
     100        xterm -e ssh -i /Users/mberman/.ssh/id_rsa_gpolab mberman@pc336.emulab.net &
     101
     102pc347.emulab.net's geni_status is: ready
     103Login using:
     104        xterm -e ssh -i /Users/mberman/.ssh/id_rsa_gpolab mberman@pc347.emulab.net &
     105
     106pc358.emulab.net's geni_status is: ready
     107Login using:
     108        xterm -e ssh -i /Users/mberman/.ssh/id_rsa_gpolab mberman@pc358.emulab.net &
     109
     110pc348.emulab.net's geni_status is: ready
     111Login using:
     112        xterm -e ssh -i /Users/mberman/.ssh/id_rsa_gpolab mberman@pc348.emulab.net &
     113
     114pc353.emulab.net's geni_status is: ready
     115Login using:
     116        xterm -e ssh -i /Users/mberman/.ssh/id_rsa_gpolab mberman@pc353.emulab.net &
     117
     118================================================================================
     119}}}
     120
     121The six lines that start with '''xterm -e ssh ...''' contain the information you need to connect to your nodes. There are six nodes in this experiment, and you will want to open a window for each. Copy and paste the commands, '''adding the -A switch to each ssh command''' as shown below. You will get six new terminal windows, one on each node of your experiment. (You should say yes if you are prompted to accept the RSA key of the remote host.
     122
     123{{{
     124xterm -e ssh -A -i /Users/mberman/.ssh/id_rsa_gpolab mberman@pc336.emulab.net &
     125}}}
     126
     127The shell prompt in each of your new terminal windows will tell you the host name. The four routers in your experiment are named '''top''', '''left''', '''right''', and '''bottom'''. The two end hosts are named '''hosta''' and '''hostb'''. You may want to rearrange the windows on your screen, putting the router hosts in the locations indicated, with the end hosts off to the side.
    92128
    93129Run the extractClickConfig.py script as shown below, using the same aggregate manager and slice name you just used to create your sliver. It will retrieve the manifest rspec for your slice. This is a blob of XML that describes the resources in your slice. If you're interested, feel free to look through the xml file that's left in your click-example directory. But you don't need to, because the extractor will pull out the relevant bits and organize them for you.