ASAP 3.2 Server Manual
HP NonStop ASAP Server Manual Page 145 of 381
operator
A relational operator: GT, LT, EQ, NE, GE, or LE. The operator is not specified for
the STATUS attribute.
gname
The name of a Boolean goal. Outputs the action defined for this goal name. Using
gname without specifying GOALNAME can also output attribute specific
actions if the action name is the same as an attribute name.
GOALNAME
Specifies that output will be produced in tokenized form for a specific Boolean goal
named gname.
RULE
The RULE option is used to list, define, and delete stored action strings that can be
referenced in RANK commands.
rule
A stored action string name. The name is optional when listing rules but is required
to define or delete a rule.
string
An action string not enclosed in quotes, where the first word in the string
represents the command interpreter the command should be sent to and the
remainder of the string is the command to be sent to the CI.
The string should be entered exactly as it will be sent to the command interpreter.
Include any of the tokens below in the string, and ASAP will substitute actual
names for the symbolic tokens. For example, this action string can be used to
resecure any file that is not meeting its security objective:
FUP SECURE <#OBJECT>, "<#GOAL>"
Tokens include:
<#ENTITY>
The entity name
<#OBJECT>
The NonStop OS or OSS object name
<#DOMAIN>
The domain name
<#D1>
Leftmost part of a multilevel domain name
<#D2>
2nd part of a multilevel domain name
<#D3>
3rd part of a multilevel domain name
<#D4>
4th part of a multilevel domain name
<#D5>
5th part of a multilevel domain name
<#ATTR>
The attribute name
<#OP>
The objective operator