HP Systems Insight Manager 7.0 Command Line Interface Guide

See lang (5), environ (5), and local (1) for additional information.
Return values
MeaningValue
Successful completion.0
Command line syntax error.2
Nonexistent tool error.3
Nonexistent user error.6
Nonexistent node error.7
Nonexistent node group error.8
Nonexistent job ID or task name error.9
Invalid name.21
Invalid operation.27
Invalid tool.28
Invalid runnable tool.29
Unauthorized user.50
Unauthorized or disabled toolbox.51
Unauthorized node.52
Database error.102
The CMS is not initialized.222
Unable to connect to the job manager.245
Unable to connect to the session manager.249
Remote exception.250
Properties file error.254
Examples
Example 1
To check the disk space on the database node group, dbgroup, which includes the nodes db1,
db2, and db3, enter mxexec -t "bdf" -n g:dbgroup. The output might look like:
Running tool bdf with job id 143
Job ID : 4
Tool Name : bdf
Job State : Some Failures
User Name : root
Start Time : Wednesday, March 15, 2000 3:18:46 PM MST
End Time : Wednesday, March 15, 2000 3:18:47 PM MST
Elapsed Time : 500 milliseconds
Node : db1.myco.com
Status : Complete
Exit Code : 0
STDOUT :
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol1 119637 18192 89481 17% /stand
/dev/vg00/lvol3 86016 29545 53251 36% /
/dev/vg00/lvol4 1048576 347477 658305 35% /home
mxexec 41