Using the Remote Replication Premium Feature
109
NOTE:
If you suspend a remote replication that is set up in the Write consistency
mode, you suspend all remote replicated pairs within the group. You can then
resume replication operations for any of the individual remote replicated pairs that
are in the group.
This example shows the suspend remoteReplication command:
c:\...\smX\client>smcli 123.45.67.88 123.45.67.89
-c “suspend remoteReplication primary Jan_04_Account
writeConsistency=false;”
The
writeConsistency
parameter defines whether the virtual disks
identified in this command are in a write-consistency group or are separate.
For the virtual disks in a write-consistency group, set this parameter to
TRUE
.
For the virtual disks that are not in a write-consistency group, set this
parameter to
FALSE
.
This example shows how to use the command in a script file:
suspend remoteReplication virtualDisk Jan_04_Account
writeConsistency=false;
The replication relationship remains suspended until you use the resume
remoteReplication command to restart synchronization activities. This
command restarts data transfers between a primary virtual disk and a
secondary virtual disk in a replication relationship after the replication has
been suspended or unsynchronized.
This example shows the
resume remoteReplication
command:
c:\...\smX\client>smcli 123.45.67.88 123.45.67.89
-c “resume remoteReplication virtualDisk
Jan_04_Account
writeConsistency=false;”
The
writeConsistency
parameter in this command operates the same as
in the previous command.
This example shows how to use the command in a script file:
resume remoteReplication virtualDisk Jan_04_Account
writeConsistency=false;
book.book Page 109 Wednesday, June 8, 2011 12:20 PM
Summary of Contents for PowerVault MD3600f Series
Page 1: ...Dell PowerVault Modular Disk Storage Arrays CLI Guide ...
Page 44: ...44 About the Script Commands ...
Page 114: ...114 Using the Remote Replication Premium Feature ...
Page 311: ...Script Commands 311 ...
Page 312: ...312 Script Commands ...
Page 318: ...318 Sample Script Files ...
Page 328: ...Index 328 ...