1man(1) vdsm-tool man page man(1)
2
3
4
6 vdsm-tool - Virtual Desktops and Servers Manager Tool
7
9 vdsm-tool [options] <action> [arguments]
10
12 vdsm-tool is a command line tool for configuring VDSM.
13
15 -h, --help
16 Displays a list of options.
17
18 -l, --logfile <path>
19 Specifies a path on the local file system to which any messages
20 output by the operation being performed will be redirected.
21
22 -v, --verbose
23 Specifies that additional information is to be included in log‐
24 ging.
25
26 -a, --append
27 Specifies that log files are to be appended to instead of trun‐
28 cated.
29
30 Options for the configurator module:
31
32 configure
33 Configures external services for VDSM.
34
35 Usage: vdsm-tool [options] configure [-h|...]
36
37 -h, --help
38 Displays a list of options.
39
40 --module STRING
41 Specifies the module on which the action is to be
42 run, such as 'libvirt' or 'sanlock'. If no module
43 is specified, the action will be performed on all
44 relevant modules.
45
46 --force
47 Forces configuration and triggers the restart of
48 relevant services.
49
50 is-configured
51 Determines if a given module has been configured.
52
53 Usage: vdsm-tool is-configured [-h] [--module STRING]
54
55 -h, --help
56 Displays a list of options.
57
58 --module STRING
59 Specifies the module on which the action is to be
60 run, such as 'libvirt' or 'sanlock'. If no module
61 is specified, the action will be performed on all
62 relevant modules.
63
64 validate-config
65 Determines if the current configuration is valid.
66
67 Usage: vdsm-tool validate-config [-h] [--module STRING]
68
69 -h, --help
70 Displays a list of options.
71
72 --module STRING
73 Specifies the module on which the action is to be
74 run, such as 'libvirt' or 'sanlock'. If no module
75 is specified, the action will be performed on all
76 relevant modules.
77
78 Options for the dummybr module:
79
80 dummybr
81 Defines a dummy bridge on a libvirt network.
82
83 Options for the nwfilter module:
84
85 nwfilter
86 Defines network filters on libvirt.
87
88 Options for the restore_nets module:
89
90 restore-nets
91 Restores the networks to what was previously persisted
92 via VDSM.
93
94 Options for the service module:
95
96 service-disable
97 Disables a system service.
98
99 service-is-managed
100 Checks whether a given system service exists.
101
102 service-reload
103 Notifies a system service to reload its configuration.
104
105 service-restart
106 Restarts a system service.
107
108 service-start
109 Starts a system service.
110
111 service-status
112 Gets the current status of a system service.
113
114 service-stop
115 Stops a system service.
116
117 Options for the transient module:
118
119 cleanup-transient-repository
120 Cleans up the unused transient disks present in the
121 repository. (NOTE: do NOT execute this command when the
122 VDSM daemon is running.)
123
124 setup-transient-repository
125 Prepares the transient disks repository.
126
127 Options for the unified_persistence module:
128
129 upgrade-unified-persistence
130 Upgrades host networking persistence from ifcfg to uni‐
131 fied if the persistence model is set as unified in the
132 /usr/lib64/python2.X/site-packages/vdsm/config.py file.
133
134 Usage: vdsm-tool upgrade-unified-persistence [-h] [--run-
135 again]
136
137 -h, --help
138 Displays a list of options.
139
140 --run-again
141 Runs the upgrade operation again, even if this
142 operation has been performed previously.
143
144 Options for the validate_ovirt_certs module:
145
146 validate-ovirt-certs
147 Validates vdsmcert.pem against cacert.pem. If the current
148 cacert.pem is invalid, the command will find a valid cer‐
149 tificate file and replace the old cacert.pem with that
150 certificate, and then persist that change.
151
152 Options for the vdsm-id module:
153
154 vdsm-id
155 Prints the host UUID.
156
158 Report bugs to <http://bugzilla.redhat.com>
159
161 Copyright 2011-2014 Red Hat, Inc. License GPLv2: GNU GPL Version 2
162 <http://gnu.org/licenses/gpl.html>.
163
164
165
1661.0 29 May, 2014 man(1)