NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Rest API Discussions

This operation is not permitted on a SVM that is configured as the destination of a MetroCluster SVM

pierreCHANKJI
6,321 Views

Hi 

 

I need to add a new admin user, but when I did in a Graphic I have this error : This operation is not permitted on a SVM that is configured as the destination of a MetroCluster SVM relationship.

 

could you help me. 

 

Version : NetApp Release 9.8P7

 

cdt

8 REPLIES 8

Ontapforrum
6,154 Views

I don't know the answer but  I am curious to know what exactly you are trying to achieve ? I see in the image that you are trying to add 'veeam' user, what is it for ? Are you trying to backup SVM DR ?

pierreCHANKJI
6,150 Views

Hi 

 

No what I need to do is add a new user to administrat Netapp : Veeam is an example. 

 

Ontapforrum
6,148 Views

Ok. Is this the system manager on the destination cluster ? so, are you currently logged into it as 'admin' ?

pierreCHANKJI
6,147 Views

Hello yes I m logged into as admin. 

this is system manager on source cluster

Ontapforrum
6,146 Views

Ok.  Is there currently any other users with admin role assigned ? Is this the first one you are adding to it? So once you logged in, you go to Cluster | Settings | Users & Roles ? 

pierreCHANKJI
6,140 Views

Yes I have another admin (created with CLI) not in Graphic. 

 

but the problem with CLI tha't I can't assign several applications for the connection for this user (HTTP and ONTAPI) like this : 

 

security login create -vserver engCluster -user-or-group-name admin1 -application ontapi, http

Ontapforrum
6,138 Views

yes,  in CLI, you need to add application separately not together:

::> security login create -vserver engCluster -user-or-group-name admin1 -application ontapi
::> security login create -vserver engCluster -user-or-group-name admin1 -application http

 

Anyway, I am curious to know how did you receive the original error - This operation is not permitted...?

MaGr
6,124 Views

Hi,

you cannot create a user inside a replicated SVM "-mc".

 

 

Marcus
Public