Prerequisites


 

Before setting up EventLog Analyzer in your enterprise, ensure that the following are taken care of.

Ports to be freed

EventLog Analyzer requires the following ports to be free:

 

Port Number Usage
8400 This is the default web server port. You will connect to the EventLog Analyzer from a web browser using this port number. You may change this port during installation.
513, 514 These are the default listener ports. It is recommended that you configure hosts to send event logs to any one of these ports.
33335 This is the port used to connect to the MySQL database in EventLog Analyzer.

 

EventLog Analyzer will be using the following ports:

 

Port Number Usage
135, 445, 139 Windows services DCOM, WMI, RPC will be using these ports and EventLog Analyzer in turn use these services to collect logs from Windows machines in default mode (Non-SysLog mode).

 

 

Tip

Look up Changing Default Ports for help on changing the default ports used by EventLog Analyzer

 

Recommended System Setup

Apart from the System Requirements, the following setup would ensure optimal performance from EventLog Analyzer.

Changing Default Ports

Changing the default MySQL port:

  1. Edit the mysql-ds.xml file present in the <EventLogAnalyzer_Home>/server/default/deploy directory.
  2. Change the port number in the following line to the desired port number:
    <connection-url>jdbc:mysql://localhost:33335/eventlog</connection-url>

  3. Save the file and restart the server.

Changing the default web server port:

  1. Edit the sample-bindings.xml file present in the <EventLogAnalyzer_Home>/server/default/conf directory.
  2. Change the port number in the following line to the desired port number:
    <binding port="8400"/>
  3. Save the file and restart the server.


Copyright © 2008, AdventNet Inc. All Rights Reserved.