HP Systems Insight Manager 7.2 Command Line Interface Guide

Example 4
To remove the node authorization for user martha to execute any tools assigned to the sapadmin
toolbox on node sap01, enter mxauth -r -u martha -n sap01 -R sapadmin.
Example 5
To use the wildcard character to remove the node authorizations that allow user wilma to execute
any tools assigned to the webadmin toolbox on all configured nodes at the time the command is
executed, enter mxauth -r -u wilma -R webadmin -n "*".
Example 6
To add the node group authorization to allow user sue to execute any tools assigned to the
webadmin toolbox on nodegroup webGroup, enter mxauth -a -u sue -R webadmin -g
webGroup.
Example 7
To use the wildcard character to add the node group authorizations that allow user jane to execute
any tools assigned to the operator toolbox on all configured node groups at the time the command
is executed, enter mxauth -a -u jane -R operator -g "*".
Example 8
To remove the node group authorization for user john to execute any tools assigned to the dbadmin
toolbox on nodegroup dbGroup, enter mxauth -r -u john -R dbadmin -g dbGroup.
Example 9
To remove the node group authorizations that allow user john to execute any tools assigned to the
dbadmin toolbox on all configured node groups at the time the command is executed, enter
mxauth -r -u john -R dbadmin -g "*".
Example 10
To list, in tabular format, all authorizations assigned to all users in the database, enter mxauth
-l t.
Diagnostics
mxauth writes to stdout, stderr, and the HP SIM Audit Log file.
Limitations
This command can only be run on the CMS.
You can remove an authorization that does not exist. This operation results in a return value
of 0.
An authorization is nonexistent if all of its attributes (user name, toolbox name, node or node
group name) are valid HP SIM objects, but they are not associated as an authorization.
It is not an error to add an authorization that already exists in HP SIM. This operation results
in a return value of 0.
See also
HP-UX
mxauth(4), mxuser(1M), mxngroup(1M), mxngroup(4), mxnode(1M), mxtoolbox(1M)
Linux
mxauth(4), mxuser(8), mxngroup(8), mxnode(8), mxtoolbox(8)
24 Command descriptions