Previous Topic: get_acl (Grid Control)--Display Grid ACLNext Topic: set Command (Grid Control)--Set Grid Configuration Parameter


put_acl (Grid Control)--Replace Entire Grid ACL

Replace the entire grid ACL.

Syntax
grid put_acl <principal>=owner [ <principal1>=<val> ... <principalN>=<val> ] [ --test_only | --force ]  
Parameters
<principal>=owner

Set the owner attribute of the grid ACL to the specified principal.

<principal>=<val>

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'.

--test_only

Do not replace the grid ACL but rather test if the operation can succeed.

--force

Skip prompting the user for verification.

Examples
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.

Notes