Table of Contents

Driven Administrator Guide

version 2.0.5

Stopping and Uninstalling the Driven Server

Stopping the Driven Server

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

$ cd ${INSTALL_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 ${INSTALL_DIR}
$ bin/shutdown.sh

Step 2: Remove the installation directory

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

Run the following command:

$ rm -rf ${INSTALL_DIR}