That's a SYMACL (access controls) error. Make sure your host has permissions to the devices you're working on.
Some commands that may help:
symacl -sid 37 list -acl (lists the ACLs with their pools and types)
symacl -sid 37 list
symacl -sid 37 list -v
symacl -sid 37 list -accpool
symacl -sid 37 list -accgroup
If you have a specific group or pool you want to see, run these commands:
symacl -sid 37 show accgroup
symacl -sid 37 show accpool
The EMC Solutions Enabler Symmetrix Array Management CLI Product Guide has a chapter on SYMACL, called "Host-Based Access Control" if you need it. You should be able to search for it on the support site and download the document for your SE version.
If you have SYMACLs enabled and dont have the host in a group with Masking access, you will not be able to issue any symaccess or symmask commands. ACLs for masking are all or nothing, they arent applied for sg, view etc. It will either allow you to perform any and all masking operations or none. I would make sure you host has that permission.
Check the SYMAPI log to see if there is a more detailed error.
pete2c
1 Rookie
•
76 Posts
2023
1
Posted June 11th, 2013 09:00
That's a SYMACL (access controls) error. Make sure your host has permissions to the devices you're working on.
Some commands that may help:
symacl -sid 37 list -acl (lists the ACLs with their pools and types)
symacl -sid 37 list
symacl -sid 37 list -v
symacl -sid 37 list -accpool
symacl -sid 37 list -accgroup
If you have a specific group or pool you want to see, run these commands:
symacl -sid 37 show accgroup
symacl -sid 37 show accpool
The EMC Solutions Enabler Symmetrix Array Management CLI Product Guide has a chapter on SYMACL, called "Host-Based Access Control" if you need it. You should be able to search for it on the support site and download the document for your SE version.
Hope this helps.