HP Systems Insight Manager 5.3 Command Line Interface reference guide

Specify the rights granted to a user or user group. Full configuration or CMSSecurity rights
allows all CMS configuration operations. Limited configuration rights allows tool creation
and all listing operations. No configuration rights allows only listing operations. +T grants
full configuration rights, and -T grants limited configuration rights.
NOTE: The +T and -T options are provided for compatibility with Service Control Manager
3.0.
-g
Specify the name of a user group to add, modify, or remove.
-gf
Add, modify, or remove a user group by specifying the details in an external file.
NOTE: 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 Systems Insight Manager 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 1 101