HP 3PAR OS 3.1.3 Command Line Interface Reference

showdomain
DESCRIPTION
The showdomain command displays a list of domains in a system.
SYNTAX
showdomain [options <arg>]
AUTHORITY
Any role in the system.
OPTIONS
d
Specifies that detailed information is displayed.
sortcol <col> [,<dir>][:<col>[,<dir>]...]
Sorts command output based on the column number <col>. Columns are numbered from left to
right, beginning with 0. At least one column must be specified. In addition, the direction of sorting
(<dir>) can be specified as follows:
inc
Sort in increasing order (default).
dec
Sort in decreasing order.
Multiple columns can be specified and separated by a colon (:). Rows that have the same
information in them as earlier columns will be sorted by values in later columns.
SPECIFIERS
None
RESTRICTIONS
None
EXAMPLES
The following example displays detailed information about a system’s domains:
cli% showdomain -d
ID Domain -----CreationTime------ --Comments--- -VVRetentionTimeMax-
1 TestDomain1 2009-08-22 14:23:30 PDT Beef Test 0 Hours
2 TestDomain2 2009-08-22 14:23:30 PDT Chicken Test 0 Hours
3 TestDomain3 2009-08-22 14:23:30 PDT Pork Test 0 Hours
In the example above:
ID. The domain ID.
Domain. The domain name.
CreationTime. The date and time the domain was created.
Comments. Information about the domain.
VVRetentionTimeMax. Maximum retention time that may be set for volumes in this domain;
if --, the system VVRetentionTimeMax value is used instead.
364 Show Commands