Hello,
I am having a little bit of an issue with SnapMirror replication and SMVI 2.0. As far as I can see, everything is set up properly. I can manually update the mirror through FilerView or CLI, the destination NetApp is in the Basic Setup list in SMVI. When I get the error message in SMVI it says "The Volume <volume> does not have SnapMirror set up correctly"
I believe I might know what the issue is, though I don't know why SMVI would care.
I am moving all my SnapMirrors to go to 1 volume and separate Qtrees inside the volume. So the 1 volume I have currently is the target for 3 snapmirrors. Data volume, User volume and vSphere volume all go to their own qtree.
Note that the source and destination is sitting on qtrees and I am doing a qtree level snapmirror.
/vol/remote_mirrors/data - this one works because it is initiated through filerview
/vol/remote_mirrors/users- this one works because it is initiated through filerview
/vol/remote_mirrors/vsphere - does not work with error above but works when manually updated through filerview
This is the error message in the logs
<level>WARN</level>
<thread>backup4 a21de51a07fd1bbb7c21dcb64ee3f853</thread>
<location>com.netapp.smvi.task.ontap.snapmirror.NaSnapMirrorUpdateAction</location>
<msgKeyClass>com.netapp.smvi.SMMsgKey</msgKeyClass>
<msgKeyValue>BACKUP_MIRROR_NOT_CONFIGURED</msgKeyValue>
- <parameters>
<parameter>vSphere</parameter>
</parameters>
<message>The volume "vSphere" does not have SnapMirror set up correctly.</message>
Thanks in advance for your help.