Create two source volumes and two destination volumes
# One volume will be the source for snapmirror DP
# One volume will be the source for snapmirror XDP
# One volume will be the destination for snapmirror DP
# One volume will be the destination for snapmirror XDP
cl1::*> vol create -vserver v_src -volume src_dp -aggregate n1_aggr1 -size 500m -junction-path /src_dp
cl1::*> vol create -vserver v_src -volume src_xdp -aggregate n1_aggr1 -size 500m -junction-path /src_xdp
cl2::*> vol create -vserver v_dst -volume dst_dp -aggregate aggr1 -size 500m -type dp
cl2::*> vol create -vserver v_dst -volume dst_xdp -aggregate aggr1 -size 500m -type dp
# create a volume in the v_src_dr SVM
cl1::*> vol create -vserver v_src_dr -volume src_dr_vol -aggregate n1_aggr1 -size 500m -junction-path /src_dr_vol
- back -