2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-21 14:49:41 +00:00

INSTALL.Linux: Document "ovs-vsctl init" step to installation.

If the database is not initialized then other programs will complain.

Reported-by: Jeongkeun Lee <jklee@hp.com>
This commit is contained in:
Ben Pfaff
2010-03-24 14:42:23 -07:00
parent e0510a6c9b
commit 332b4e0986

View 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: