Owner's manual

34 About the Script Commands
Recurring Syntax Elements
Recurring syntax elements are a general category of variables and parameters
you can use in one or more script commands. The recurring syntax is used in
the general definitions of the script commands that are listed in "Script
Commands" on page 105. Table 2-4 lists the recurring syntax and the syntax
values that you can use with the syntax.
show object {statement-data} Displays information about the object.
start object {statement-data} Starts an asynchronous operation. You can stop some
operations after they have started. You can query the
progress of some operations.
stop object {statement-data} Stops an asynchronous operation.
suspend object
{statement-data}
Suspends an operation. You can then restart the
suspended operation, and it continues from the point
at which it was suspended.
Table 2-4. Recurring Syntax Elements
Recurring Syntax Syntax Value
raid-level (0 | 1 | 5| 6)
snapshot-repository-raid-level (1 | 5 | 6)
capacity-spec integer-literal [KB | MB | GB | TB |
Bytes]
segment-size-spec integer-literal
boolean (
TRUE | FALSE)
user-label string-literal
user-label-list user-label {user-label}
create-raid-vol-attr-value-list create-raid-virtual disk-attribute-value-
pair
{create-raid-virtual disk-attribute-value-
pair}
Table 2-3. General Form of the Script Commands (continued)
Command Syntax Description