Install EventLog Analyzer as a service

Last updated on:

In this page

Overview

This page outlines how to configure the product to run as a background service on both Windows and Linux machines. Running the product as a service ensures continuous operation even after system reboots and allows administrators to manage the application using standard service control commands. The procedures outlined below guide you through stopping existing instances, executing installation scripts, and verifying service status.

Windows:

  1. Establish a connection with the server where the product is installed.
  2. Open the command prompt with Admin privileges.
  3. Navigate to <Log360>\bin.
  4. Execute the following commands sequentially to ensure that the instance is not running:
    • shutdown.bat
    • stopDB.bat
    • stopSEC.bat
  5. Execute the following command to install the product as a service.
    • service.bat -i
  6. Go to services.msc and start the ManageEngine SIEM service.
NOTE

Commands related to product service:

  • Install the service: service.bat -i
  • Start the service: service.bat -t
  • Stop the service: service.bat -p
  • Remove the service: service.bat -r

Linux:

  1. Establish a connection with the server where the product is installed.
  2. Navigate to <Eventlog Analyzer>\bin.Execute the following commands sequentially with Admin privileges to ensure that the instance is not running:
    • sudo sh shutdown.sh
    • sudo sh stopDB.sh
    • sudo sh stopSEC.sh
  3. Execute the command "sudo sh configureAsService.s h -i "
  4. `
  5. Execute the command "service eventloganalyzer status" to verify the service installation.

Read also

This page outlines how to install the product as a service on Windows and Linux systems. For related setup and administration operations, refer to the below help documents: