Replace that portion of the grid ACL which relates to the owner or a principal.
grid modify_acl [ <principal>=owner ] [ <principal1>=<val1> ... <principalN>=<valN> ] [ --test_only ]
Set the owner attribute of the grid ACL to the specified principal.
Add or replace the specified principal in the grid ACL with access level <val>. <principal> is in the following form:
Local user or group.
Global user or group
A fully qualified principal name where <scope> is 'global' or 'local', <type> is 'group' or 'user', and <name> is the group or user name. Valid access levels are: 'monitor', 'app_operator', 'app_developer', 'grid_operator', and 'grid_administrator'. If the access level is specified as 'none' the principal is removed from the grid ACL if it is present.
Do not replace any portion of the grid ACL but rather test if the operation can succeed.
grid modify_acl local:user:admin=grid_administrator
Replace that portion of the grid ACL which relates to the local user 'admin', providing grid_administrator access level permissions to this user.
grid modify_acl admin=grid_administrator
Replace that portion of the grid ACL which relates to the local user 'admin', providing grid_administrator access level permissions to this user.
|
Copyright © 2011 CA.
All rights reserved.
|
|