Table of Contents

Search

  1. Preface
  2. Installation and Configuration
  3. Pre-Installation Tasks
  4. Installation
  5. Post-Installation Tasks
  6. Uninstallation
  7. Troubleshooting the Installation
  8. Configuring Extended JVM Parameters
  9. Glossary

Installation and Configuration Guide

Installation and Configuration Guide

Starting or Stopping the Administrator Daemon on Linux

Starting or Stopping the
Administrator Daemon
on Linux

To start the
Administrator Daemon
, run the
admin.sh
command. The
admin.sh
command also starts or stops the topic resolution daemon (LBMRD), the persistence store (UM Store), and Apache ZooKeeper along with the
Administrator Daemon
.
To start the
Administrator Daemon
, LBMRD, the persistence store (UM Store), and ZooKeeper, run the following command from the
<VDS installation directory>/admind/bin
folder:
./admin.sh start
To start one of the components, run the following command:
./admin.sh start <component>
Where,
<component>
is
admind
,
lbmrd
,
umestored
, or
zookeeper
.
To stop the
Administrator Daemon
, run the following command:
./admin.sh stop
To stop one of the components, run the following command:
./admin.sh stop <component>
Where,
<component>
is
admind
,
lbmrd
,
umestored
, or
zookeeper
.

0 COMMENTS

We’d like to hear from you!