Install EventLog Analyzer as a service
The steps to install EventLog Analyzer as a service for Windows and Linux machines are given below.
Windows:
- Establish a remote connection with the server where EventLog Analyzer is installed.
- Open the command prompt with Admin privileges.
- Navigate to <Eventlog Analyzer>\bin
- Execute the following commands sequentially to ensure that the instance is not running:
- shutdown.bat
- stopDB.bat
- stopSEC.bat
- Execute the following command to install EventLog Analyzer as a service.
- Go to services.msc and start the ManageEngine EventLog Analyzer service.
Note: Commands related to ManageEngine EventLog Analyzer 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:
- Establish a remote connection with the server where EventLog Analyzer is installed.
- Navigate to <Eventlog>\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
- Execute the command "sudo sh ConfigureAsService.sh -i"
- Execute the command "service eventloganalyzer status" to verify the service installation.