ONTAP Discussions
ONTAP Discussions
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.
Solved! See The Solution
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
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
Thank you works fine