Table of Contents

Driven Administrator Guide

version 1.2

Stopping and Uninstalling the Driven Server

Stopping the Driven Server

Run the shutdown.sh script in the Driven installation directory:

$ cd ${DIR}
$ bin/shutdown.sh

Uninstalling the Driven Server

Step 1: Stop the server by running the shutdown.sh script in the Driven installation directory:

$ cd ${DIR}
$ bin/shutdown.sh

Step 2: Remove the installation directory ({$DIR})

Note
If the Driven data storage location was not changed from the ${DIR}/driven default, the following command removes all the data.

Run the following command:

$ rm -rf ${DIR}