Created
May 12, 2015 12:37
-
-
Save kostyll/b5e82d0445746a88edbe to your computer and use it in GitHub Desktop.
mininet_cli_service_management.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1780 sudo service openvswitch-controller stop | |
| 1781 sudo service openvswitch-controller start | |
| 1786 sudo service openvswitch-switch stop | |
| 1788 sudo service openvswitch-switch start | |
| 1789 sudo nm | |
| 1793 sudo mn --controller=ovsc | |
| 1803 sudo fuser -k 6633/tcp | |
| 1804 sudo kill -KILL 24937 | |
| 1806 netstat -nl | grep 6633 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment