Done..:), Now i think i have to visit the "walk through" section to further get familiar with mininet.
Thank you, Date: Mon, 17 Dec 2012 15:14:42 -0500 Subject: Re: [openflow-discuss] Exception: Please shut down the controller which is running on port 6633: From: brand...@stanford.edu To: viral_par...@outlook.com CC: openflow-discuss@lists.stanford.edu sudo killall ovs-controller OR sudo mn -c On Mon, Dec 17, 2012 at 3:03 PM, viral parmar <viral_par...@outlook.com> wrote: Well the out put is shown below after Executing command: ion@ion-Studio-1450:~$ sudo mn --test pingall *** Creating network *** Adding controller Traceback (most recent call last): File "/usr/bin/mn", line 268, in <module> MininetRunner() File "/usr/bin/mn", line 106, in __init__ self.begin() File "/usr/bin/mn", line 237, in begin listenPort=listenPort ) File "/usr/lib/python2.7/dist-packages/mininet/net.py", line 163, in __init__ self.build() File "/usr/lib/python2.7/dist-packages/mininet/net.py", line 311, in build self.buildFromTopo( self.topo ) File "/usr/lib/python2.7/dist-packages/mininet/net.py", line 281, in buildFromTopo self.addController( 'c0' ) File "/usr/lib/python2.7/dist-packages/mininet/net.py", line 213, in addController controller_new = controller( name, **params ) File "/usr/lib/python2.7/dist-packages/mininet/util.py", line 436, in customized return constructor( name, *args, **params ) File "/usr/lib/python2.7/dist-packages/mininet/node.py", line 1028, in __init__ Controller.__init__( self, name, command=command, **kwargs ) File "/usr/lib/python2.7/dist-packages/mininet/node.py", line 980, in __init__ self.checkListening() File "/usr/lib/python2.7/dist-packages/mininet/node.py", line 992, in checkListening '\n'.join( clist ) ) Exception: Please shut down the controller which is running on port 6633: Active Internet connections (servers and established) tcp 0 0 *:6633 *:* LISTEN 1080/ovs-controller tcp 0 0 localhost:53063 localhost:6633 TIME_WAIT - ion@ion-Studio-1450:~$ netstat -nl | grep 6633 tcp 0 0 0.0.0.0:6633 0.0.0.0:* LISTEN When i execute "sudo mn --test pingall" in above you can see that one controller is listening, but when you run "netstat -nl | grep 6633", it dosent show the contoller. So which controller process to kill ?? And can i have the command to kill these process?? Thank you, Date: Mon, 17 Dec 2012 14:50:49 -0500 Subject: Re: [openflow-discuss] Exception: Please shut down the controller which is running on port 6633: From: brand...@stanford.edu To: viral_par...@outlook.com CC: openflow-discuss@lists.stanford.edu sudo apt-get install telnet Then: netstat -nl | grep 6633 If 6633 is in the list, then kill the controller you have running. On Mon, Dec 17, 2012 at 2:28 PM, viral parmar <viral_par...@outlook.com> wrote: Hi, Sorry sir, but can you please explain a bit more. Actually I am new to this era and still i am confused after reading your reply.. I Just want to know that how to fix it. Previously i came across this link "https://mailman.stanford.edu/pipermail/mininet-discuss/2012-November/001371.html", but still i am not getting how to solve this problem... What exactly i have to do to solve this problem...do i have to install telnet-client..?? Thank You Date: Mon, 17 Dec 2012 13:47:49 -0500 Subject: Re: [openflow-discuss] Exception: Please shut down the controller which is running on port 6633: From: brand...@stanford.edu To: viral_par...@outlook.com CC: openflow-discuss@lists.stanford.edu There was a bug with a missing telnet package in that ubuntu version IIRC, which printed a misleading error message. Also did you check using nest at that no controller was actually running? On Dec 17, 2012 6:13 AM, "viral parmar" <viral_par...@outlook.com> wrote: Hi, I just setup Mininet 2.0.0d4 for ubuntu 12.10 and facing weird behaviour Executing "sudo mn --test pingall" results an "Exception: Please shut down the controller which is running on port 6633:" Any fix for this ?? Thank you Regards Viral Parmar _______________________________________________ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
_______________________________________________ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/openflow-discuss