EventLog Analyzer can be started as a root user, but all file permissions will be changed, and later you cannot start the server as another user.
The web server port you have selected during installation is possibly being used by another application. Configure that application to use another port, or change the EventLog Analyzer web server port.
The archiving feature in EventLog Analyzer automatically stores all logs received in zipped flat files. You can configure archiving settings to suit the needs of your enterprise. Apart from that, if you need to backup the database, which contains processed data from event logs, you can run the database backup utility, BackupDB.bat/.sh present in the
To take a backup of the existing EventLog Analyzer MySQL database, ensure that the EventLog Analyzer server or service is stopped and create a ZIP file of the contents of
Steps to take backup of MSSQL database:
Find the current location of the data file and log file for the database eventlog by using the following commands:
use eventlog
go
sp_helpfile
go
Detach the database by using the following commands:
use master
go
sp_detach_db 'eventlog'
go
Backup the data file and log file from the current location (
This message could be shown in two cases:
Case 1: Your system date is set to a future or past date. In this case, uninstall EventLog Analyzer, reset the system date to the current date and time, and re-install EventLog Analyzer.
Case 2:You may have provided an incorrect or corrupted license file. Verify that you have applied the license file obtained from ZOHO Corp.
If neither is the reason, or you are still getting this error, contact licensing@manageengine.com
To bind EventLog Analyzer server to a specific interface follow the procedure given below:
For Eventlog Analyzer running as application:
bindip<IP Address of the interface to which the EventLog Analyzer needs to be bound>
Example entry is as given below:
bin\SysEvtCol.exe -loglevel 3 -bindip 192.168.111.153 -port 513 514 %*
For Eventlog Analyzer running as service:
Open the stopDB.bat file which is under
<ip-address>>' to the command arguments and save the file.
After the change the line should like the one given below:
Open the wrapper.conf file which is under <Eventlog Analyzer Home>\server\default\conf and follow the below steps:
Uncomment the second application parameter'
wrapper.app.parameter.2=-L../lib/AdventNetDeploymentSystem.jar'.
Add the following new application parameters
wrapper.app.parameter.3=-c default
wrapper.app.parameter.4=-b <ip-address>
wrapper.app.parameter.5=-Dspecific.bind.address=<ip-address>
and save the file.
Probable cause:An instance of MySQL is already running on this machine.
Solution:Shut down all instances of MySQL and then start the EventLog Analyzer server.
Probable cause:Port 33335 is not free
Solution: Kill the other application running on port 33335. If you cannot free this port, thenchange the MySQL port used in EventLog Analyzer.
Probable cause:The default web server port used by EventLog Analyzer is not free.
Solution: Kill the other application running on port 8400. If you cannot free this port, then change the web server port used in EventLog Analyzer.
Probable cause:The syslog listener port of EventLog Analyzer is not free.
Solution:
Probable cause: (File opens with other program)The configureODBC.vbs file may be set to open with a program other than "wscript.exe" in WINDOWS\system32 folder (for example: Notepad.exe), hence the file was unable to execute during the application start.
Solution:
Probable cause: (File not having execute permission) The configureODBC.vbsfile may not have execute permission.
Solution:
For Windows hosts, enter the host name and the authentication details, and then add the host. For Unix hosts, enter the host name and the port number of the syslog service, and then add the host. (Ensure that the syslog service is running, and that it is using the same port number specified here.)
The session information for each user can be accessed from the User Management link. Click the View link under Login Details against each user to view the active session information and session history for that user.
Please follow the below steps to move an existing EventLog Analyzer server to a new machine/server.
In-case of any issues while performing the above steps, please do not continue any further and contact eventlog-support@manageengine.com to assist you better.
To assign/change MySQL Database password, follow the below given steps:
Graphs are empty if no data is available. If you have started the server for the first time, wait for at least one minute for graphs to be populated.
Reports can be generated in HTML, CSV, and PDF formats. All reports are generally viewed as HTML in the web browser, and then exported to CSV or PDF format. However, reports that are scheduled to run automatically, or be emailed automatically, are generated only as PDF files.