Changes between Version 19 and Version 20 of GEC11NetworkingExperiments/Tutorial
- Timestamp:
- 07/26/11 16:10:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC11NetworkingExperiments/Tutorial
v19 v20 349 349 }}} 350 350 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. 352 352 {{{ 353 353 omni.py createsliver -a <AM_URL> <username>slice rspecs/<rspec_file> … … 596 596 }}} 597 597 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): 599 599 {{{ 600 600 ssh -i /ssh/<username>_key <username>@<host> … … 606 606 }}} 607 607 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'. Run608 '''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 609 609 {{{ 610 610 xterm -e ssh -i ssh/<username>_key -L2222:<host>:22 <username>@ops.pgeni.gpolab.bbn.com & … … 615 615 ssh -i /ssh/<username>_key <username>@localhost -p 2222 616 616 }}} 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 617 624 618 625 * Check to see that the software has been downloaded :