ONTAP Discussions

Snapmirror SVM and Snapmirror Volume

VKS
5,446 Views

Hi Guys,

 

Just want to know, how to differentiate or to find out whether the Snapmirror is configured on SVM or on Volume or on both.

 

 

regards

VK

6 REPLIES 6

colsen
5,427 Views

Hello,

 

In cDOT 8.3.x, Snapmirror relationships are established within the SVM itself.  Going between 8.1.x, 8.2.x and 8.3.x it seems like there are some "cosmetic" differences between how snapmirrors are established and managed, but the SVM still owns the protection policy.  This is the link to the 8.3 Snapmirror best practices guide:

 

http://www.netapp.com/us/media/tr-4015.pdf

 

If you're running a previous version just make sure you grab the document for your particular cDOT in that some of the commands and/or SystemManager screens will look different.

 

Good luck,

 

Chris

JGPSHNTAP
5,401 Views

in 8.3.1 if you are creating an SVM-DR relationship, the relationship will look like

 

SVM_NAME:

 

1VINAYKUMAR
5,360 Views

Hi Guys,

 

Thanks for the reply, when i run the Snapmirror show command on cluster. it shows the below output and its a bit difficult to understand or if the snapmirror configuration is on SVM or volumes. 

 

SourceLocation DestinationLocation Status MirrorState LagTime RelationshipType
-------------- ------------------- ------ ----------- ------- ----------------
PEPNS00044-PI: PEPNS00044-DR: idle snapmirrored 00:04:47 data_protection
PEPNS00044-PI:vl_VMdata PEPNS00044-DR:vc_VMdata idle snapmirrored 00:04:45 data_protection
PEPNS00044-PI:vl_home PEPNS00044-DR:vc_home idle snapmirrored 00:04:45 data_protection
PEPNS00044-PI:vl_rdshome PEPNS00044-DR:vc_rdshome idle snapmirrored 00:04:45 data_protection
PEPNS00044-PI:vl_rdsprofiles PEPNS00044-DR:vc_rdsprofiles idle snapmirrored 00:04:45 data_protection

 

 

the above output shows the SVM as well as the SVM:Volname, whereas as for as i understand it should be only SVM: but not with the volumes, if configured for SVM DR.  a bit confusing for me to understand the Snapmirror configuration. 

 

regards

VK

 

 

JGPSHNTAP
5,348 Views

^^

The first entry shows the SVM - SVM-DR relationship and then underneath are all the vols attached to it

1VINAYKUMAR
5,342 Views

OK, so it means if we configure the Snapmirror DR configuration, The Snapmirror Show command will show the status of Snapmirror SVM DR along with volumes associated on the concerned SVM.

 

 

dbenadib
5,330 Views
Nop
Actually vserver snapmirror and volume snapmirror is slightly different :
The first line means that you have a svmdr relationship. This relationship is holding all the relationship for the prod vserver.
You can verify it by using this command:
Snapmirror show -destination-path svm-dr: -expand

This command will give you all the detailled relationship under the svmdr replication

Also vserver snapmirror is using the vserver property "subtype" so can you send us the ouput of vserver show -field vserver,subtype

The dr destination vserver (on the DR cluster) should be reported as a dp-destination subtype.

Regards
Public