Re: [ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2011-10-13 Thread Te-Yen Liu
Hi, Ben Yes, you are right. After building a symbolic link for ovsdb-client like "sudo ln -s /usr/local/bin/ovsdb-client /usr/bin/ovsdb-client", I am able to see the table content in ovs database through ovsdbmonitor. Thanks for you help. On Wed, Oct 12, 2011 at 11:35 PM, Ben Pfaff wrote: > I

Re: [ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2011-10-12 Thread Ben Pfaff
I guess ovsdbmonitor assumes that ovsdb-client is in /usr/bin, but you have it in /usr/local/bin. I'll make a note to fix that assumption in ovsdbmonitor. On Wed, Oct 12, 2011 at 08:38:01AM +0800, Te-Yen Liu wrote: > Hi, Ben > Thanks for your response. I still got "Remote command failed" afte

Re: [ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2011-10-11 Thread Ben Pfaff
On Tue, Oct 11, 2011 at 04:55:32PM +0800, Te-Yen Liu wrote: > Hi, > I installed openvswitch and executed it as following commands: > > sudo ovsdb-server > --remote=punix:/usr/local/var/run/openvswitch/db.sock \ > --remote=db:Open_vSwitch,manager_options \ >

[ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2011-10-11 Thread Te-Yen Liu
Hi, I installed openvswitch and executed it as following commands: 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

Re: [ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2010-08-13 Thread 陈文龙
You are right. Thanks! 2010/8/14 Ben Pfaff > On Fri, Aug 13, 2010 at 5:44 AM, 陈文龙 wrote: > > Host1 running OVS > > IP:10.1.132.54 > > > > Host2 run ovsdbmonitor > > Host name or IP : 10.1.132.54 > > SSH Password : ** > > Connect target: unix:/var/run/openvswitch/db.sock > > ovsdbmonitor as

Re: [ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2010-08-13 Thread Ben Pfaff
On Fri, Aug 13, 2010 at 5:44 AM, 陈文龙 wrote: > Host1 running OVS > IP:10.1.132.54 > > Host2 run ovsdbmonitor > Host name or IP : 10.1.132.54 > SSH Password : ** > Connect target: unix:/var/run/openvswitch/db.sock ovsdbmonitor assumes that ovsdb-client is in /usr/bin on the remote host, and tha

[ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2010-08-13 Thread 陈文龙
Host1 running OVS IP:10.1.132.54 Host2 run ovsdbmonitor Host name or IP : 10.1.132.54 SSH Password : ** Connect target: unix:/var/run/openvswitch/db.sock ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss