HP Systems Insight Manager 5.3 Command Line Interface reference guide

All required task configuration information must be specified in a predefined task-specific XML format. See
the mxtask(4) manpage for a detailed description of the required XML format. The general format is shown
below.
<?xml version="1.0" encoding="UTF-8"?>
<task-list>
<task name="task name" type="add|remove|manual|schedule"
owner="taskowner" runmode="runnow|runatstartup">
<toolname>tool name</toolname>
<queryname>query name</queryname>
<scheduleinfo interval="x" periodic="x" time="x" day="x" date="x"/>
<timefilter />
<toolparams />
</task>
</task-list>
Limitations
This command can only be run on the CMS.
See also
HP-UX
mxauth(1M) mxtask(4)
Linux
mxauth(8) mxtask(4)
mxtool
Adds, lists, modifies, or removes tools in HP SIM.
Synopsis
mxtool -a -f filename
mxtool -m [-i] -f filename [-x force]
mxtool -s -f filename
mxtool -r [-f filename|-c category|-t toolname ] [-x force]
mxtool -l d|f|n|t [-c category...|-t toolname... ]
mxtool -lf [-b encoding ] [-c category...|-t toolname... ]
mxtool
Description
mxtool allows you to add, list, modify or remove tools.
mxtool -a -f filename
This command enables you to add tools. Tool information is provided in a tool definition file (see
mxtool(4)) that allows you to add one or more tools.
If you are a full configuration rights user (see mxuser(1)), HP SIM will accept the owner value specified
for a tool in the tool definition file. If an owner is not specified, the tool is enabled in all toolboxes that
contain it.
If you are not a full configuration rights user, HP SIM ignores the owner specification, sets the tool's
owner field to your user ID, ignores the value of the toolbox enabled flag, and enables only the
All
Tools
toolbox.
When the owner field is specified, HP SIM ignores the toolbox enabled flag and disables the tool in
all of the specified toolboxes with the exception of
All Tools
. To enable the tool in all of the specified
toolboxes, a full configuration rights user must modify the tool's definition by removing the owner field
HP-UX 89