Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/GREESC13/OpenFlowWiMAX/Finish


Ignore:
Timestamp:
06/24/13 15:27:55 (11 years ago)
Author:
Ryan Izard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GREESC13/OpenFlowWiMAX/Finish

    v1 v1  
     1= [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/GREESC13/OpenFlowWiMAX Vertical Handoff with OpenFlow] =
     2{{{
     3#!html
     4
     5<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     6<img id="Image-Maps_5201305222028436" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Finish.jpg?format=raw" usemap="#Image-Maps_5201305222028436" border="0" width="495" height="138" alt="" />
     7<map id="_Image-Maps_5201305222028436" name="Image-Maps_5201305222028436">
     8<area shape="rect" coords="18,18,135,110" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/OnlineTemplate/DesignSetup" alt="" title=""    />
     9<area shape="rect" coords="180,18,297,111" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/OnlineTemplate/Execute" alt="" title=""    />
     10<area shape="rect" coords="344,17,460,110" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/OnlineTemplate/Finish" alt="" title=""    />
     11<area shape="rect" coords="493,136,495,138" href="http://www.image-maps.com/index.php?aff=mapped_users_5201305222028436" alt="Image Map" title="Image Map" />
     12</map>
     13<!-- Image map text links - End - -->
     14
     15</div>
     16}}}
     17
     18
     19== 7.  Teardown Experiment ==
     20
     21   1.  Stop Eclipse by clicking the red square to the top-right of the output console. Close the application.
     22   2.  Kill all OVS processes:
     23   {{{
     24   $ ps aux | grep ovs
     25   root      3577  0.0  0.0      0     0 ?        S    14:31   0:00 [ovs_workq]
     26root      3579  0.0  0.1   4200  1704 ?        Ss   14:31   0:01 ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock --remote=db:Open_vSwitch,manager_options --private-key=db:SSL,private_key --certificate=db:SSL,certificate --bootstrap-ca-cert=db:SSL,ca_cert --pidfile --detach
     27root      3585 30.7  0.2   5352  2232 ?        Rs   14:31  16:06 ovs-vswitchd --pidfile --detach
     28root      4475  0.0  0.0   3308   776 pts/2    S+   15:23   0:00 grep ovs
     29   }}}
     30   Note the process numbers (e.g. 3577, 3579, and 3585) of the OVS processes.
     31   3.  Run:
     32   {{{
     33   $ kill 3577 && kill 3579 && kill 3585
     34   }}}
     35   
     36== 8.  Archive Experiment ==
     37
     38   1.  Shutdown or suspend VM.
     39
     40----
     41
     42= [wiki:GENIExperimenter/Tutorials/GREESC13/OpenFlowWiMAX Introduction] =