Thanks for your help reid.. yes now i am able to bring the ovsdbmonitor gui up, but it never shows anything, here is the error i am getting in logs.
unix:/usr/local/var/run/openvswitch/db.sock '["Open_vSwitch", {"op":"select","table":"NetFlow", "where":[]}]' Authentication failure for 127.0.0.1 This is how i started my ovs: udo insmod datapath/linux/openvswitch_mod.ko sudo 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 sudo ovs-vsctl --no-wait init sudo ovs-vswitchd --pidfile --detach Any hint?? Reagrds sunayana On Sat, May 4, 2013 at 12:51 AM, Reid Price <rpr...@nicira.com> wrote: > Hi sunayana, > > The output of the following commands might be helpful to determine if you > followed Justin's suggestion correctly: > > *python -c 'import ovs.json'* > * > * > *find / -path '*/ovs/json.py'* > * > * > *python -c 'import sys; print "\n".join(sys.path)'* > > -Reid > > > > On Fri, May 3, 2013 at 2:07 AM, Sunayana Iyer <sunayanai...@gmail.com>wrote: > >> Hi justin..thanks for ur reply..yes i have done as u suggested but the >> error remains same for me.. :( >> >> Is there anyone tried to make it work?? or got similar error?? >> >> Regards >> sunayana >> >> >> On Thu, May 2, 2013 at 10:43 PM, Justin Pettit <jpet...@nicira.com>wrote: >> >>> You probably need to set your PYTHONPATH environment variable to include >>> the "python" directory of your OVS tree. >>> >>> --Justin >>> >>> >>> On May 2, 2013, at 10:08 AM, Sunayana Iyer <sunayanai...@gmail.com> >>> wrote: >>> >>> > Hello everyone, >>> > >>> > I installed ovs-1.9.0 in my ubuntu 12.04 system, i would like to run >>> ovsdbmonitor. But it gives error : >>> > >>> > openvswitch-1.9.0/ovsdb/ovsdbmonitor$ ovsdbmonitor >>> > +++ OVS JSON module is required >>> > >>> > Traceback (most recent call last): >>> > File "/usr/local/bin/ovsdbmonitor", line 24, in <module> >>> > from OVEApp import * >>> > File "/usr/local/share/ovsdbmonitor/OVEApp.py", line 16, in <module> >>> > from OVEStandard import * >>> > File "/usr/local/share/ovsdbmonitor/OVEStandard.py", line 24, in >>> <module> >>> > import ovs.json >>> > ImportError: No module named ovs.json >>> > >>> > >>> > Can anyone please help me, that what i need or what i am missing? >>> > >>> > Many thanks >>> > >>> > Regards >>> > sunayana >>> > _______________________________________________ >>> > discuss mailing list >>> > discuss@openvswitch.org >>> > http://openvswitch.org/mailman/listinfo/discuss >>> >>> >> >> _______________________________________________ >> discuss mailing list >> discuss@openvswitch.org >> http://openvswitch.org/mailman/listinfo/discuss >> >> >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss