UNSOLVED

korman

updated

19 years ago

K

korman

25 Posts

0

3897

April 3rd, 2007 12:00

SymACL Implementation

I am trying to set up a simple (famous last words) 3 tier ACL for ALL the DEVICES on a Symmetrix. I would hope that the ACL would apply to newly created devices as well.

AdminGrp - Hosts which can manage and perform all SymCLI commands
RepGrp - Hosts which need to issue SRDF and Timefinder Commands (not created yet)
UnkownGrp- All other Hosts which only need access to luns and never use Symcli commands


From My Symm xxxx
symacl list -acl
----------------------------------------
Group Name Pool Name Access Type
---------- --------- -----------
AdminGrp ALL_DEVS ADMIN
AdminGrp ALL_DEVS ALL
UnknwGrp ALL_DEVS BASE
UnknwGrp !INPOOLS ALL

Can anyone help with this?