Metro Mirror (Síncrono)
# Criar relação de replicação
mkrcrelationship -master vol01 -aux vol01_remote -cluster remote_cluster
Global Mirror (Assíncrono)
# Criar consistency group
mkconsistgrp -name cg_prod -cluster remote_cluster
# Adicionar volumes
chconsistgrp -add vol01:vol01_remote cg_prod
Verificar Status
lsrcrelationship
lsconsistgrp -delim :
Iniciar Replicação
startrcrelationship vol01
Failover (DR)
# Parar replicação
stoprcrelationship -primary vol01
# Inverter direção
switchrcrelationship vol01