INSTALL.Linux: Document "ovs-vsctl init" step to installation.
authorBen Pfaff <blp@nicira.com>
Wed, 24 Mar 2010 21:42:23 +0000 (14:42 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Mar 2010 21:42:23 +0000 (14:42 -0700)
If the database is not initialized then other programs will complain.

Reported-by: Jeongkeun Lee <jklee@hp.com>
INSTALL.Linux

index 9115581..31bc3e0 100644 (file)
@@ -169,6 +169,12 @@ listen on a Unix domain socket, e.g.:
 
       % ovsdb-server /etc/ovs-vswitchd.conf.db --remote=punix:/var/run/ovsdb-server
 
+Then initialize the database with "ovs-vsctl init".  This is only
+necessary the first time after you create the database with
+ovsdb-tool (but running it at any time is harmless):
+
+      % ovs-vsctl init
+
 Then start the main Open vSwitch daemon, telling it to connect to the
 same Unix domain socket: