Reference Guide

Command Format Conventions
The following are the formatting conventions for commands run in the Storage Center Command Utility.
Item Description
braces {} Surround a set of required options from which you must choose one item.
brackets [] Indicate optional items.
ellipsis... Indicates that an item can be repeated.
italics Indicate a variable.
vertical line | Indicates mutually exclusive options within braces or brackets.
Data Types
The following are the types of data that can be specied in a command run in the Storage Center Command Utility.
Data Type Description
true | false Species a Boolean value. Most Boolean options accept both true or false and 1 or 0 as valid entries.
lename Species a lename. Filenames that contain the space character must be enclosed by single quote
marks. For example: –file ‘my output file’
integer Species a whole number.
string Species any alphanumeric characters. Strings that contain the spaces must be enclosed by single
quote marks. For example: –name ‘replay of volume33’
CompCU.jar Executable
The Storage Center Command Utility executable le is named CompCU.jar.
Format
java –jar compcu.jar {logon} [options...options]
Options
–c "command"
Species a Storage Center CU command to execute. CU commands and options must be enclosed by double quotation (") marks. For
example:
java –jar compcu.jar –c "server"
–default
Using the values specied by the –host, –user, and –password options, sets (or changes) a default for Storage Center logon. Logon
parameters are stored in an encrypted le.
–defaultname filename
Species the name of the encrypted le used to store logon information for a specied Storage Center. For example:
14
Getting Started