Eclipse Amlen static configuration

The static configuration file allows manual configuration of the server. The configuration is loaded when the server starts, any modification to the configuration requires the server to be stopped and restarted. Settings for High Availability (HA) should be set the same on both servers in the pair.

SNMPPort

The SNMP port can only be configured manually by commenting out the SNMPPort directive in server.cfg and setting it to the port number that you want to use. The default value for the subagent port is 705.

HA.AllowSingleNIC

When configuring High Availability, a redundant network connection is required. This is typically done by specifying the Discovery interface and Replication interface to use different subnets. If using an aggregated link redundancy is handled at the Operating System level and it will appear as a single Network Interface Card.

Setting HA.AllowSingleNIC to 1 removes policing and allows the Discovery Interface and Replication Interface to be on the same subnet.

HA.SplitBrainPolicy

If a High Availabilitiy pair encounters a Split Brain situation (see High availability problems) manual intervention from an Administrator is required to choose the appropriate Primary server.

To allow the pair to choose a primary server itself set the HA.SplitBrainPolicy to 1. Under this policy the server with the largest number of active connections will become the primary server. In the event of a tie the server with the highest session count will become the primary server. If there is still a tie then neither server will become the primary and manual intervention is required.