Testing not going well. Anyone have insights on the following?
I have a test source SVM and test destination SVM. Each side has a root volume and a single test data volume. I verified the names of both volumes are the same on each side. I have a standard snapmirror job set up for the test data volume, to simulate conditions in my existing CIFS SVMs.
I successfully create the SVM DR relationship, but when I try to resync I get the following:
-----------------------------------------------------------------------------
Error: command failed: There are one or more volumes in this Vserver which do not have a volume-level SnapMirror relationship with volumes in Vserver <source_vserver>.
-----------------------------------------------------------------------------
I thought the issue might be the load sharing volumes on the source. So I ran the volume modify command with the -vserver-dr-protection unprotected command, but got the following:
-----------------------------------------------------------------------------
Error: command failed: Modification of the following fields: vserver-dr-protection not allowed for volumes of the type "Flexible Volume - LS read-only volume"
-----------------------------------------------------------------------------
I then thought, maybe i need to identify the root volume as unprotected, and I got the following:
-----------------------------------------------------------------------------
Error: command failed: Cannot change the protection type of volume <volume> as it is the root volume.
-----------------------------------------------------------------------------
Finally, I changed the name of the destination root volume to something different, and set up a standard replication job for the source root volume. When I try to resync I get:
-----------------------------------------------------------------------------
Error: command failed: The source Vserver root volume name <volume> is not the same as the destination Vserver's root volume name <volume>. Rename the destination volume and then try again.
-----------------------------------------------------------------------------
I am at a loss. Any ideas?