HP StorageWorks Storage Mirroring scripting guide (T2558-96074, February 2008)

13 - 34
Repset Use
Restore
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 DataFiles
Notes Replication set names that contain non-alphanumeric characters must be enclosed in quotation
marks.
Command RESTORE
Description Initiates the restoration process
Syntax
RESTORE <repset> FROM <target> [ORIGINAL <original_source> ]
[, OVERWRITE | NOOVERWRITE][, OVERWRITENEWER | NOOVERWRITENEWER]
[, USETARGETDB | NOUSETARGETDB][, RESTOREDBTOO | NORESTOREDBTOO]
[, CHECKSUM | NOCHECKSUM][, ORPHANS | NOORPHANS]
Options
repset—Name of the replication set
target—Name of the target, an IP address on the target, or a virtual IP address
original_source—Name of the original source
OVERWRITE—Overwrites files on the source
NOOVERWRITE—Does not overwrite files on the source
OVERWRITENEWER—Overwrites files on the source even if the source file is newer than on the
target
NOOVERWRITENEWER—Does not overwrite files on the source that are newer on the source than
on the target
USETARGETDB—Uses the replication set from the target machine
NOUSETARGETDB—Uses the replication set from the source machine
RESTOREDBTOO—Restores the replication set database from the target to the source
NORESTOREDBTOO—Does not restore the replication set database from the target to the source
CHECKSUM—Performs a block checksum comparison and only restores those blocks that are
different
NOCHECKSUM—Does not perform a block checksum comparison and restores those files that are
different
ORPHANS—Moves or deletes orphan files on the source
NOORPHANS—Does not move or delete orphan files on the source
Examples
restore DataFiles from beta ,overwritenewer ,usetargetdb