[ovs-discuss] ovsdb-server

rahim entezari rahim.entezari at gmail.com
Fri Aug 31 08:09:33 UTC 2012


Hello
i am installing openvswitch and everything is OK but step 8 of below:

1. ./boot.sh
2. ./configure --with-linux=/lib/modules/`uname -r`/build
3. make
4. make install
5. insmod datapath/linux/openvswitch_mod.ko
6. mkdir -p /usr/local/etc/openvswitch
7. ovsdb-tool create /usr/local/etc/openvswitch/conf.db
vswitchd/vswitch.ovsschema
8. 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

when i use command NO 8,i mean :"[root at localhost openvswitch-1.7.0]#
ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \"
nothing happens! Neihter  a responsone nor an error! the cursor just
flashing in the next line on the right of symbol "<" and nothing
happens!

Please help me :)



More information about the discuss mailing list