vdsClient (1) Linux Manual Page
vdsClient – VDSM’s command line interface
Synopsis
vdsClient [-s] <host> <command> [args]Description
The vdsClient is a command-line client to vdsmd(8) xml-rpc API. It is intended to assist testing and debugging of the Red Hat Enterprise Virtualization Manager (RHEV-M) suite.For example, vdsClient -s 0 list table will print a succinct list of all running virtual machines on the local host (assuming it is using secure connection).
Warning
vdsClient is a debug tool, which is capable of harming the operation of a single RHEV node and even a complete RHEV cluster. Its use is not supported or endorsed by Red Hat.Options
- -h
- Display vdsClient’s help
- -m
- List supported methods and their params (Short help)
- -s
- Connect to server with SSL.
- –truststore <path>
- Specify the location of VDSM’s trust store. The default location is /etc/pki/vdsm.
Files
- /etc/pki/vdsm
- VDSM’s trust store. Used to obtain SSL key for secure communication with VDSM.
