HP-UX CMGR A.02.00 Administrator's and Developer's Guide

DescriptionAttribute
Required.
Specifies the PRM configuration file to use.
prmfile
Optional.
If FALSE, do not execute the prm activation command. Default is TRUE.
prmactivate
Optional
If FALSE, do not execute the prm validation command. Default is TRUE.
prmvalidate
3.2.7 The provision Element
The provision element manages user defined provision scripts specifed by the prog
attribute. It stores data passed to the provision script on the add and replace operations
specifed by the tag_file attribute. Upon invocation, the provision handler checks
the operation option from the cmgr command and performs one of the following tasks:
DescriptionOperation
Adds concatenated data child elements to the beginning of the
tag_file. If tag_file does not exist, it will be created.
The provision handler then invokes the provision script prog with
the following command, using the concatenated data:
prog -add <concatenated data>
You must include meta-tags around the configuration data to be added.
See Section 3.2.8 for more information on meta-tags.
add
Searches tag_file for the first block of data with the exact matching
open and close comment meta tag as specified in the concatenated
child data elements. If a match is found, the comment meta-tags, and
all data between are deleted.
The provision handler then invokes the provision script prog with
the following command, using the data previously found from
tag_file:
prog -delete <data>
delete
Performs a delete followed by an add operation.replace
Searches tag_file for matching meta tags and if a match is found,
displays the entire meta tag string. If used with the option verbose,
the provision handler invokes the following command with the found
data:
prog -list <data>
list
3.2 Configuration Elements 25