HP Systems Insight Manager 5.3 Command Line Interface reference guide

mxtool -lf [-b encoding ] [-c category...|-t toolname... ]
This command lists the tools in an XML file.
Optionally, you can specify the character encoding of the XML file. The value for the character encoding
must match a valid character encoding. If no encoding is specified, the system attempts to write the file
in the encoding currently defined on the system. See http://www.iana.org/assignments/character-sets
for the list of valid character sets.
mxtool
This command lists the names of all tools currently configured in the HP SIM domain.
Options
-a
Add one or more tools specified in a tool definition file.
-r
Remove one or more tools.
-m
Replace one or more tool definitions with the definitions in the specified tool definition file.
-i
Ignore changes to toolboxes in the tool definitions. This option is only valid with -m.
-s
Scan the specified tool definition file for syntax errors without performing any other
operations.
-c category
Specify a tool category. Specifying an undefined category name causes mxtool to return
an empty tool list and a return value of SUCCESS. Specifying a category name that violates
the rules for category names (see mxtool(4)), results in an invalid name return value.
-t toolname
Specify the name of the tool to be removed or listed. Specifying an undefined tool name
results in mxtool operating on zero tools and a return value of SUCCESS. Specifying a
tool name that violates the rules for tool names (see mxtool(4)), results in an invalid
name return value.
-f filename
Specify the path and name of a file that contains the definition of one or more tools to be
added or modified. This option must be specified with the scan option, -s. See mxtool(4)
for additional information.
-ld
Display a detailed screen-viewable list of tools.
-lf
Display a file-formatted list of tools (this output can be used as input for -f).
-ln
Display the names of HP SIM tools.
-lt
Display a tabular list of tools and tool attributes.
-b encoding
mxtool 91