It's probably in sbin.
On Wed, Dec 07, 2011 at 10:42:36AM -0500, Surendran P wrote: > Hi Ben, > thanks for your response. Interesting thing here is, I can see other > binaries accessible but not ovsdb-server as shown below. > Yeah, I ran 'make install'. > > *root@click2:/home/click2/Openflow/openvswitch-0.90.7# ovs-* > *ovs-appctl ovs-cfg-mod ovs-discover ovs-kill ovs-ofctl > ovs-vswitchd * > *ovs-brcompatd ovs-controller ovs-dpctl ovs-monitor ovs-pki > ovs-wdt * > *root@click2:/home/click2/Openflow/openvswitch-0.90.7# ovs-* > > i have installed directories in the PATH and that's why, I can see the > binaries as mentioned above. > There should be something else missing ! > Please correct me I'm wrong. > > Thanks, > Surendran > > On Wed, Dec 7, 2011 at 10:23 AM, Ben Pfaff <[email protected]> wrote: > > > On Wed, Dec 07, 2011 at 05:09:17AM -0500, Surendran P wrote: > > > Actually, i'm getting the command not known error when i run following, > > > > > > 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 > > > > It sounds like you either did not run "make install" or the bin > > directory that you installed to is not in your PATH. > > _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
