Changes between Version 6 and Version 7 of GEC15Agenda/AdvancedGENITopoOmni/Instructions/TopologyExperiment
- Timestamp:
- 10/22/12 00:01:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC15Agenda/AdvancedGENITopoOmni/Instructions/TopologyExperiment
v6 v7 25 25 i. '''Check the status of your sliver''' 26 26 {{{ 27 omni.py sliverstatus -a <AM_nickname> <slicename> 27 omni.py sliverstatus -a <AM_nickname> <slicename> -V1 28 28 }}} 29 29 … … 39 39 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. 40 40 {{{ 41 readyToLogin.py -a <AM_nickname> <slicename> >login.out 2>&141 readyToLogin.py -a <AM_nickname> <slicename> -V1 > login.out 2>&1 42 42 }}} 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 44 44 {{{ 45 45 ... <lots of output> ... … … 80 80 IdentityFile /home/nriga/.ssh/geni_key 81 81 }}} 82 i. Go through this process again for the second AM. 82 83 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. 83 84 {{{