Previous Topic

Next Topic

Book Contents

Book Index

Step 4: Configure Progress Services in Microsoft Cluster Services

Configure Progress Services as Generic Services in MSCS

  1. To open MSCS, select Administrative Tools > Failover Cluster Management. The Failover Cluster Management main screen opens. In the left pane, under Nodes, you should see the two nodes you set up.
  2. Open the High Availability Wizard:

    The High Availability Wizard opens.

  3. On the Before You Begin page, click Next.

    On Windows Server 2016 and 2019, the Select Role page opens.

  4. Select Generic Service, then click Next. The Select Service page opens.
  5. Select Progress WS_FTP Server, then click Next. The Client Access Point page opens.
  6. In the Name field, enter the name that clients will use when accessing this service (for example "WFFTPSvc"), and enter the service's IP addresses.

    If the clustered service has two IP addresses, they must be on separate subnets: one private address for MSCS use (the cluster IP address) and one public address for the service (the Client Access Point IP address).

    If the cluster is not allowed to use one of the networks for cluster communication, the Client Access Point page displays one network and only allows you to set one IP address. Enter the same IP address for both cluster communication and the Client Access Point.

Clients will use the public IP address to connect to your FTP/SSH servers.

The Client Access Point IP addresses must be different from the IP addresses you used when configuring the cluster.

  1. Click Next to proceed through the Select Storage page, then click Next again to proceed through the Replicate Registry Settings page. (You do not need to set options on these pages.)
  2. On the Confirmation page, review your settings and click Next to continue. The Summary page opens.
  3. On the Summary page, click Finish. The High Availability Wizard closes.

Add Additional Progress Services to the Cluster

You must add each additional Progress service to the Generic Service you just created.

  1. Right-click the newly created entry (Ex. WFFTPsvc), and then select Add a Resource.
  2. Select 4 - Generic Service. The New Resource Wizard opens.
  3. Select Progress SSH Server, then click Next. The Confirmation screen opens.
  4. Click Next to confirm the selection, then click Finish to close the New Resource Wizard.
  5. Repeat Steps 1-4 to add IIS service to the Generic Resource.

Configure Progress Services to Restart on Failure

On both nodes, you must configure FTP, SSH, FTP Web, Logging, and Notification services to restart once on failure before failing over all other services to the passive node. This prevents non-critical services from failing over FTP or SSH server services, which would halt any current transfers.

  1. To open Services, go to Administrative Tools > Services.
  2. Right-click the Progress Logging Server service and select Properties.
  3. On the Recovery tab, for First Failure, select Restart the Service, then click OK.

Repeat Steps 2-3 for World Wide Web Publishing Service, Progress Notification Server, Progress WS_FTP Server, and Progress SSH Server.

See Also

Configuring a Failover Solution Using Microsoft Cluster Services

Architecture

Requirements

Step 1: Configure the MSCS Failover Solution

Step 2: Install WS_FTP on Both Nodes

Step 3: Edit Progress Registry Settings on Both Nodes

Step 5: Test the Failover Cluster