ASAP 3.0 Server Manual

HP NonStop ASAP Server Manual Page 134 of 342
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
<#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
DELETE
Deletes the referenced action rule.
Examples
ACTION shows all action strings.
ACTION CPU shows all CPU action strings.
ACTION \REMOTE shows all actions on \REMOTE.
ACTION RULE lists all actions stored as rules.
ACTION RULE RESECURE lists the stored action named RESECURE.
To define a stored action to resecure files:
ACTION RULE SECURE = FUP SECURE <#OBJECT>, "<#GOAL>"
ACTION RULE RESECURE, DELETE deletes the RESECURE action.