HP Systems Insight Manager 7.2 Command Line Interface Guide

the command shell where you list the output of this command must support the language and
encoding defined by the LANG variable.
If the operating system on the target node does not support the language setting or encoding
selected by the CMS, the command shell on the target node will use the default language and
encoding for that target's operating system.
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
HP SIM 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
mxexec 41