HP StorageWorks Storage Mirroring Scripting Guide (T2558-96327, April 2009)

16 - 2
Archive Start
Archive Stop
Block All
Command
ARCHIVE START
Description Starts the archive process
Syntax
ARCHIVE START <con_id> FILEAGE <number_days>
FILESIZE <
size>
Options
con_id—Connection ID assigned to the source/target connection
number_days—Any number indicating the age, in days, of the files that
you want archived. Any file older than the days specified will be archived.
size—Any number indicating the size, in KB, of the files that you want
archived. Any file smaller than the specified size would be excluded from
the archive.
Examples
archive start 1 fileage 90 filesize 64
Command
ARCHIVE STOP
Description Stops the archive process
Syntax
ARCHIVE STOP <con_id>
Options con_id—Connection ID assigned to the source/target connection
Examples
archive stop 1
Command BLOCK ALL
Description Allows you to to block writing to the data located in the replication set target
paths. You can block all of the paths for every connection that target or only
those paths associated with a particular connection. This keeps the data from
being changed outside of Storage Mirroring processing.
Syntax
BLOCK ALL [ON <target>] | <source> [con_id] [ON <target>]
Options
target—Name of the target, an IP address on the target, or a virtual IP
address
source—Name of the source
con_id—Connection ID assigned to the source/target connection
Examples
block all on beta
block all alpha 3 on beta
Notes Options that contain non-alphanumeric characters must be enclosed in
quotation marks.