vdsm-tool(1)
| man(1) | vdsm-tool man page | man(1) |
NAME
vdsm-tool - Virtual Desktops and Servers Manager Tool
SYNOPSIS
vdsm-tool [options] <action> [arguments]
DESCRIPTION
vdsm-tool is a command line tool for configuring VDSM.
OPTIONS
- -h, --help
- Displays a list of options.
- -l, --logfile <path>
- Specifies a path on the local file system to which any messages output by the operation being performed will be redirected.
- -v, --verbose
- Specifies that additional information is to be included in logging.
- -a, --append
- Specifies that log files are to be appended to instead of truncated.
- Options for the configurator module:
- configure
- Configures external services for VDSM.
Usage: vdsm-tool [options] configure [-h|...]
- -h, --help
- Displays a list of options.
- --module STRING
- Specifies the module on which the action is to be run, such as 'libvirt' or 'sanlock'. If no module is specified, the action will be performed on all relevant modules.
- --force
- Forces configuration and triggers the restart of relevant services.
- is-configured
- Determines if a given module has been configured.
Usage: vdsm-tool is-configured [-h] [--module STRING]
- -h, --help
- Displays a list of options.
- --module STRING
- Specifies the module on which the action is to be run, such as 'libvirt' or 'sanlock'. If no module is specified, the action will be performed on all relevant modules.
- validate-config
- Determines if the current configuration is valid.
Usage: vdsm-tool validate-config [-h] [--module STRING]
- -h, --help
- Displays a list of options.
- --module STRING
- Specifies the module on which the action is to be run, such as 'libvirt' or 'sanlock'. If no module is specified, the action will be performed on all relevant modules.
- Options for the dummybr module:
- dummybr
- Deprecated in favor of dummybr-create.
- dummybr-create
- Defines a dummy bridge on a libvirt network.
- dummybr-remove
- Undefines a dummy bridge on a libvirt network.
- Options for the nwfilter module:
- nwfilter
- Defines network filters on libvirt.
- Options for the restore_nets module:
- restore-nets
- Restores the networks to what was previously persisted via VDSM.
- Options for the network module:
- list-nets
- List networks configured by VDSM.
- clear-nets
- Remove networks configured by VDSM.
- Options for the service module:
- service-disable
- Disables a system service.
- service-is-managed
- Checks whether a given system service exists.
- service-reload
- Notifies a system service to reload its configuration.
- service-restart
- Restarts a system service.
- service-start
- Starts a system service.
- service-status
- Gets the current status of a system service.
- service-stop
- Stops a system service.
- Options for the transient module:
- cleanup-transient-repository
- Cleans up the unused transient disks present in the repository. (NOTE: do NOT execute this command when the VDSM daemon is running.)
- setup-transient-repository
- Prepares the transient disks repository.
- Options for the vdsm-id module:
- vdsm-id
- Prints the host UUID.
BUGS
Report bugs to <http://bugzilla.redhat.com>
COPYRIGHT
Copyright 2011-2020 Red Hat, Inc. License GPLv2: GNU GPL Version 2 <http://gnu.org/licenses/gpl.html>.
| 29 May, 2014 | 1.0 |
