Changes between Version 19 and Version 20 of GEC11NetworkingExperiments/Tutorial


Ignore:
Timestamp:
07/26/11 16:10:49 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11NetworkingExperiments/Tutorial

    v19 v20  
    349349   }}}
    350350
    351    * After you have modified the RSpec, you are ready to reserve your host on the '''appropriate''' AM. For easy access and to be able to copy and paste AM URLs that are used in this tutorial, we made a [wiki:GEC11NetworkingExperiments/Tutorial#AMURLTable table].
     351   * After you have modified the RSpec, you are ready to reserve your host on the '''appropriate''' AM. For easy access and to be able to copy and paste AM URLs that are used in this tutorial, we made a [wiki:GEC11NetworkingExperiments/Tutorial#AMURLTable table]. If your node is '''pg46.emulab.net''', you are sharing your node with Alice. Alice has already created the sliver for you, so you can run the 'createsliver' command, and its ok if it fails.
    352352  {{{
    353353omni.py createsliver -a <AM_URL> <username>slice rspecs/<rspec_file>
     
    596596   }}}
    597597
    598    * If your sliver is ready, login to the node (if your host is '''pg33''' or '''pg32''' please read the note):
     598   * If your sliver is ready, login to the node (if your host is '''pg33''', '''pg32''' or '''pg46'' please read the notes):
    599599   {{{
    600600   ssh -i /ssh/<username>_key <username>@<host>
     
    606606   }}}
    607607
    608    '''NOTE:''' If your node is '''pg32.emulab.net''' or '''pg33.emulab.net''', you will need to do some extra work to login to the node. The control interface of these nodes is behind a firewall so you will login to your node through 'ops.pgeni.gpolab.bbn.com'. Run
     608   '''NOTE 1:''' If your node is '''pg32.emulab.net''' or '''pg33.emulab.net''', you will need to do some extra work to login to the node. The control interface of these nodes is behind a firewall so you will login to your node through 'ops.pgeni.gpolab.bbn.com'. Run
    609609   {{{
    610610   xterm -e ssh -i ssh/<username>_key -L2222:<host>:22 <username>@ops.pgeni.gpolab.bbn.com &
     
    615615   ssh -i /ssh/<username>_key <username>@localhost -p 2222
    616616   }}}
     617   
     618    '''NOTE 2:''' If your node is '''pg46.emulab.net''', remember you are sharing your node with Alice. To login to the node do :
     619    {{{
     620    xterm -e ssh -i ~/omni_tutorial/ssh/<USERNAME>_key alice@pg46.emulab.net &
     621    }}}
     622
     623   
    617624
    618625   * Check to see that the software has been downloaded :