The following alphabetical list describes all object types that are supplied with RMS and configured by the Wizard Tools.
Type | Required attributes | Description |
---|---|---|
andOp | HostName (for direct children of a userApplication object) | Object associated with its children by a logical AND operator. This object type is online if all children are online, and offline if all children are offline. |
controller | Resource | Object that controls one or more userApplication objects. |
ENV | (none required) | Object containing clusterwide (global) environment variables. |
ENVL | (none required) | Object containing node-specific (local) environment variables. |
gResource |
| Custom (generic) object. Usually represents system resources such as file systems, network interfaces, or system processes. |
orOp | (none required) | Object associated with its children by a logical OR operator. This object type is online if at least one child is online. |
SysNode | (none required) | Represents nodes in the cluster; at least one required. |
userApplication | (none required) | Represents an application to be monitored; at least one required. Must have one or more SysNode objects as its parents. For each SysNode parent, it must have one child andOp with its HostName attribute set to the name of the corresponding SysNode. |