Hi,
I am trying to get the command get-ncaggr (and get-ncvol) to run with the minimum of permissions, but i am currently running into the error message:
PS E:\> get-ncaggr
get-ncaggr :
==================================================================================
| This cmdlet must be directed to the cluster admin vserver. You are currently |
| connected to a data vserver. See the Toolkit web docs (Show-NcHelp) or online |
| help (Get-Help Connect-NcController -Examples) to learn more about directing |
| Toolkit cmdlets to a cluster or data vserver as required by Data ONTAP. |
==================================================================================
I am directing the command to the correct vserver. The command will run with my admin privileged account.
The privileges assigned so far are:
PS C:\> Get-NcRole -Role Role1
RoleName Vserver AccessLevel CommandDirectoryName
-------- ------- ----------- --------------------
Role1 Admin none DEFAULT
Role1 Admin readonly storage aggregate
Role1 Admin readonly storage aggregate create
Role1 Admin readonly storage aggregate modify
Role1 Admin readonly storage aggregate show
Role1 Admin readonly version
Role1 Admin readonly volume create
Role1 Admin readonly volume modify
Role1 Admin readonly volume show
These permissions are adequate for getting the aggregate information via SSH.
Does anyone have any ideas?
Thanks,
Richard