Previous Topic: Specify the Name of Prerequisite ResourcesNext Topic: Define Positive and Negative Prerequisite Resources


MINOF Statement—Define Prerequisite Resources

In the previous example, all of the resources in the prerequisite list had to be in their table-relative UP state before SSM could dispatch an action to cause the desired state of a resource to get to its table-relative UP state or DOWN state. With the MINOF (minimum of) statement, you define how many prerequisite resources must be in their table-relative UP state before a resource can be brought to its desired state.

For example, suppose you have the following MINOF statement:

MINOF(1,VTAM,VTAMTEST)
1

Defines the minimum number of prerequisite resources that must be in their table-relative UP state

VTAM and VTAMTEST

Defines the prerequisite resources.

In the above statement, VTAM, VTAMTEST, or both can be in their table-relative UP state for SSM to take the action needed to place the resource in its table-relative UP state.

Following is additional information about the MINOF statement: