HP Systems Insight Manager 5.3 Command Line Interface reference guide

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
Limitations
Only full configuration or CMSSecurity rights users can add, remove, or modify users. Any user can
list information.
Only a unique instance of any user name can be added. Attempting to add a user name that already
exists results in an error.
Only existing users can be successfully removed.
This command can only be run on the CMS.
When you add a full configuration rights user, the user will not be able to run mxagentconfig until
you assign system authorizations with mxauth.
See also
HP-UX
mxuser(4), mxauth(1M).
Linux
mxuser(4), mxauth(8).
mxwbemsub
Adds, removes, lists, or moves WBEM event subscriptions from the nodes in HP SIM.
Synopsis
mxwbemsub -a [ destination ] (-n nodenames|-f filename) [-t indication type ]
mxwbemsub -r [ destination ] (-n nodenames|-f filename) [-t indication type ]
mxwbemsub -l [ destination ] (-n nodenames|-f filename) [-t indication type ]
102 Command descriptions