Driven Administrator Guide
version 1.3.8Installing the Driven CLI Client
The Driven CLI Client is an application to perform such tasks such as backing up, monitoring, and integrating (if required) Driven with a centralized monitoring tool.
Note
|
The Driven Server and CLI Client are typically installed on the same machine. If you choose not to install on the same machine, then ensure that the CLI Client host machine has access to Driven Server ports 8080, 9200, and 9300. |
Step 1: Download and unzip the CLI Client
$ cd $DOWNLOAD_PATH
$ wget -i http://files.concurrentinc.com/driven/1.3/driven-client/latest.txt
$ cd $INSTALL_PATH
$ tar -xvf $DOWNLOAD_PATH/$ZIP_FILE
Step 2: Place the bin directory inside the unzipped CLI Client on your PATH
$ export PATH=$PATH:$INSTALL_PATH/driven/bin
$ driven --help
Usage: driven COMMAND [options]
where COMMAND is one of:
backup backup/restore operations
scope query status and runtimes
reindex update elasticsearch data
driven COMMAND --help for options
See Backing Up and Restoring Driven Repositories and Extracting Data with the scope Command for documentation about Driven commands that can be used with the CLI Client.
Next
The next topic covers Stopping and Uninstalling the Driven Server.