HP StorageWorks Storage Mirroring Recover Scripting Guide (T5437-96009, November 2009)
293 of 332
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.
● arguments—Specify any arguments, valid for your script, that
are required to execute your script. Multiple arguments need
to be 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.
● DELAY—Delay all C:\Program Files\StorageWorks\Storage
Mirroring processing until the script finishes processing
● NODELAY—Allow C:\Program Files\StorageWorks\Storage
Mirroring processing to continue while the script is processing
● INTERACT—Display script processing on the screen
● NOINTERACT—Do not display script processing. Execute
the script silently in the background