ASAP 3.1 Server Manual

HP NonStop ASAP Server Manual Page 229 of 360
action
ACTION string | rule [WAIT wait] [NOREPEAT]
string
is an action string where the first word in the string is a command
interpreter name such as TACL, SCF, or FUP, and the remainder of the
string represents the command to be executed by that command
interpreter.
The string must be enclosed in double quotation marks, and ASAP
converts any single quotes found within a string to double quotes. For
example, ACTION "FUP SECURE <#OBJECT>, '<#GOAL>'" becomes
FUP SECURE <#OBJECT>, "<#GOAL>" when processed by the ASAP
Action server.
Whenever these tokens are contained in a string, the tokens in the string
are replaced with values associated with the objective, and the resulting
command is executed:
<#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
<#VALUE>
The current value of the attribute
<#STATE>
The current state of the attribute
<#LASTSTATE>
The last state of the attribute
<#GOAL>
The objective value
rule
is an action rule defined using the ACTION command. Action rules are
stored action strings that can be applied to multiple domains.