ASAP 3.0 Server Manual
HP NonStop ASAP Server Manual Page 171 of 342
entity
is the name of an ASAP Entity as defined in EDL.
node
is the node name the command applies to.
domain
is any form of an ASAP domain name. Domain names can represent physical
devices ($Data) or abstract representations of applications (Funds\Transfer\Input.)
Some command options support the asterisk wild-card character at the end of the
domain name.
COMMIT
sends a commit request to all entities or a specific entity on a local or remote node.
This request causes ASAP to reload its set of objectives for the entity or entities on
the node.
goal attribute operator [value] [event] [action]
STATUS [event] [action]
STATUS NOEMS [action]
event INFO|CRITICAL [REPEAT] [NODISPLAY] [down] [-up]
action ACTION "string" | rule [WAIT wait] [NOREPEAT]
attribute
is the name of an attribute name as defined in ASAP EDL for the entity. The
attribute must be defined with StatePair Yes, and it cannot be the StateIsOp
(STATUS) attribute.
operator
is one of the following objective operators:
>
The calculated value must be greater than the objective value.
<
The calculated value must be less than the objective value.
=
The calculated value must equal the objective value.
<>
The calculated value cannot equal the objective value.
>=
The calculated value must be greater than or equal to the
objective value.
<=
The calculated value must be less than or equal to the objective
value.
operator has no meaning for the STATUS attribute.