![]() ![]() ![]() |
Once you have successfully installed EventLog Analyzer, start the EventLog Analyzer server by following the steps below.
Windows Application:
Click on Start > Programs > ManageEngine EventLog Analyzer 6 > EventLog Analyzer to start the server.
Alternatively, you can navigate to the <EventLog Analyzer Home>\bin folder and invoke the run.bat file.
Ensure that the EventLog Analyzer application is installed as Windows Service. When you install with single click, by default it will be installed as Windows Services. If you have carried out custom installation, and chose not to install the application as Windows Service, carry out the procedure to convert the application installation as Windows Service. After this, carryout the following procedure to start Windows Service.
Linux Application:
Navigate to the <EventLog Analyzer Home>/bin directory and execute the run.sh file.
When the respective run.sh file is executed, a command prompt window opens up showing startup information on several modules of EventLog Analyzer. Once all the modules have been successfully created, the following message is displayed:
Server started.
Please connect your client at http://localhost:8400
where 8400
is replaced by the port you have specified as
the web server port during installation.
If the default syslog listener port of EventLog Analyzer is not free then EventLog Analyzer displays " Can't Bind to Port <Port Number>
" when logging into the UI.
Ensure that the EventLog Analyzer application is installed as Linux Service. When you install with single click, by default it will be installed as Linux Services. If you have carried out custom installation, and chose not to install the application as Linux Service, carry out the procedure to convert the application installation as Linux Service. After this, carryout the following procedure to start Linux Service.
/etc/init.d/eventloganalyzer start
Check the status of EventLog Analyzer service
/etc/init.d/eventloganalyzer status
ManageEngine EventLog Analyzer 6.0 is running (15935).
Follow the steps below to shut down the EventLog Analyzer server. Please note that once the server is successfully shut down, the MySQL database connection is automatically closed, and all the ports used by EventLog Analyzer are freed.
Windows Application:
Ensure that the EventLog Analyzer application is installed as Windows Service. Carryout the following procedure to stop Windows Service.
Linux Application:
/etc/init.d/eventloganalyzer stop
Stopping ManageEngine EventLog Analyzer 6.0...
Stopped ManageEngine EventLog Analyzer 6.0.
Check the status of the service again
/etc/init.d/eventloganalyzer status
ManageEngine EventLog Analyzer 6.0 is not running.
![]() ![]() ![]() |