Replace the entire grid ACL.
grid put_acl <principal>=owner [ <principal1>=<val> ... <principalN>=<val> ] [ --test_only | --force ]
Set the owner attribute of the grid ACL to the specified principal.
Add the specified principal to the grid ACL with access level <val>. <principal> is in the form <scope>:<type>:<name> where <scope> is local, <type> is user or group, and <name> is the user or group name. Valid access levels are: 'monitor', 'app_operator', 'app_developer', 'grid_operator', and 'grid_administrator'.
Do not replace the grid ACL but rather test if the operation can succeed.
Skip prompting the user for verification.
grid put_acl local:user:admin=owner local:user:admin=grid_administrator
Replace the grid ACL such that the owner is the local user 'admin' and local user 'admin' has grid_administrator access level permissions.
|
Copyright © 2013 CA.
All rights reserved.
|
|