xenserver: call "interface-reconfigure rewrite" instead of refresh-network-uuids
[sliver-openvswitch.git] / xenserver / ovs-xenserverd.8.in
1 .\" -*- nroff -*-
2 .de IQ
3 .  br
4 .  ns
5 .  IP "\\$1"
6 ..
7 .TH ovs\-xenserverd 8 "April 2010" "Open vSwitch" "Open vSwitch Manual"
8 .ds PN ovs\-xenserverd
9 .
10 .SH NAME
11 ovs\-xenserverd \- Open vSwitch daemon for XenServer-specific functionality
12 .
13 .SH SYNOPSIS
14 \fBovs\-xenserverd \fR[\fIoptions\fR]
15 .
16 .SH DESCRIPTION
17 A daemon that provides XenServer-specific functionality for Open
18 vSwitch.  Currently, its only purpose is to ensure that network UUIDs
19 in the Open vSwitch database are kept up-to-date when the XenServer
20 host joins or leaves a pool.  It does so by running
21 \fB@pkgdatadir@/scripts/refresh-network-uuids\fR.
22 .PP
23 \fBovs\-xenserverd\fR is useful only on Citrix XenServer hosts.
24 Running it on any other kind of host is harmless but not useful.
25 .SH OPTIONS
26 .so lib/daemon.man
27 .SS "Public Key Infrastructure Options"
28 .so lib/vlog.man
29 .so lib/common.man
30 .
31 .SH "RUNTIME MANAGEMENT COMMANDS"
32 \fBovs\-appctl\fR(8) can send commands to a running
33 \fBovs\-xenserverd\fR process.  The currently supported commands are
34 described below.
35 .so lib/vlog-unixctl.man
36 .SH "SEE ALSO"
37 .BR ovs\-appctl (8),
38 .BR ovs\-vswitchd (8),
39 .BR ovsdb\-server (1),
40 \fBINSTALL.Linux\fR in the Open vSwitch distribution.