ONTAP Discussions

error create Protection Relationship from netapp 1 to netapp 2

rg1979
2,976 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
2,839 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
2,840 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
2,751 Views

Thank you works fine

Public