NAME
acgroup detail - Display the detail information of copy groups
SYNOPSIS
acgroup detail -g copyGroup [-xml]
DESCRIPTION
This command displays the copy pairs that have been set up in copy groups.
OPTIONS
This option specifies the copy group name.
This option specifies when displaying by the XML format.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
For OPC, QuickOPC, SnapOPCP and EC
> acgroup detail -g group01 Copy Group Name : group01 Copy Group Type : OPC Disk Array Name : ET001 (00ETERNUSDXM##ET44S20A####HK000104######) Pair ------------------- ET001/0x1:ET001/0x6 ET001/0x2:ET001/0x7 ET001/0x3:ET001/0x8
The displayed content is shown next.
Title | Explanation |
---|---|
Copy Group Name | Displays the copy group name. |
Copy Group Type | Displays the copy type set in the copy group. |
Disk Array Name | Displays the Box ID and ETERNUS name that was specified with the -a option for the acgroup create command. |
Pair | Displays the copy pair that was set up. |
For REC
> acgroup detail -g group01 Copy Group Name : group01 Copy Group Type : REC Disk Array Name : ET001 (00ETERNUSDXM##ET44S20A####HK000104######) Remote Disk Array Name : ET002 (00ETERNUSDXH##ET87S20A####NC4110699004##) Pair ------------------- ET001/0x1:ET002/0x1 ET001/0x2:ET002/0x2 ET001/0x3:ET002/0x3
The following table shows the meanings of the information displayed.
Title | Explanation |
---|---|
Copy Group Name | Displays the copy group name. |
Copy Group Type | Displays the copy type set in the copy group. |
Disk Array Name | Displays the Box ID and ETERNUS name that was specified with the -a option for the acgroup create command. |
Remote Disk Array Name | Displays the Box ID and ETERNUS name that was specified with the -remote option for the acgroup create command. |
Pair | Displays the copy pairs that have been set up. |