Sample configuration

In this example, the coordination point agent type resource is configured with the value of the FaultTolerance attribute set to 0. At this value setting, the CoordPoint agent reports faulted, when the agent determines that at least one coordination point has keys (or registrations) missing.

The following is an example service group (vxfen) extracted from a main.cf file:

group vxfen (

SystemList = { sysA = 0, sysB = 1 }

AutoFailOver = 0

Parallel = 1

AutoStartList = { sysA, sysB }

)

CoordPoint coordpoint (

FaultTolerance=0

)

// resource dependency tree

//

// group vxfen

// {

// CoordPoint coordpoint

// }