You are here: Administrator's Guide > Installation Options > Distributed Installation > Installing for Active-Passive 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.
- Ensure that FME Server is running.
- On Windows, run the following scripts:
Note: You may need to run these scripts as administrator (right-click and select Run as administrator).
- On the machines on which the FME Server Core is installed (primary and failover) (Install the FME Server Core and FME Engines), open <FMEServerDir>\Clients\utilities\, and run:
- addSubscribers.bat
- addPublishers.bat
- addCleanupTasks.bat
- configureDemoWorkspaces.bat or, if Samples are not needed, addServices.bat
- On the machines on which the FME Server Core is installed (primary and failover) (Install the FME Server Core and FME Engines), open <FMEServerDir>\Clients\utilities\, and run:
-
On Linux, run the following scripts:
- On the machine on which the FME Server Services are installed (Install the FME Server Services and Configure for Failover):
- <FMEServerDir>/Clients/utilities/configureDemoWorkspaces.sh
- <FMEServerDir>/Clients/utilities/addServices.sh
- On the machines on which the FME Server core is installed (primary and failover) (Install the FME Server Core and FME Engines):
- <FMEServerDir>/Clients/utilities/addSubscribers.sh
- <FMEServerDir>/Clients/utilities/addPublishers.sh
- <FMEServerDir>/Clients/utilities/addCleanupTasks.sh
- On the machine on which the FME Server Services are installed (Install the FME Server Services and Configure for Failover):
- (PostgreSQL database only) On the machines on which the FME Server core is installed (primary and failover), open
<FMEServerDir>\Utilities\pgsql\data\pg_hba.conf
.- Change the following lines:
- Restart the FME Server Database service.
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