HP StorageWorks Storage Mirroring for Linux User's Guide (T2558-96078, February 2008)

5 - 9
Managing Replication Sets Through the Text Client
The following sections describe how to manage replication sets through the Storage Mirroring text clients. For a complete
list of the DTCL commands, see Storage Mirroring Commands on page A-1. Each of the following commands assumes that
you have already logged on and identified a source machine.
Creating a replication set
1. Use the repset create command to create a new replication set.
2. Specify it as the active replication set by using the repset use command.
Command REPSET CREATE
Description Creates a replication set
Syntax
REPSET CREATE <name>
Options name—Name of the replication set
Examples
repset create “Customer Data”
repset create marketing
Notes Replication set names that contain non-alphanumeric characters must be enclosed in quotation
marks.
If the name of the replication set is the same as a word used in a DTCL command (for example,
repset create repset), you will receive an error. If you want to use a word like this, you
must enclose it in quotation marks (
repset create “repset”).
Command REPSET USE
Description Specifies a replication set as the active replication set
Syntax
REPSET USE <repset>
Options repset—Name of the replication set
Examples
repset use “Customer Data”
repset use marketing_database
Notes Replication set names that contain non-alphanumeric characters must be enclosed in quotation
marks.
Storage Mirroring version 4.3
Source Machine: indy (Access Level: FULL)
================================================================================
Command:
================================================================================
repset create “Customer Data”
> repset use “Customer Data”