To maintain a hot standby Central system, Central itself can be used to replicate its own configuration files to a standby Central server. The process involves setting up a locked-down FTP server on the standby server, and configuring the primary Central to upload its configuration files to the standby server using the FTP server.
NOTE: In order for replication of the configuration files to work properly, both systems must be running the same version of MOVEit Central. Also, there must obviously be a network connection between the two servers.
Follow these steps to set up configuration replication between a production Central (primary) and a hot standby Central (secondary).
Install MOVEit Central on the secondary server. Stop the MOVEit Central service and set the start method to MANUAL.
Install IIS FTP services on the secondary server. Configure IIS FTP in the following way:
Add a new Windows user:
Right-click the "My Computer" shortcut on your desktop, and select "Manage" from the right-click pop-up menu.
Open the "Configuration \ Local Users and Groups \ Users" tree.
Select "New User..." from the right-click pop-up menu.
Type in a username of "micftp", any password, UNCHECK the "User must change password at next login" box and CHECK the "user cannot change password" and "password never expires" boxes.
Click the "Create" button.
Assign permissions to the new Windows user:
Browse to the “\Program Files” or “\Program Files (x86)” folder, depending on your system architecture.
Select the "MOVEit" folder and select "Properties" from the right-click pop-up menu.
Click over to the “Security” tab, click the “Edit…” button, then click the “Add…” button, then select the local computer list of users and select the new “micftp” user. Click the “Add” button and then the “OK” button.
Back on the "Security" tab, select the "micftp" user and turn on the FULL CONTROL option.
Close this dialog.
Install the IIS FTP service if required.
If the IIS FTP service is not installed, launch the “Server Manager” dialog by right-clicking “My Computer” and selecting “Manage” from the right-click pop-up menu.
Click the "Roles" section. In the resulting display, under the "Role Services" section, click the "Add Role Services" option.
Find and select the "FTP Server" option (may be called "FTP Publishing Service" on some machines) from the list of available Role services and click the "Next" button. Click the "Install" button to complete the installation.
Configure the IIS FTP service.
Open the Internet Information Services manager console.
Right click the “Sites” subsection and select the “Add FTP Site…” option from the right-click pop-up menu.
Give the FTP site a name and select the “\Program Files\MOVEit” directory as the physical path for the content directory. Click the “Next” button.
Enter the desired IP Address, Port, and SSL settings and click the “Next” button
Select “Basic” for the authentication type and under “Allow access to:” select “Specified users” and type in “micftp” and select both the “Read” and “Write” options. Click the “Finish” button to complete adding the FTP site.
Verify the FTP site is started and test the connection from the other MOVEit Central node.
Create a "Certs Backup" task on the primary Central to backup client certificates.
Create a new task with a process, destination and schedule (no source).
Add a PER-TASK process which runs the "Certs Backup" built-in script. Allow the process to default to the two output filenames CertsPersonal.pfx and CertsOtherPeople.pfx. Specify a password for the output PFX files.
Add a destination which copies the file to \Program Files\MOVEit.
Add a schedule to run the task periodically every day.
Create a "Certs Restore" task on the primary Central to restore client certificates.
Create a new task with a source, process and destination (no schedule).
Add a source which loads Certs*.pfx from \Program Files\MOVEit.
Add a PER-FILE process which runs the "Certs Restore" built-in script. Specify the same password used by the above task.
DO NOT schedule the task. This task will not be run under normal circumstances; it will be run manually by operator after a failover, on the newly-promoted primary node.
Start broadcasting the Central configuration from the primary server to the secondary server.
Add a new FTP host that points to the secondary Central's IIS FTP.
Create a new "Backup Central" task:
Source: Local File "\Program Files\MOVEit\miccfg.xml"
Source: Local File "\Program Files\MOVEit\michash.xml"
Source: Local File "\Program Files\MOVEit\CertsPersonal.pfx"
Source: Local File "\Program Files\MOVEit\CertsOtherPeople.pfx"
Source: All Local Files/Folders under “\Program Files\MOVEit\StateFiles