откройте сервер базы данных vSwitch (Open vSwitch database server)
Имя (Name)
ovsdb-server - Open vSwitch database server
Синопсис (Synopsis)
ovsdb-server
[database]... [relay:schema_name:remote]...
[--remote=
remote]... [--run=
command]
Daemon options:
[--pidfile
[=
pidfile]] [--overwrite-pidfile
] [--detach
]
[--no-chdir
] [--no-self-confinement
]
Service options:
[--service
] [--service-monitor
]
Logging options:
[-v
[module[:
destination[:
level]]]]...
[--verbose[=
module[:
destination[:
level]]]]...
[--log-file
[=
file]]
Active-backup options:
[--sync-from=
server] [--sync-exclude-
tables=
db:
table[,
db:
table]...] [--active
]
Public key infrastructure options:
[--private-key=
privkey.pem]
[--certificate=
cert.pem]
[--ca-cert=
cacert.pem]
[--bootstrap-ca-cert=
cacert.pem]
[--peer-ca-cert=
peer-cacert.pem]
SSL connection options:
[--ssl-protocols=
protocols]
[--ssl-ciphers=
ciphers]
Runtime management options:
--unixctl=
socket
Replay options:
[--record
[=
directory]] [--replay
[=
directory]]
Common options:
[-h
| --help
] [-V
| --version
]
Описание (Description)
The ovsdb-server
program provides RPC interfaces to one or more
Open vSwitch databases (OVSDBs). It supports JSON-RPC client
connections over active or passive TCP/IP or Unix domain sockets.
For an introduction to OVSDB and its implementation in Open
vSwitch, see ovsdb
(7).
Each OVSDB file may be specified on the command line as database.
Relay databases may be specified on the command line as
relay:schema_name:remote. For a detailed description of relay
database argument, see ovsdb
(7). If none of database files or
relay databases is specified, the default is
/usr/local/etc/openvswitch/conf.db
. The database files must
already have been created and initialized using, for example,
ovsdb-tool
's create
, create-cluster
, or join-cluster
command.
This OVSDB implementation supports standalone, active-backup,
relay and clustered database service models, as well as database
replication. See the Service Models section of ovsdb
(7) for more
information.
For clustered databases, when the --detach
option is used,
ovsdb-server
detaches without waiting for the server to
successfully join a cluster (if the database file is freshly
created with ovsdb-tool join-cluster
) or connect to a cluster
that it has already joined. Use ovsdb-client wait
(see
ovsdb-client(1)) to wait until the server has successfully joined
and connected to a cluster. The same is true for relay
databases. Same commands could be used to wait for a relay
database to connect to the relay source (remote).
In addition to user-specified databases, ovsdb-server
version 2.9
and later also always hosts a built-in database named _Server
.
Please see ovsdb-server(5) for documentation on this database's
schema.