HP Systems Insight Manager 6.0 Command Line Interface Guide

MeaningValue
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 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.
Example 5
To remove
fred
from the list of users, enter mxuser -r fred.
Example 6
To add the list of users in the local file updates.xml, enter mxuser -a -f updates.xml.
Example 7
To display the list of user names, enter mxuser -l.
Example 8
To display a detailed screen-viewable list of the users, enter mxuser -l d.
Example 9
To display a tabular list of users, enter mxuser -l t. The output might look like:
USER RIGHTS COMMENT
root CMSSecurity Default Full Rights user
jane none Database Administrator
joe none Backup Operator
Example 1 107