You are here: Administrator's Guide > Installation Options > Distributed Installation > Installing for Failover > Post-Configuration Scripts

Post-Configuration Scripts

After configuring the database, you must run additional post-configuration scripts to finish completing the installation. These scripts enable the installed services, sample workspaces, and notification subscribers.

  1. Ensure that FME Server is running. For more information, see:
  2. (PostgreSQL database only) On the machine on which the FME Server database server is installed, open <PostgreSQLDir>\data\pg_hba.conf.
    • Change the following lines:
    • host    all     all     127.0.0.1/32      md5

      host    all     all     ::1/128         md5

      to:

      host    all      all       0.0.0.0/0         md5

      host   all      all     ::/0             md5

    • Restart the FME Server Database service.
  3. Run the following scripts:
    • Windows:
    • On all machines on which the FME Server Core is installed, open <FMEServerDir>\Utilities\, and run runPostInstall.bat.

      Note: You may need to run this script as administrator (right-click and select Run as administrator).

    • Linux:
    • On all machines on which the FME Server Core is installed, in the following order:

      • <FMEServerDir>/Clients/utilities/addQueueNode.sh
      • <FMEServerDir>/Clients/utilities/addPublishers.sh
      • Either of the following:
        • <FMEServerDir>/Clients/utilities/configureDemoWorkspaces.sh
        • OR

        • <FMEServerDir>/Clients/utilities/addServices.sh
      • <FMEServerDir>/Clients/utilities/addSubscribers.sh
      • <FMEServerDir>/Clients/utilities/addCleanupTasks.sh
  4. Restart the FME Server Core and FME Server Engines System Services.