Setup SVMDR

# create and initialize the relationship between the two SVMs
cl2::*> snapmirror create -source-path v_src_dr: -destination-path v_dst_dr: -type DP -identity-preserve true -schedule 5min
cl2::*> snapmirror initialize -destination-path v_dst_dr:

# create a snapmirror policy with discard_configs network and connect
# the policy to the destination SVM
cl2::*> snapmirror policy create -vserver v_dst_dr -policy svmdr_pol -type async_mirror -discard-configs network
cl2::*> snapmirror modify -destination-path v_dst_dr: -policy svmdr_pol

- back -