HP StorageWorks Storage Mirroring Recover Scripting Guide (T5437-96022, November 2010)

Syntax
SCRIPT ADD <con_id> [source] <ON target> <type>=<path>
[ARGS=arguments] [DELAY|NODELAY]
[INTERACT|NOINTERACT]
Options
l con_id—Connection ID assigned to the source/target connection
l source—Name of the source
l target—Name of the target, an IP address on the target, or a
virtual IP address
l type—Any of the following script types
l MIRRORSTART—This script starts when the target receives the
first mirror operation. In the case of a difference mirror, this may be
a long time after the mirror is started because the script does not
start until the first different data is received on the target. If the
data is synchronized and a difference mirror finds nothing to
mirror, the script will not be executed. The mirror start script will
not run for the initial baseline mirror when a connection is first
established.
l MIRRORSTOP—This script starts when a mirror is stopped,
which may be caused by an auto-disconnect occuring while a
mirror is running, the service is shutdown while a mirror is
running, or if you stop a mirror manually.
l MIRRORCOMPLETE—This script starts when a mirror is
completed. Because the mirror statistics may indicate a mirror is
at 100% when it is actually still processing (for example, if files
were added after the replication set size was calculated, if there
are alternate data streams, and so on), the script will not start until
all of the mirror data has been completely processed on the
target.
l path—Specify the full path and file name (including the file
extension) to the script on the target. Do not include arguments
with the path, only the path and file name. Enclose the path in
quotation marks. The file name you specify for your script should
be the primary executable of the command being run. If you are
using a command shell to execute a script, put the command shell
execturable as the script file name and pass another script name
in as an argument.
l arguments—Specify any arguments, valid for your script, that are
required to execute your script. Multiple arguments need to be