HP StorageWorks Storage Mirroring Recover Scripting Guide (T5437-96022, November 2010)
enclosed in quotation marks and separated by a space. Also, if an
argument contains non-alphanumeric characters, you must
enclose it in quotation marks. Arguments cannot contain nested
quotation marks. Therefore, if you are passing more than one
argument to your script, none of the arguments can require
quotation marks. To work around this limitation, you can use 8.3
file naming.
l DELAY—Delay all C:\Program Files\StorageWorks\Storage
Mirroring processing until the script finishes processing
l NODELAY—Allow C:\Program Files\StorageWorks\Storage
Mirroring processing to continue while the script is processing
l INTERACT—Display script processing on the screen
l NOINTERACT—Do not display script processing. Execute the
script silently in the background
Examples
script add 1 alpha on beta mirrorstart="C:\Program
Files\StorageWorks\Storage Mirroring\Scripts\MirrorStartScript.bat"
args="arg1 arg2" delay interact
Notes
l The default settings for this command are nodelay and nointeract.
l Machine names that contain non-alphanumeric characters must
be enclosed in quotation marks.
3. To specify the account to use when running the mirror scripts, use the script
account command.
Command
SCRIPT ACCOUNT
Description
Specifies the user account that will be used to run scripts
Syntax
SCRIPT ACCOUNT <machine> <username> <password>
[domain]