wiki:GENIExperimenter/Tutorials/WiMAXOpenFlow/Finish

Version 1 (modified by Ryan Izard, 10 years ago) (diff)

--

OpenFlow-Based Vertical Handoff over WiFi and WiMAX in the Orbit Testbed

Image Map

7. Teardown Experiment

  1. Stop Eclipse by clicking the red square to the top-right of the output console. Close the application.
  2. Kill all OVS processes:
    $ ps aux | grep ovs
    root      3577  0.0  0.0      0     0 ?        S    14:31   0:00 [ovs_workq]
    root      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
    root      3585 30.7  0.2   5352  2232 ?        Rs   14:31  16:06 ovs-vswitchd --pidfile --detach
    root      4475  0.0  0.0   3308   776 pts/2    S+   15:23   0:00 grep ovs
    
    Note the process numbers (e.g. 3577, 3579, and 3585) of the OVS processes.
  3. Run:
    $ kill 3577 && kill 3579 && kill 3585
    

8. Archive Experiment

  1. Shutdown or suspend VM.

Introduction

Previous: Execute