Top
PRIMECLUSTER  Reliant Monitor Services (RMS) with Wizard Tools Configuration and Administration Guide 4.7

2.1.6 Switch processing

The switch processing procedure ensures that an application switches over to another node in the cluster.

2.1.6.1 Switch request

Switch requests are divided as follows:

The types of switches are divided as follows:

Point

During switch processing, RMS notifies all the nodes in the cluster of the procedure. This prevents competing requests.

Example 8

The scenario for this example is as follows:

Switch processing is as follows:

  1. RMS forwards the switch request to fuji2RMS because fuji2RMS is the online node of the userApplication object.

  2. app on fuji2RMS notifies the corresponding nodes in the cluster (in this case, app on fuji3RMS) that switchover processing is active. This means that competing activities are blocked.

  3. app on fuji2RMS sends a request to app on fuji3RMS to establish whether any faults are known in the local graph on fuji3RMS. In this example, there are no known faults in the local graph on fuji3RMS.

  4. app on fuji2RMS commences offline processing.

  5. As soon as RMS has successfully deconfigured app on fuji2RMS, app on fuji2RMS notifies all corresponding nodes in the cluster that the application will now be running on fuji3RMS. Blocking of competing requests is simultaneously cancelled.

  6. app on fuji2RMS terminates its activity by sending an explicit online request to app on fuji3RMS.

  7. app on fuji3RMS commences online processing.