Table of Contents

Driven Administration Guide

version 1.1.1

Installing the Driven Client: Admin CLI Client

Driven Client is an application that you will use to perform tasks such as backup, monitoring, and integrating (if required) Driven with a centralized monitoring tool.

Step 1: Download and unzip the Driven Client

$ cd $DOWNLOAD_PATH
$ wget -i http://files.concurrentinc.com/driven/1.1/driven-client/latest.txt
$ cd $INSTALL_PATH
$ tar -xvf $DOWNLOAD_PATH/$ZIP_FILE

Step 2: Place the bin directory inside the unzipped client on your PATH.

$ export PATH=$PATH:$INSTALL_PATH/driven/bin
$ driven --help
Usage: driven COMMAND [options]
where COMMAND is one of:
  admin   configure/manage the server
  backup  backup/restore operations
  scope   query status and runtimes
  replay  replay put items to server
driven COMMAND --help for options

We will be covering the Driven commands in the following sections

Next