HP Systems Insight Manager 7.2 Command Line Interface Guide

The output might look like:
lvmadmin
operator
webadmin
dbadmin
All Tools
Example 7
To list the attributes for all toolboxes (including toolboxes that have never been modified), enter
mxtoolbox -lt.
The output might look like:
NAME ENABLED? DESCRIPTION
lvmadmin true A toolbox for LVM Administrators
operator true A read-only toolbox for operators
webadmin true A toolbox for WEB Server
Administrators
dbadmin true A toolbox for Database Administrators
All Tools true The &HP SIM toolbox
Example 8
To list all toolboxes in an XML file, enter mxtoolbox -lf
The output might look like the following:
<?xml version="1.0" encoding="UTF-8"?>
<toolbox-list>
<toolbox name="webadmin"
guid="00000000864162de0eea403317500000">
<enabled value="true" />
<description>WEB Server Administrator</description>
</toolbox>
<toolbox name="All Tools"
guid="00000000864162de0eea4032a2a00000">
<enabled value="true" />
<description>Master ToolBox added by Systems Insight
Manager.</description>
</toolbox>
<toolbox name="operator"
guid="00000000864162de0eea40331bf00000">
<enabled value="true" />
<description>A read-only toolbox for operators</description>
</toolbox>
<toolbox name="dbadmin"
guid="00000000864162de0eea403301600000">
<enabled value="true" />
<description>Database Administrator</description>
</toolbox>
<toolbox name="lvmadmin"
guid="00000000864162de0eea403323000000">
<enabled value="true" />
<description>LVM Administrator</description>
</toolbox>
</toolbox-list>
Limitations
Valid toolbox names cannot exceed 16 characters, but can be as short as a single character.
The initial character of a toolbox name must be an uppercase or lowercase letter.
Digits, underscores, dashes and white space are legal toolbox name elements. Trailing white
space is trimmed.
mxtoolbox 121