]> git.proxmox.com Git - mirror_ovs.git/blob - ovsdb/ovsdb-tool.1.in
trigger: Free leaked ovsdb_schema
[mirror_ovs.git] / ovsdb / ovsdb-tool.1.in
1 .\" -*- nroff -*-
2 .so lib/ovs.tmac
3 .TH ovsdb\-tool 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
4 .ds PN ovsdb\-tool
5 .
6 .SH NAME
7 ovsdb\-tool \- Open vSwitch database management utility
8 .
9 .SH SYNOPSIS
10 .IP "Database Creation Commands:"
11 \fBovsdb\-tool \fR[\fIoptions\fR] \fBcreate \fR[\fIdb\fR [\fIschema\fR]]
12 .br
13 \fBovsdb\-tool \fR[\fIoptions\fR] \fBcreate\-cluster \fIdb contents address\fR
14 .br
15 \fBovsdb\-tool \fR[\fIoptions\fR] [\fB\-\-cid=\fIuuid\fR] \fBjoin\-cluster\fI db name local remote\fR...
16 .IP "Version Management Commands:"
17 \fBovsdb\-tool \fR[\fIoptions\fR] \fBconvert \fR[\fIdb\fR [\fIschema
18 \fR[\fItarget\fR]]]
19 .br
20 \fBovsdb\-tool \fR[\fIoptions\fR] \fBneeds\-conversion \fR[\fIdb\fR [\fIschema\fR]]
21 .br
22 \fBovsdb\-tool \fR[\fIoptions\fR] \fBdb\-version \fR[\fIdb\fR]
23 .br
24 \fBovsdb\-tool \fR[\fIoptions\fR] \fBschema\-version \fR[\fIschema\fR]
25 .br
26 \fBovsdb\-tool \fR[\fIoptions\fR] \fBdb\-cksum \fR[\fIdb\fR]
27 .br
28 \fBovsdb\-tool \fR[\fIoptions\fR] \fBschema\-cksum \fR[\fIschema\fR]
29 .br
30 \fBovsdb\-tool \fR[\fIoptions\fR] \fBcompare-versions\fI a op b\fR
31 .IP "Other commands:"
32 \fBovsdb\-tool \fR[\fIoptions\fR] \fBcompact \fR[\fIdb\fR [\fItarget\fR]]
33 .br
34 \fBovsdb\-tool \fR[\fIoptions\fR] [\fB\-\-rbac\-role=\fIrole\fR] \fBquery \fR[\fIdb\fR] \fItransaction\fR
35 .br
36 \fBovsdb\-tool \fR[\fIoptions\fR] [\fB\-\-rbac\-role=\fIrole\fR] \fBtransact \fR[\fIdb\fR] \fItransaction\fR
37 .br
38 \fBovsdb\-tool \fR[\fIoptions\fR] [\fB\-m\fR | \fB\-\-more\fR]... \fBshow\-log \fR[\fIdb\fR]
39 .br
40 \fBovsdb\-tool \fR[\fIoptions\fR] \fBcheck\-cluster \fIdb\fR...
41 .br
42 \fBovsdb\-tool \fR[\fIoptions\fR] \fBdb\-name \fR[\fIdb\fR]
43 .br
44 \fBovsdb\-tool \fR[\fIoptions\fR] \fBschema\-name \fR[\fIschema\fR]
45 .br
46 \fBovsdb\-tool \fR[\fIoptions\fR] \fBdb\-cid\fI db\fR
47 .br
48 \fBovsdb\-tool \fR[\fIoptions\fR] \fBdb\-sid\fI db\fR
49 .br
50 \fBovsdb\-tool \fR[\fIoptions\fR] \fBdb\-local\-address db\fR
51 .br
52 \fBovsdb\-tool help\fR
53 .so lib/vlog-syn.man
54 .so lib/common-syn.man
55 .
56 .SH DESCRIPTION
57 The \fBovsdb\-tool\fR program is a command-line tool for managing Open
58 vSwitch database (OVSDB) files. It does not interact directly with
59 running Open vSwitch database servers (instead, use
60 \fBovsdb\-client\fR).
61 For an introduction to OVSDB and its implementation in Open vSwitch,
62 see \fBovsdb\fR(7).
63 .PP
64 Each command that takes an optional \fIdb\fR or \fIschema\fR argument
65 has a default file location if it is not specified.. The default
66 \fIdb\fR is \fB@DBDIR@/conf.db\fR. The default \fIschema\fR is
67 \fB@pkgdatadir@/vswitch.ovsschema\fR.
68 .PP
69 This OVSDB implementation supports standalone and active-backup
70 database service models with one on-disk format and a clustered
71 database service model with a different format. \fBovsdb\-tool\fR
72 supports both formats, but some commands are appropriate for only one
73 format, as documented for individual commands below. For a
74 specification of these formats, see \fBovsdb\fR(5). For more
75 information on OVSDB service models, see the \fBService Models\fR
76 section in \fBovsdb\fR(7).
77 .
78 .SS "Database Creation Commands"
79 These commands create a new OVSDB database file.
80 They will not overwrite an existing database file. To
81 replace an existing database with a new one, first delete the old one.
82 .
83 .IP "\fBcreate \fR[\fIdb\fR [\fIschema\fR]]"
84 Use this command to create the database for controlling
85 \fBovs\-vswitchd\fR or another standalone or active-backup database.
86 It creates database file \fIdb\fR with the given \fIschema\fR, which
87 must be the name of a file that contains an OVSDB schema in JSON
88 format, as specified in the OVSDB specification. The new database is
89 initially empty. (You can use \fBcp\fR to copy a database including
90 both its schema and data.)
91 .
92 .IP "\fBcreate\-cluster\fI db contents local"
93 Use this command to initialize the first server in a high-availability
94 cluster of 3 (or more) database servers, e.g. for a database in an
95 environment that cannot tolerate a single point of failure. It creates
96 clustered database file \fIdb\fR and configures the server to listen on
97 \fIlocal\fR, which must take the form \fIprotocol\fB:\fIip\fB:\fIport\fR,
98 where \fIprotocol\fR is \fBtcp\fR or \fBssl\fR, \fIip\fR is the server's
99 IP (either an IPv4 address or an IPv6 address enclosed in square
100 brackets), and \fIport\fR is a TCP port number. Only one address is
101 specified, for the first server in the cluster, ordinarily the one for
102 the server running \fBcreate\-cluster\fR. The address is used for
103 communication within the cluster, not for communicating with OVSDB
104 clients, and must not use the same port used for the OVSDB protocol.
105 .IP
106 The new database is initialized with \fIcontents\fR, which must name a
107 file that contains either an OVSDB schema in JSON format or a
108 standalone OVSDB database. If it is a schema file, the new database
109 will initially be empty, with the given schema. If it is a database
110 file, the new database will have the same schema and contents.
111 .
112 .IP "[\fB\-\-cid=\fIuuid\fR] \fBjoin\-cluster\fI db name local remote\fR..."
113 Use this command to initialize each server after the first one in an
114 OVSDB high-availability cluster. It creates clustered database file
115 \fIdb\fR for a database named \fIname\fR, and
116 configures the server to listen on \fIlocal\fR and to initially
117 connect to \fIremote\fR, which must be a server that already belongs
118 to the cluster. \fIlocal\fR and \fIremote\fR use the same
119 \fIprotocol\fB:\fIip\fB:\fIport\fR syntax as \fBcreate\-cluster\fR.
120 .IP
121 The \fIname\fR must be the name of the schema or database passed to
122 \fBcreate\-cluster\fR. For example, the name of the OVN Southbound
123 database schema is \fBOVN_Southbound\fR. Use \fBovsdb\-tool\fR's
124 \fBschema\-name\fR or \fBdb\-name\fR command to find out the name of a
125 schema or database, respectively.
126 .IP
127 This command does not do any network access, which means that it
128 cannot actually join the new server to the cluster. Instead, the
129 \fIdb\fR file that it creates prepares the server to join the cluster
130 the first time that \fBovsdb\-server\fR serves it. As part of joining
131 the cluster, the new server retrieves the database schema and obtains
132 the list of all cluster members. Only after that does it become a
133 full member of the cluster.
134 .IP
135 Optionally, more than one \fIremote\fR may be specified; for example,
136 in a cluster that already contains multiple servers, one could specify
137 all the existing servers. This is beneficial if some of the existing
138 servers are down while the new server joins, but it is not otherwise
139 needed.
140 .IP
141 By default, the \fIdb\fR created by \fBjoin\-cluster\fR will join any
142 clustered database named \fIname\fR that is available at a
143 \fIremote\fR. In theory, if machines go up and down and IP addresses
144 change in the right way, it could join the wrong database cluster. To
145 avoid this possibility, specify \fB\-\-cid=\fIuuid\fR, where
146 \fIuuid\fR is the cluster ID of the cluster to join, as printed by
147 \fBovsdb\-tool get\-cid\fR.
148 .
149 .SS "Version Management Commands"
150 .so ovsdb/ovsdb-schemas.man
151 .PP
152 These commands work with different versions of OVSDB schemas and
153 databases.
154 .
155 .IP "\fBconvert \fR[\fIdb\fR [\fIschema \fR[\fItarget\fR]]]"
156 Reads \fIdb\fR, translating it into to the schema specified in
157 \fIschema\fR, and writes out the new interpretation. If \fItarget\fR
158 is specified, the translated version is written as a new file named
159 \fItarget\fR, which must not already exist. If \fItarget\fR is
160 omitted, then the translated version of the database replaces \fIdb\fR
161 in-place. In-place conversion cannot take place if the database is
162 currently being served by \fBovsdb\-server\fR (instead, either stop
163 \fBovsdb\-server\fR first or use \fBovsdb\-client\fR's \fBconvert\fR
164 command).
165 .IP
166 This command can do simple ``upgrades'' and ``downgrades'' on a
167 database's schema. The data in \fIdb\fR must be valid when
168 interpreted under \fIschema\fR, with only one exception: data in
169 \fIdb\fR for tables and columns that do not exist in \fIschema\fR are
170 ignored. Columns that exist in \fIschema\fR but not in \fIdb\fR are
171 set to their default values. All of \fIschema\fR's constraints apply
172 in full.
173 .IP
174 Some uses of this command can cause unrecoverable data loss. For
175 example, converting a database from a schema that has a given column
176 or table to one that does not will delete all data in that column or
177 table. Back up critical databases before converting them.
178 .IP
179 This command is for standalone and active-backup databases only. For
180 clustered databases, use \fBovsdb\-client\fR's \fBconvert\fR command
181 to convert them online.
182 .
183 .IP "\fBneeds\-conversion \fR[\fIdb\fR [\fIschema\fR]]"
184 Reads the schema embedded in \fIdb\fR and the JSON schema from
185 \fIschema\fR and compares them. If the schemas are the same, prints
186 \fBno\fR on stdout; if they differ, prints \fByes\fR.
187 .IP
188 This command is for standalone and active-backup databases only. For
189 clustered databases, use \fBovsdb\-client\fR's \fBneeds-conversion\fR
190 command instead.
191 .
192 .IP "\fBdb\-version \fR[\fIdb\fR]"
193 .IQ "\fBschema\-version \fR[\fIschema\fR]"
194 Prints the version number in the schema embedded within the database
195 \fIdb\fR or in the JSON schema \fIschema\fR on stdout.
196 If \fIschema\fR or \fIdb\fR was created before schema versioning was
197 introduced, then it will not have a version number and this command
198 will print a blank line.
199 .IP
200 The \fBdb\-version\fR command is for standalone and active-backup
201 databases only. For clustered databases, use \fBovsdb\-client\fR's
202 \fBschema\-version\fR command instead.
203 .
204 .IP "\fBdb\-cksum \fR[\fIdb\fR]"
205 .IQ "\fBschema\-cksum \fR[\fIschema\fR]"
206 Prints the checksum in the schema embedded within the database
207 \fIdb\fR or of the JSON schema \fIschema\fR on stdout.
208 If \fIschema\fR or \fIdb\fR was created before schema checksums were
209 introduced, then it will not have a checksum and this command
210 will print a blank line.
211 .IP
212 The \fBdb\-cksum\fR command is for standalone and active-backup
213 databases only. For clustered databases, use \fBovsdb\-client\fR's
214 \fBschema\-cksum\fR command instead.
215 .
216 .IP "\fBcompare-versions\fI a op b\fR"
217 Compares \fIa\fR and \fIb\fR according to \fIop\fR. Both \fIa\fR and
218 \fIb\fR must be OVSDB schema version numbers in the form
219 \fIx\fB.\fIy\fB.\fIz\fR, as described in \fBovsdb\fR(7), and \fIop\fR
220 must be one of \fB< <= == >= > !=\fR. If the comparison is true,
221 exits with status 0; if it is false, exits with status 2. (Exit
222 status 1 indicates an error, e.g. \fIa\fR or \fIb\fR is the wrong
223 syntax for an OVSDB version or \fIop\fR is not a valid comparison
224 operator.)
225 .
226 .SS "Other Commands"
227 .
228 .IP "\fBcompact \fR[\fIdb\fR [\fItarget\fR]]"
229 Reads \fIdb\fR and writes a compacted version. If \fItarget\fR is
230 specified, the compacted version is written as a new file named
231 \fItarget\fR, which must not already exist. If \fItarget\fR is
232 omitted, then the compacted version of the database replaces \fIdb\fR
233 in-place. This command is not needed in normal operation because
234 \fBovsdb\-server\fR from time to time automatically compacts a
235 database that grows much larger than its minimum size.
236 .IP
237 This command does not work if \fIdb\fR is currently being served by
238 \fBovsdb\-server\fR, or if it is otherwise locked for writing by
239 another process. This command also does not work with clustered
240 databases. Instead, in either case, send the
241 \fBovsdb\-server/compact\fR command to \fBovsdb\-server\fR, via
242 \fBovs\-appctl\fR).
243 .
244 .IP "[\fB\-\-rbac\-role=\fIrole\fR] \fBquery \fR[\fIdb\fR] \fItransaction\fR"
245 Opens \fIdb\fR, executes \fItransaction\fR on it, and prints the
246 results. The \fItransaction\fR must be a JSON array in the format of
247 the \fBparams\fR array for the JSON-RPC \fBtransact\fR method, as
248 described in the OVSDB specification.
249 .IP
250 This command opens \fIdb\fR for read-only access, so it may
251 safely run concurrently with other database activity, including
252 \fBovsdb\-server\fR and other database writers. The \fItransaction\fR
253 may specify database modifications, but these will have no effect on
254 \fIdb\fR.
255 .IP
256 By default, the transaction is executed using the ``superuser'' RBAC
257 role. Use \fB\-\-rbac\-role\fR to specify a different role.
258 .IP
259 This command does not work with clustered databases. Instead, use
260 \fBovsdb-client\fR's \fBquery\fR command to send the query to
261 \fBovsdb\-server\fR.
262 .
263 .IP "[\fB\-\-rbac\-role=\fIrole\fR] \fBtransact \fR[\fIdb\fR] \fItransaction\fR"
264 Opens \fIdb\fR, executes \fItransaction\fR on it, prints the results,
265 and commits any changes to \fIdb\fR. The \fItransaction\fR must be a
266 JSON array in the format of the \fBparams\fR array for the JSON-RPC
267 \fBtransact\fR method, as described in the OVSDB specification.
268 .IP
269 This command does not work if \fIdb\fR is currently being served by
270 \fBovsdb\-server\fR, or if it is otherwise locked for writing by
271 another process. This command also does not work with clustered
272 databases. Instead, in either case, use \fBovsdb\-client\fR's
273 \fBtransact\fR command to send the query to \fBovsdb\-server\fR.
274 .IP
275 By default, the transaction is executed using the ``superuser'' RBAC
276 role. Use \fB\-\-rbac\-role\fR to specify a different role.
277 .
278 .IP "[\fB\-m\fR | \fB\-\-more\fR]... \fBshow\-log \fR[\fIdb\fR]"
279 Prints a summary of the records in \fIdb\fR's log, including the time
280 and date at which each database change occurred and any associated
281 comment. This may be useful for debugging.
282 .IP
283 To increase the verbosity of output, add \fB\-m\fR (or \fB\-\-more\fR)
284 one or more times to the command line. With one \fB\-m\fR,
285 \fBshow\-log\fR prints a summary of the records added, deleted, or
286 modified by each transaction. With two \fB\-m\fRs, \fBshow\-log\fR
287 also prints the values of the columns modified by each change to a
288 record.
289 .IP
290 This command works with standalone and active-backup databases and
291 with clustered databases, but the output formats are different.
292 .
293 .IP "\fBcheck\-cluster \fIdb\fR..."
294 Reads all of the records in the supplied databases, which must be
295 collected from different servers (and ideally all the servers) in a
296 single cluster. Checks each database for self-consistency and the set
297 together for cross-consistency. If \fBovsdb\-tool\fR detects unusual
298 but not necessarily incorrect content, it prints a warning or warnings
299 on stdout. If \fBovsdb\-tool\fR find consistency errors, it prints an
300 error on stderr and exits with status 1. Errors typically indicate
301 bugs in \fBovsdb\-server\fR; please consider reporting them to the
302 Open vSwitch developers.
303 .
304 .IP "\fBdb\-name \fR[\fIdb\fR]"
305 .IQ "\fBschema\-name \fR[\fIschema\fR]"
306 Prints the name of the schema embedded within the database \fIdb\fR or
307 in the JSON schema \fIschema\fR on stdout.
308 .
309 .IP "\fBdb\-cid\fI db\fR"
310 Prints the cluster ID, which is a UUID that identifies the cluster,
311 for \fIdb\fR. If \fIdb\fR is a database newly created by
312 \fBovsdb\-tool cluster\-join\fR that has not yet successfully joined
313 its cluster, and \fB\-\-cid\fR was not specified on the
314 \fBcluster\-join\fR command line, then this command will output an
315 error, and exit with status 2, because the cluster ID is not yet
316 known. This command works only with clustered databases.
317 .IP
318 The all-zeros UUID is not a valid cluster ID.
319 .
320 .IP "\fBdb\-sid\fI db\fR"
321 Prints the server ID, which is a UUID that identifies the server, for
322 \fIdb\fR. This command works only with clustered databases. It works
323 even if \fIdb\fR is a database newly created by \fBovsdb\-tool
324 cluster\-join\fR that has not yet successfully joined its cluster.
325 .
326 .IP "\fBdb\-local\-address db\fR"
327 Prints the local address used for database clustering for \fIdb\fR, in
328 the same \fIprotocol\fB:\fIip\fB:\fIport\fR form used on
329 \fBcreate\-cluster\fR and \fBjoin\-cluster\fR.
330 .
331 .IP "\fBdb\-is\-clustered\fI db\fR"
332 .IQ "\fBdb\-is\-standalone\fI db\fR"
333 Tests whether \fIdb\fR is a database file in clustered or standalone
334 format, respectively. If so, exits with status 0; if not, exits with
335 status 2. (Exit status 1 indicates an error, e.g. \fIdb\fR is not an
336 OVSDB database or does not exist.)
337 .
338 .SH OPTIONS
339 .SS "Logging Options"
340 .so lib/vlog.man
341 .SS "Other Options"
342 .so lib/common.man
343 .SH "FILES"
344 The default \fIdb\fR is \fB@DBDIR@/conf.db\fR. The
345 default \fIschema\fR is \fB@pkgdatadir@/vswitch.ovsschema\fR. The
346 \fBhelp\fR command also displays these defaults.
347 .SH "SEE ALSO"
348 .
349 \fBovsdb\fR(7),
350 \fBovsdb\-server\fR(1),
351 \fBovsdb\-client\fR(1).