14.2 Starting and Stopping a Sentinel Server

A Sentinel server is made up of the following components:

When a Sentinel server is started or stopped, all components installed in that Sentinel server are also started or stopped. To start or stop a particular component on a Sentinel server, use the Servers View under the Admin tab in Sentinel Control Center.

You need to start or stop a Sentinel server because of the following routine maintenance:

14.2.1 Starting a Sentinel Server

  1. Log in to the machine where the Sentinel server you want to start as the Sentinel Administrator operating system user.

  2. Go to the <install_directory>/bin directory.

  3. Run the following command:

    ./sentinel.sh start
    

14.2.2 Stopping a Sentinel Server

  1. Log in to the machine where the Sentinel server you want to stop is installed. Use the Sentinel Administrator operating system user credentials (by default admin).

  2. Go to the <install_directory>/bin directory.

  3. Run the following command:

    ./sentinel.sh stop