You are here: Administrator's Guide > Installation Options > Distributed Installation > Performing an Installation for Active-Passive Failover > Configure the FME Server Cores for Failover

Configure the FME Server Cores for Failover

Perform the following on both the primary and failover machines. Additional parameters to configure a failover cluster can be found in the FME Server configuration file.

  1. Open the FME Server configuration file at:
  2. <FMEServerDir>\Server\fmeServerConfig.txt

  3. Comment-out the Default Cluster directive CLUSTER_TYPE=DEFAULT:
  4. #CLUSTER_TYPE=DEFAULT

  5. Uncomment the Failover Cluster directive #CLUSTER_TYPE=FAILOVER:
  6. CLUSTER_TYPE=FAILOVER

  7. Uncomment the FAILOVER_MONITOR_HOST directive and specify the name of the host to monitor. If working on the primary server, then specify the name of the failover server. If working on the failover server, then specify the name of the primary server.
  8. The host name value corresponds to the FME_SERVER_HOST_NAME setting of the monitored host. This value is case sensitive and is typically all upper case in a default installation. It is best to confirm by checking the FME_SERVER_HOST_NAME value of the monitored host.

    FAILOVER_MONITOR_HOST=<FME_SERVER_HOST_NAME>

  9. Failover communication occurs over TCP/IP ports 7071, 7072, 7073, and 7075, and host discovery occurs over ports 7500 and 7501. Ensure these ports are open, and configure any firewall settings with rules that allow for full communication between the primary and failover machines. (For more information about the FME Server communication protocol, see FME Server Architecture.)