NAME
acgroup detail - Display the detail information of copy groups
SYNOPSIS
acgroup detail -g copyGroup [-active] [-xml]
DESCRIPTION
This command displays the copy pairs that have been set up in copy groups.
When the Storage Cluster Continuous Copy function is used, the Primary Storage and Secondary Storage copy pairs are displayed.
OPTIONS
This option specifies the copy group name.
When the Storage Cluster Continuous Copy function is used, the storage device where the TFO status is "Active" is displayed.
This option specifies when displaying by the XML format.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
In the case of OPC/QuickOPC/SnapOPCP/EC that do not use the Storage Cluster Continuous Copy function
> 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 > acgroup detail -g group01 -active Copy Group Name : group01 Copy Group Type : OPC Disk Array Name : ET001 (00ETERNUSDXM##ET44S20A####HK000104######) Pair Active Side ------------------- ----------- ET001/0x1:ET001/0x6 ---- ET001/0x2:ET001/0x7 ---- ET001/0x3:ET001/0x8 ----
In the case of OPC/QuickOPC/EC that use the Storage Cluster Continuous Copy function
> acgroup detail -g group01 Copy Group Name : group01 Copy Group Type : OPC Disk Array Name : ET001 (00ETERNUSDXM##ET44S20A####HK000104######) TFO Disk Array Name : ET002 (00ETERNUSDXH##ET87S20A####NC4110699004##) Primary Pair Secondary Pair ------------------- -------------------- ET001/0x1:ET001/0x6 ET002/0x1:ET002/0x11 ET001/0x2:ET001/0x7 ET002/0x2:ET002/0x12 > acgroup detail -g group01 -active Copy Group Name : group01 Copy Group Type : OPC Disk Array Name : ET001 (00ETERNUSDXM##ET44S20A####HK000104######) TFO Disk Array Name : ET002 (00ETERNUSDXH##ET87S20A####NC4110699004##) Primary Pair Secondary Pair Active Side ------------------- -------------------- ----------- ET001/0x1:ET001/0x6 ET002/0x1:ET002/0x11 Primary ET001/0x2:ET001/0x7 ET002/0x2:ET002/0x12 Primary
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. |
TFO Disk Array Name | Displays the Box ID and ETERNUS name that was specified with the -tfoa option for the acgroup create command. |
Pair | When the Storage Cluster Continuous Copy function is not used, the configured copy pair is displayed. |
Primary Pair | When the Storage Cluster Continuous Copy function is used, the Primary Storage copy pair is displayed. |
Secondary Pair | When the Storage Cluster Continuous Copy function is used, the Secondary Storage copy pair is displayed. |
Active Side | When the Storage Cluster Continuous Copy function is used and the -active option is specified, the storage device where the TFO status is "Active" is displayed.
|
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 > acgroup detail -g group01 -active Copy Group Name : group01 Copy Group Type : REC Disk Array Name : ET001 (00ETERNUSDXM##ET44S20A####HK000104######) Remote Disk Array Name : ET002 (00ETERNUSDXH##ET87S20A####NC4110699004##) Pair Active Side ------------------- ----------- 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. |
Active Side | When the -active option is specified, the storage device where the TFO status is "Active" is displayed. |