HP Systems Insight Manager 5.3 Command Line Interface reference guide

Examples
Example 1
To add toolboxes from the file toolboxlist.xml, enter mxtoolbox -a -f toolboxlist.xml.
Example 2
To disable the
HP ASE
toolbox, enter mxtoolbox -m "HP ASE" -e f.
Example 3
To modify the toolboxes in the file toolboxlist.xml, enter mxtoolbox -m -f toolboxlist.xml.
Example 4
To remove the
HP ASE
toolbox, enter mxtoolbox -r "HP ASE".
Example 5
To remove the toolboxes in the file toolboxlist.xml, enter mxtoolbox -r -f toolboxlist.xml.
Example 6
To list the names of all toolboxes, enter mxtoolbox -ln.
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 Systems Insight Manager 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>
96 Command descriptions