Did you know that…
You can easily test the SVM-DR destination disaster recovery without breaking the SnapMirror relationship?

Note: In an existing SnapMirror relationship, these steps will help you test the disaster recovery solution without breaking the SnapMirror relationship.
- In a SnapMirror relationship, select the volumes to be tested.
destination::> snapmirror show -expand
- Create a default subtype vserver on the destination cluster.
destination::> vserver create -vserver <clone_vserver> -subtype default
Note: Create LIFs and export polices to enable NFS traffic.
- Create a clone on the destination cluster. Select the parent volume and parent Snapshot copy from the SnapMirror destination vserver as parent vserver.
destination::> vol clone create -vserver <clone_vserver> -flexclone <flex_cone_volume> -type RW -parent-vserver <SVM-DR Destination vserver> -parent-volume <parent_volume> -junction-active true -foreground true -parent-snapshot <parent_snapshot>
- Mount the FlexClone volumes on the junction path.
destination::> vol mount -vserver <clone_vserver> -volume <flex_cone_volume> -junction-path /<flex_cone_volume_mountpath>
- Mount through NFS on the desired test client. FlexClone volumes should be visible on the client.
For more information about ONTAP, see the ONTAP 9 Documentation Center.