Changing active/passive settings

All cluster members are added to a cluster with the ClusterCATS Server in active state, by default. In active state, ClusterCATS Servers intercept requests to your web resources and provide availability and failover services. From time to time, you may want to turn off these load-balancing and failover services, to help troubleshoot problems. To do this, change the ClusterCATS Server's state from active to passive. In passive state, ClusterCATS Servers do not actively manage load nor protect against resource failures. HTTP requests sent to a server that is in the passive state are passed directly to the web server without ClusterCATS Server processing.

Changing active/passive settings in Windows

To change a cluster member's state:

  1. Open the ClusterCATS Explorer and select a cluster member.
  2. Select Configure > State or right-click a cluster member and select Configure > State.

    The server Properties dialog box appears:

    Server Properties dialog box

  3. To make ClusterCATS Server ignore incoming HTTP requests and pass them directly to the web server, select Passive Member.
  4. To make ClusterCATS Servers intercept requests to your web resources, select Active Member.
  5. Click OK to apply your changes.

    The cluster member's icon in the ClusterCATS Explorer turns white, indicating that the cluster is passive.

  6. Repeat steps 1 through 5 to change other members in the cluster.

Changing active/passive settings in UNIX

To change a cluster member's state:

  1. In ClusterCATS Web Explorer, click the Show Cluster link.

    The Show Cluster page appears.

  2. Enter the fully qualified host name of the server in the Web Server Name field.
  3. Click OK.

    The Cluster Member List page appears.

  4. Click the Server Attributes link under Other.

    The Connect To Server page appears.

  5. Select a server to connect to from the Web Server Name drop-down box.
  6. Click OK.

    The selected server's Properties page appears.

  7. Click the Administration link.

    The Server Administration page appears for the selected server.

  8. To make ClusterCATS Server ignore incoming HTTP requests and pass them directly to the web server, select Passive from the State drop-down box.
  9. To make ClusterCATS Server intercept requests to your web resources, select Active from the State drop-down box.
  10. Click OK.

Comments