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 Discussions

error create Protection Relationship from netapp 1 to netapp 2

rg1979
5,620 Views

I have e problem

 

The Peering  from netappc2 to netappc3 is created, then

 

i will create Protection Relationship from netappc2 to netappc3. Authentificate with admin User and Password failed.

 

Both Netapp with cDot 8.3.2

 

The error in the Screenshot.

 

Thank you for your help.

 

 

1 ACCEPTED SOLUTION

OhmR
5,483 Views


for VSADMIN user in svm level create password on both clusters

 

clusterA::> security login password -vserver PRI_SVM-username vsadmin

Enter a new password: 
Enter it again:

cluster::>
clusterB::> security login password -vserver DR_SVM -username vsadmin

Enter a new password:
Enter it again:


you may to Unlock the users at SVM


Example
cluster::> security login unlock -vserver PRI_SVM -username vsadmin

cluster::>
cluster::> security login unlock -vserver DR_SVM -username vsadmin

 

Then try to create peer relationship either in CLI or GUI

View solution in original post

2 REPLIES 2

OhmR
5,484 Views


for VSADMIN user in svm level create password on both clusters

 

clusterA::> security login password -vserver PRI_SVM-username vsadmin

Enter a new password: 
Enter it again:

cluster::>
clusterB::> security login password -vserver DR_SVM -username vsadmin

Enter a new password:
Enter it again:


you may to Unlock the users at SVM


Example
cluster::> security login unlock -vserver PRI_SVM -username vsadmin

cluster::>
cluster::> security login unlock -vserver DR_SVM -username vsadmin

 

Then try to create peer relationship either in CLI or GUI

rg1979
5,395 Views

Thank you works fine

Public