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

20
Operation
Description
operation.
list
If pass_variables is set to yes, the provision handler invokes the prog
provision script with the following command, using the concatenated data:
prog list var=”value” …
If pass_variables is set to no, the hanlder searches the tag_file file for matching
meta tags and if a match is found, it 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>
export
If pass_variables is set to yes, the provision handler invokes the prog
provision script with the following command, using the concatenated data:
prog export var=”value” …
If pass_variables is set to no, the handler searches the tag_file file for matching
meta tags and if a match is found, the provision handler invokes the following
command with the data found:
prog -export <data>
import
If pass_variables is set to yes, the provision handler invokes the prog
provision script with the following command, using the concatenated data:
prog import var=”value” …
If pass_variables is set to no, the handler searches the tag_file file for matching
meta tags and if a match is found, it invokes the following command with the found
data:
prog -import <data>
The provision handler can have the following attributes:
Attribute Description
compartment
Optional. Common attribute.
id
Optional.
if
Optional.
if_op
Optional.
tag_file
Required.
Absolute path of file containing provision tags.
prog
Required.
Name of provision script to execute.
pass_variables
Yes|y|no|no. Default is yes.
Indicates whether all non-internal template variables and their values should be
passed to the provision script.
2.2.10 Using meta-tags
The configuration elements, commands, compartment, ipfilter, prm, ipsec, and provision
use meta-tags to mark the configuration changes that their respective handler has done. The element