HP Systems Insight Manager 7.1 Command Line Interface Guide

:
When duplicate options are specified, the last instance of the option is used. For example, if you
enter -f file1 -f file2, mxauth uses file2.
External influences
For HP-UX or Linux, LANG determines the default encoding that the system will use to output XML
data if no encoding is specified on the command line. If LANG is not specified or null, or LANG
does not correspond to a recognized encoding, it defaults to C (see lang (5)). In this case, use
the -b option to specify the encoding of the XML data.
Return values
MeaningValue
Successful completion.0
Command line syntax error.2
Nonexistent user error.3
Duplicate user error.5
Invalid name.21
Invalid operation.26
Unauthorized user.50
HP SIM repository error.102
The CMS is not initialized.222
Unable to connect to the session manager.249
Remote exception.250
File input parsing error.252
Duplicate name.253
HP SIM properties file error.254
Examples
Example 1
To add jane, a new database administrator, and grant her full configuration rights, enter mxuser
-a jane -d "Database Administrator" -p full.
Example 2
To add fred, a Backup Supervisor, grant him full configuration rights, and assign him the same
authorizations as jane, enter mxuser -a fred -d "Backup Supervisor" -p full -C
jane.
Example 3
To add the user group mygroup, enter mxuser -a -g mygroup.
Example 4
To assign limited configuration rights to fred, enter mxuser -m fred -p limited.
mxuser 127