Starting/Stopping the Elasticsearch 5.4.1 service

If you install the IBM Spectrum LSF Explorer bundled Elasticsearch 5.4.1, you can start, stop or view the Elasticsearch service by using the commands (as seen below) as root:

Procedure

  1. Start the Elasticsearch Server services.
    # service elasticsearch-for-lsf start
  2. Stop the Elasticsearch Server services.
    # service elasticsearch-for-lsf stop
  3. Check the status of the Elasticsearch services.
    # service elasticsearch-for-lsf status