HP StorageWorks Storage Mirroring Recover Scripting Guide (T5437-96022, November 2010)
Creating a replication set
Before you can establish a connection, you must create a replication set.
1. Use the repset create command to create a new replication set.
Command
REPSETCREATE
Description
Creates a replication set
Syntax
REPSET CREATE <name>
Options
name—Name of the replication set
Examples
repset create DataFiles
Notes
l The name of the replication set should not be a Storage Mirroring
Recover keyword. These are any DTCL command (source, target,
and so on.) or any DTCL shortcut command (env, mon, rep, and
so on).
l Replication set names that contain non-alphanumeric characters
must be enclosed in quotation marks.
2. Specify it as the active replication set by using the repset use command.
Command
REPSET USE
Description
Specifies a replication set as the active replication set
Syntax
REPSET USE <repset>