HP Systems Insight Manager 5.3 Command Line Interface reference guide

List jobs in long format, including the task name, job ID, user, toolname, and state for each
specified job ID, or for all jobs if no job IDs are specified. Only one -l option can be
specified.
External influences
The language setting of the command shell in which you execute this command is used as the preferred
language that you want the command line tool to execute with on the target nodes.
For Windows, the current Code Page setting of the Command Prompt window is used to determine the
preferred language. For example, if the chcp command returns 932, the language is Japanese. The chcp
command can be used to change the Code Page setting if the OS has the language installed and is configured
to allow its use.
For Linux and HP-UX, the LANG environment variable describes the locale that is used to determine the
preferred language. Valid settings for the LANG variable can be listed with the locale -a command.
However, in order to view the output, the terminal window running the command shell where you list the
output of this command must support the language and encoding defined by the LANG variable.
If the OS 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 OS.
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:
34 Command descriptions