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

Command syntax conventions
The following conventions are used for the scripting commands.
l UPPERCASE letters indicate syntax that must be typed exactly as shown.
l lowercase italic blue letters are variables such as file names, user names, or
machine names.
l Angle brackets, < and >, surround required items that must be supplied with the
command.
l Square brackets, [ and ], surround optional items that can be supplied with the
command but are not required.
l The pipe character, |, separates items in a list.
l Identifiers that contain a space or non-alphanumeric characters must be enclosed
in quotation marks. For example "domain.com" or "machine name" or
"129.65.35.45."
Note: You can specify an IP address or an IP address:port combination
(separated by a colon) in place of a machine name in any DTCL command
that allows for the entry of a machine name. For example, all of the
following login commands are acceptable.
l login alpha administrator ********
l login 216.234.244.47 administrator ********
l login 216.234.244.47:1205 administrator ********
If you have modified your ports so that your source, target and/or clients are
running on different ports and you are using DTCL scripts, then you will
need to modify the scripts to include the port values as noted above. This
only applies to source/target/client combinations that are communicating
with each other on different ports.