Changes between Version 6 and Version 7 of GEC15Agenda/AdvancedGENITopoOmni/Instructions/TopologyExperiment


Ignore:
Timestamp:
10/22/12 00:01:54 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC15Agenda/AdvancedGENITopoOmni/Instructions/TopologyExperiment

    v6 v7  
    2525  i. '''Check the status of your sliver'''
    2626  {{{
    27 omni.py sliverstatus -a <AM_nickname> <slicename>
     27omni.py sliverstatus -a <AM_nickname> <slicename> -V1
    2828}}}
    2929
     
    3939  i. Run the `readyToLogin.py` script to get information about logging in to nodes. The script has a lot of output so lets put that in a file so that we can easily search for the information we want. Use the same AMs as you used in Step 1.
    4040  {{{
    41 readyToLogin.py -a <AM_nickname> <slicename> > login.out 2>&1
     41readyToLogin.py -a <AM_nickname> <slicename> -V1 > login.out 2>&1
    4242}}}
    43   i. Open the login.out file. You'll get a big chunk of information, but you're interested in the '''ssh configuration info''' information near the end.
     43  i. Open the login.out file. You'll get a big chunk of information, but you're interested in the '''ssh configuration info''' information near the end, of each run. You will have at least two different
    4444  {{{
    4545... <lots of output> ...
     
    8080  IdentityFile /home/nriga/.ssh/geni_key
    8181}}}
     82  i. Go through this process again for the second AM.
    8283  i. Login to your hosts. For each one of the myPlc hosts, open a new terminal and login to each one of them. Substitute <pl_hostname> with the hostnames of pl nodes you were given on the paper slip.
    8384  {{{