HP Systems Insight Manager 6.0 Command Line Interface Guide

Return values
MeaningValue
Successful completion.0
Command line syntax error.2
Nonexistent toolbox error.3
Duplicate toolbox error.5
Invalid name.21
Invalid description.22
Unsupported operation.26
Unauthorized user.50
HP Systems Insight Manager repository error.102
The CMS is not initialized.222
Unable to connect to the session manager.249
Remote exception.250
Duplicate name.253
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
Example 1 101