Home / NCDA Study / Data Protection

Data Protection

The highest-weighted NCDA domain: snapshots, SnapMirror in all its flavors, SnapVault, MetroCluster, NDMP, SnapLock — and the RPO/RTO thinking behind choosing them.

Data protection layers: snapshots, SnapMirror, SnapVault

Start with RPO/RTO

Snapshots

SnapMirror

SnapMirror replicates snapshots from a source volume to a destination volume — not a byte stream. This is why it's efficient, why lag is measured in "how stale is the last replicated snapshot," and why the destination is read-only (until you break the relationship).

# Peering (once per pair of clusters)
cluster peer create -peer-cluster clusterB -peer-intercluster-lifs 10.1.1.10,10.1.1.11
vserver peer create -vserver vs1 -peer-vserver vsB -peer-cluster clusterB
# Async SnapMirror relationship
snapmirror create -source-path vs1:vol1 -destination-path vsB:volB -type XDP -policy DPDefault -schedule hourly
snapmirror initialize -destination-path vsB:volB
# Check health / lag
snapmirror show -fields state,status,lag-time,last-transfer-end
snapmirror show -destination-path vsB:volB -detail
# Manual update, break, resync, restore
snapmirror update -destination-path vsB:volB
snapmirror break -destination-path vsB:volB
snapmirror resync -destination-path vsB:volB
snapmirror restore -source-path vsB:volB -destination-path vs1:vol1

SnapVault (now SnapMirror vault)

MetroCluster

Full MetroCluster fundamentals guide (FC vs IP, mediator, switchover/switchback workflow) →

NDMP

Compliance & ransomware

Exam traps to know

Next: Storage efficiency →