How to deploy EventLog Analyzer as a service?
EventLog Analyzer as a service can be deployed in two ways:
- Via the command prompt:
- Establish a remote connection with the server where EventLog Analyzer is installed.
- Open the command prompt with Admin privileges.
- Navigate to C:\ManageEngine\EventLog Analyzer\bin folder.
- 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.
- service.bat -i
- Go to services.msc and start the ManageEngine EventLog Analyzer service by executing the service.bat -t command.
Note: These are the 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
- Restart the service: service.bat -r
II. Via the EventLog Analyzer UI:
- Login to the EventLog Analyzer web console as an Admin.
- Go to the Settings tab ⇾ System Settings ⇾ NT Service ⇾ Install as a Service.
- Enter the service logon account details in the prompt to complete the action. You can provide the credentials of domain admin or the account dedicated for log collection.
We have provided a
step-by-step guide to set up EventLog Analyzer for smooth log management. Refer to the
install/uninstall and the start/shutdown guides and get started.
New to ADSelfService Plus?
Related Articles
How to uninstall the EventLog Analyzer service
Objective This article provides step by step instructions to uninstall the EventLog Analyzer service. Prerequisites Access to EventLog Analyzer as an Admin/sudo user is required to execute .bat or .sh files. Steps to follow Step 1: Access EventLog ...
How to upgrade the EventLog Analyzer Agent?
Usually, an agent upgrade would happen automatically if the credentials provided for agents under the "Manage agents" section are valid or has the appropriate rights for accessing services or logs in the agent machine. However, in recent builds ...
How to install EventLog Analyzer as service in Linux OS?
Objective This article offers step-by-step instructions to install EventLog Analyzer as service in Linux OS. Prerequisites Ensure access to EventLog Analyzer as Admin/sudo user to execute .bat or .sh files. Steps to follow Step 1: Access EventLog ...
How to install EventLog Analyzer as a Windows service
Objective Installing EventLog Analyzer as a Windows service ensures the application starts automatically with the operating system and runs continuously in the background. This setup is essential for uninterrupted log collection, alerting, and ...
How to enable notification for EventLog Analyzer service downtime
Objective EventLog Analyzer includes a built-in mechanism to notify administrators when the application service unexpectedly stops or crashes. This helps ensure that service interruptions are identified and addressed promptly. This document provides ...