Merge branch 'master' into next
[cascardo/ovs.git] / ovsdb / ovsdb-server.1.in
1 .\" -*- nroff -*-
2 .TH ovsdb\-server 1 "November 2009" "Open vSwitch" "Open vSwitch Manual"
3 .ds PN ovsdb\-server
4 .
5 .SH NAME
6 ovsdb\-server \- Open vSwitch database server
7 .
8 .SH SYNOPSIS
9 \fBovsdb\-server\fR
10 \fIdatabase\fR
11 [\fB--remote=\fIremote\fR]\&...
12 .so lib/daemon-syn.man
13 .so lib/vlog-syn.man
14 .so lib/common-syn.man
15 .
16 .SH DESCRIPTION
17 The \fBovsdb\-server\fR program provides RPC interfaces to an Open
18 vSwitch database (OVSDB).  It supports JSON-RPC client connections
19 over active or passive TCP/IP or Unix domain sockets.
20 .PP
21 The name of the OVSDB file must be specified on the command line as
22 \fIdatabase\fR, which must already have been created and initialized
23 using, for example, \fBovsdb\-tool create\fR.
24 .
25 .SH OPTIONS
26 .
27 .IP "\fB\-\-remote=\fIremote\fR"
28 Adds \fIremote\fR as a connection method used by \fBovsdb\-server\fR.
29 \fIremote\fR must take one of the following forms:
30 .
31 .RS
32 .so ovsdb/remote-passive.man
33 .so ovsdb/remote-active.man
34 .RE
35 .
36 .SS "Daemon Options"
37 .so lib/daemon.man
38 .SS "Logging Options"
39 .so lib/vlog.man
40 .so lib/ssl.man
41 .SS "Other Options"
42 .so lib/common.man
43 .SH "RUNTIME MANAGEMENT COMMANDS"
44 \fBovs\-appctl\fR(8) can send commands to a running
45 \fBovsdb\-server\fR process.  The currently supported commands are
46 described below.
47 .so lib/vlog-unixctl.man
48 .SH "SEE ALSO"
49 .
50 .BR ovsdb\-tool (1).