Changes between Version 68 and Version 69 of GENIExperimenter/ExperimentExample-OF-FOAM


Ignore:
Timestamp:
04/18/12 15:25:58 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/ExperimentExample-OF-FOAM

    v68 v69  
    655655=== Login to a MyPLC host ===
    656656
    657 Following are example Omni ''sliverstatus'' commands to help determine how to login to the reserved MyPLC hosts. 
    658 
    659 
    660 First, we determine how to login to the Clemson MyPLC host:
     657To figure out how to login to the MyPLC hosts that you reserved use the Omni ''sliverstatus'' commands. Following are examples for the experiment captured in this page. First, we determine how to login to the Clemson MyPLC host:
    661658{{{
    662659$ ./src/omni.py -a http://myplc.clemson.edu:12346/ sliverstatus 3sites-OF-Exp
     
    678675INFO:omni: ------------------------------------------------------------
    679676INFO:omni: Completed sliverstatus:
    680 
    681677  Options as run:
    682678                aggregate: http://myplc.clemson.edu:12346/
    683679                framework: pgeni
    684680                native: True
    685 
    686681  Args: sliverstatus 3sites-OF-Exp
    687 
    688682  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+3sites-OF-Exp expires on 2012-04-27 00:00:00 UTC
    689683Returned status of slivers on 1 of 1 possible aggregates.
     
    693687From the output, we use the ''pl_login'' value ''pgenigpolabbbncom_3sitesOFExp'' to login to the ''pl_hostname'' named ''planetlab4.clemson.edu'':
    694688{{{
    695 $ ssh pgenigpolabbbncom_3sitesOFExp@planetlab4.clemson.edu
    696 Last login: Wed Apr 18 14:27:08 2012 from sendaria.gpolab.bbn.com
    697 [pgenigpolabbbncom_3sitesOFExp@planetlab4 ~]$
     689  $ ssh pgenigpolabbbncom_3sitesOFExp@planetlab4.clemson.edu
     690    Last login: Wed Apr 18 14:27:08 2012 from sendaria.gpolab.bbn.com
     691    [pgenigpolabbbncom_3sitesOFExp@planetlab4 ~]$
    698692}}}
    699693
    700694Second, we determine how to login to the BBN MyPLC host by issuing the sliver status for the BBN MyPLC Aggregate:
    701695{{{
    702 $ ./src/omni.py -a http://myplc.gpolab.bbn.com:12346/ sliverstatus 3sites-OF-Exp
     696 $ ./src/omni.py -a http://myplc.gpolab.bbn.com:12346/ sliverstatus 3sites-OF-Exp
    703697
    704698}}}
     
    707701{{{
    708702
     703 $ ssh pgenigpolabbbncom_3sitesOFExp@navis.gpolab.bbn.com
     704   Last login: Wed Apr 18 17:51:19 2012 from sendaria.gpolab.bbn.com
     705   [pgenigpolabbbncom_3sitesOFExp@navis ~]$
     706}}}
     707
     708On each host we determine the address for the 10.42.11.0/24 network that we configured in the OpenFlow Groups.  In this scenario
     709the BBN host is 10.42.11.55 and the Clemson host is 10.42.11.104.   
    709710
    710711