HP Systems Insight Manager 7.1 Command Line Interface Guide

quotation marks. If the tool parameter data includes XML data with embedded
double quote characters, each double quote character must be preceded by the
backslash character. This option is used with -c.
-f toolparmsfile
Specify the parameter data for a tool that requires user parameters. The tool
parameters for -f are provided in a specified XML file that contains the tool
parameters. This option is used with -c. (Create task)or –r (remove task).
-o taskowner
Specify a task owner for the new task that will be created. This optional value can
be used with the create task (-c) command. If no owner is specified, the currently
logged in user is assigned as the task owner.
-i timefiltername
Specify an existing time filter to associate with the task that will be created. This
optional value can be used with the create task (-c) command. If no time filter name
is specified, the new task will be created with no associated time filter.
-b encoding
Specify the character encoding of an XML file when used with -lf.
-x taskname <true|false>
Change the criticality of a particular task.
-x <true|false>
Specify the task criticality for the new task to be created. This optional value can
be used with the create task (-c) command. If no criticality is specified, the default
value is true.
The schedule parameterized string format
When creating a new task on the command line with -c, the task type/schedule information is
required as a parameterized data string, and is preceded by the -w option character.
The schedule parameterized string has the general format shown below, and must begin with the
T (type) character. The parameterized string must not contain spaces, and the period character is
used as a parameter separator.
-w T<tasktype>.I<intervaltype>.P<periodic>.D<day|date>.M<time>
The T parameter signifies the task type and is required in all type/schedule parameterized strings.
Valid [tasktype] values are add, remove, manual or schedule. These task type values determine
what type source triggers the task to run.
Tadd. Task runs when systems or events meet the list criteria.
Tremove. Task runs when systems or events no longer meet the list criteria.
Tmanual. Task runs when manually invoked.
Tschedule. Task runs according to a periodic/day/time schedule.
The I parameter signifies the interval type and is required when the T task type value is schedule.
Valid intervaltype values are minutes, hours, days, weeks, months, daily, or runonce.
Tschedule.Iminutes. Task runs every x minutes.
Tschedule.Ihours. Task runs every x hours.
Tschedule.Iweeks. Task runs every x weeks at specified day/time.
108 Command descriptions