Should SVM root volumes be hosted on a mirrored aggregate in MetroCluster?
Applies to
- MetroCluster
Answer
Yes, in a MetroCluster environment, all Storage Virtual Machine (SVM) root volumes must be hosted on a mirrored aggregate.
Additional Information
Identify the SVM root volumes that are not hosted on a mirrored aggregate and use vol move to migrate them to a mirrored aggregate.
ClusterA::*> vol show -vsroot true
Vserver Volume Aggregate State Type Size Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
svm1 svm_root unmirrored online RW 1GB 972.3MB 0%
ClusterA::*> storage aggregate show -mirror true
Aggregate Size Available Used% State #Vols Nodes RAID Status
--------- -------- --------- ----- ------- ------ --------------- ------------
aggr1 6.21TB 1.78TB 71% online 49 clusterA-01 raid_dp,
mirrored,
normal
aggr2 56.04MB 55.89GB 0% online 0 clusterA-02 raid_dp,
mirrored,
normal
clusterA::> volume move start -vserver svm1 -volume svm_root -destination-aggregate aggr2
