On a particular system, you run one ovsdb-server instance and one ovs-vswitchd
instance. ovs-vswitchd will connect to ovsdb-server to get its configuration.
When you run ovs-vsctl (or ovsdb-tool or ovsdb-client), it also connects to
your ovsdb-server instance to change or retrieve the configuration (which is
then sent to ovs-vswitchd).
In ovsdb-server, there is a table called "Open_vSwitch", which has a single
row. This is the root of your configuration. You can see a diagram of how the
other tables connect to the root here:
http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf
A description of how to create the database and get the daemons running is in
the "Startup" section of the INSTALL.Linux file:
http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.Linux
--Justin
On Apr 24, 2011, at 11:39 PM, 张怡 wrote:
> hello, i have some questions again, i create a vswitch through using
> ovsdb-server to create a ovsdatabase or using ovs-vswitchd to connect a
> database? or I create a vswitch when i create a Open_vswitch table in the
> database? I am not sure whether you get the word. thank you~
>
>
> 体验网易邮箱2G超大附件,轻松发优质大电影、大照片,提速3倍!
> _______________________________________________
> discuss mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/discuss
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss