The following describes the unique response items returned by YKFENCE. For details about response items common to each command, see Responses common to all CLI commands.
Response body
{ "servletKey":"USERID-01-aaaaaaaa",
"ver":"0100",
"appData":{
"bcmVer":"099100",
"vendor":"Hitachi Vantara, Ltd.",
"rc":0,
"bcmMsg":[
],
"action":"submit",
"cliname":"YKGETGRP",
"operands":"",
"offset":0,
"limit":2,
"total":2,
"prefix":"USERID.PREFIX",
"copyGroup":{
"ID":"CGID",
"updateID":"FFFFFFFFFFFFFFFF",
"description":"CG Description",
"copyType":"UR",
"primaryDADID":"DADP",
"secondaryDADID":"DADR",
"primarySCHSET":"0",
"secondarySCHSET":"1",
"pairCt":1,
"groupCt":"1",
"simplexCt":1,
"pendingCt":0,
"duplexCt":0,
"transitionCt":0,
"suspendOpCt":0,
"suspendCuCt":0,
"suspendVSCt":0,
"swappingCt":0,
"reversedCt":0,
"suspendErCt":0,
"invalidCt":0,
"revrsyncCt":0,
"holdCt":0,
"holdErCt":0,
"chkJnlCt":0,
"holdTrnsCt":0,
"noDeltaCt":0,
"conslostCt":0,
"priOnlineCt":0,
"secOnlineCt":0,
"priSoftFenceCt":0,
"secSoftFenceCt":0,
"priSPIDFenceCt":0,
"secSPIDFenceCt":0,
"CTDelta":"000 00:00:00",
"matchingPerCent":0,
"mirrorID":"1",
"errorLevel":"GROUP",
"CTTimeMode":"ASIS",
"pathID":"00",
"exctgEnable":false,
"CTGroup":[
{
"groupIndex":1,
"CTGroupID":"11",
"subCTGroupID":"21",
"pairCt":"1",
"simplexCt":1,
"pendingCt":0,
"duplexCt":0,
"transitionCt":0,
"suspendOpCt":0,
"suspendCuCt":0,
"suspendVSCt":0,
"swappingCt":0,
"reversedCt":0,
"suspendErCt":0,
"invalidCt":0,
"revrsyncCt":0,
"holdCt":0,
"holdErCt":0,
"chkJnlCt":0,
"holdTrnsCt":0,
"noDeltaCt":0,
"conslostCt":0,
"priOnlineCt":0,
"secOnlineCt":0,
"priSoftFenceCt":0,
"secSoftFenceCt":0,
"priSPIDFenceCt":0,
"secSPIDFenceCt":0,
"currentTime": "20220101 00:00:00.000000",
"cTTime": "20220101 00:00:00.000000",
"CTDelta":"000 00:00:00",
"matchingPerCent":0,
"remoteCdev":[{
"pri":{"LDEVID":"0000"},
"Sec":{"LDEVID":"1000"}
} ]
"pair":[
{
"pairIndex":1,
"state":"SIMPLEX",
"CTDelta":"000 00:00:00",
"volser":"",
"matchingPerCent":0,
"reversed":"0",
"CTTime": "20220101 00:00:00.000000",
"diagnosis":"",
"pri":{
"devn":"A000",
"serialNum":"11111",
"CUNum":"11",
"SSID":"1111",
"CCA":"11",
"model":"VSPG1000"
},
"sec":{
"devn":"A000",
"serialNum":"22222",
"CUNum":"22",
"SSID":"2211",
"CCA":"22",
"model":"VSPG1000"
}
}
]
}
]
}
},
"reused":false, "timeout":false
}
|
Key |
Format |
Description |
Value of the fields key#1 |
||||
|---|---|---|---|---|---|---|---|
|
SUMMARY |
OPTION |
EXCTG |
GROUP |
PAIR |
|||
offset #2 |
number or undefined |
Sequence number of the group output at the beginning of the array of CTGroup key values or sequence number of the pair output at the beginning of the array of pair key values (in order of the index numbers of the groups, and in order of the index numbers of the pairs within a group) |
Y |
Y |
Y |
Y |
Y |
|
limit#2 |
number or undefined |
Maximum number of groups and pairs that can be output in a response message |
Y |
Y |
Y |
Y |
Y |
|
total#2 |
number or undefined |
Number of groups in the copy group + number of pairs |
Y |
Y |
Y |
Y |
Y |
|
prefix#2 |
string or undefined |
Dataset prefix of the copy group definition file |
Y |
Y |
Y |
Y |
Y |
copyGroup #2 |
object or undefined |
Copy group object |
Y |
Y |
Y |
Y |
Y |
|
ID |
string |
Copy group ID |
Y |
Y |
Y |
Y |
Y |
|
updateID |
string or undefined |
Last update ID |
Y |
Y |
Y |
Y |
Y |
description #28 |
string |
Descriptions added by the user |
Y |
Y |
Y |
Y |
Y |
|
copyType |
string |
Copy type
|
Y |
Y |
Y |
Y |
Y |
|
primaryDADID |
string |
Primary device address domain ID |
Y |
Y |
Y |
Y |
Y |
|
secondaryDADID |
string |
Secondary device address domain ID |
Y |
Y |
Y |
Y |
Y |
|
primarySchSet |
string |
Primary subchannel set ID |
Y |
Y |
Y |
Y |
Y |
|
secondarySchSet |
string |
Secondary subchannel set ID |
Y |
Y |
Y |
Y |
Y |
|
pairCt |
number |
Total number of copy pairs in the copy group |
Y |
Y |
Y |
Y |
Y |
| groupCt #11 |
number |
Number of consistency groups in the copy group |
Y |
Y |
Y |
Y |
Y |
|
simplexCt#11 |
number or undefined |
Number of copy pairs in the SIMPLEX status |
Y |
N |
N |
N |
N |
|
pendingCt#11 |
number or undefined |
Number of copy pairs in the PENDING status |
Y |
N |
N |
N |
N |
|
duplexCt#11 |
number or undefined |
Number of copy pairs in the DUPLEX status |
Y |
N |
N |
N |
N |
|
transitionCt#11 |
number or undefined |
Number of copy pairs in the TRANS status |
Y |
N |
N |
N |
N |
|
suspendOpCt#11 |
number or undefined |
Number of copy pairs in the SUSPOP status |
Y |
N |
N |
N |
N |
|
suspendCuCt#11 |
number or undefined |
Number of copy pairs in the SUSPCU status |
Y |
N |
N |
N |
N |
|
suspendVsCt#11 |
number or undefined |
Number of copy pairs in the SUSPVS status |
Y |
N |
N |
N |
N |
|
swappingCt#3 #11 |
number or undefined |
Number of copy pairs in the SWAPPING status |
Y |
N |
N |
N |
N |
|
reversedCt#11 |
number or undefined |
Number of copy pairs that are copied in the reverse direction (from secondary to primary) |
Y |
N |
N |
N |
N |
|
suspendErCt#11 |
number or undefined |
Number of copy pairs in the SUSPER status |
Y |
N |
N |
N |
N |
|
invalidCt#11 |
number or undefined |
Number of copy pairs in the INVALID status |
Y |
N |
N |
N |
N |
|
revrsyncCt#11 |
number or undefined |
Number of copy pairs in the REVRSY status |
Y |
N |
N |
N |
N |
|
holdCt#11 |
number or undefined |
Number of copy pairs in the HOLD status |
Y |
N |
N |
N |
N |
|
holdErCt#11 |
number or undefined |
Number of copy pairs in the HOLDER status |
Y |
N |
N |
N |
N |
|
chkJnlCt#4 #11 |
number or undefined |
Number of copy pairs in the CHKJNL status |
Y |
N |
N |
N |
N |
|
holdTrnsCt#11 |
number or undefined |
Number of copy pairs in the HOLDTRNS status |
Y |
N |
N |
N |
N |
noDeltaCt #11 |
number or undefined |
Number of copy pairs in the NODELTA status |
Y |
N |
N |
N |
N |
|
conslostCt#11 |
number or undefined |
Number of copy pairs in the CONSLOST status |
Y |
N |
N |
N |
N |
|
priOnlineCt#12 |
number or undefined |
Number of online volumes in the primary site |
Y |
N |
N |
N |
N |
|
secOnlineCt#12 |
number or undefined |
Number of online volumes in the secondary site |
Y |
N |
N |
N |
N |
|
priSoftFenceCt#5 |
number or undefined |
Number of volumes with the soft fence status in the primary site |
Y |
N |
N |
N |
N |
|
secSoftFenceCt#6 |
number or undefined |
Number of volumes with the soft fence status in the secondary site |
Y |
N |
N |
N |
N |
|
priSPIDFenceCt#5 |
number or undefined |
Number of volumes with the SPID fence status in the primary site |
Y |
N |
N |
N |
N |
|
secSPIDFenceCt#6 |
number or undefined |
Number of volumes with the SPID fence status in the secondary site |
Y |
N |
N |
N |
N |
|
CTDelta#7 #11 #13 #23 #35 |
string or undefined |
Proxy C/T delta value for the entire copy group |
Y |
N |
N |
N |
N |
|
matchingPerCent#8 #9 #11 |
number or undefined |
Copy pair matching rate |
Y |
N |
N |
N |
N |
|
protectMode#10 |
string or undefined |
Protect mode |
N |
N |
Y |
N |
N |
|
initPace#32 |
string or undefined |
Copy pace
|
N |
N |
Y |
N |
N |
|
freezeScpMode#10 #33 |
string or undefined |
When Y, makes SCP if SUSPER. |
N |
N |
Y |
N |
N |
|
timeStampMode#33 |
string or undefined |
When Y, the timestamp transfer mode is enabled. |
N |
N |
Y |
N |
N |
|
linkageOption#33 |
string or undefined |
Linkage option
|
N |
N |
Y |
N |
N |
|
fenceLevel#33 |
string or undefined |
Handling of P-VOL after suspending
|
N |
N |
Y |
N |
N |
|
map#33 |
string or undefined |
Difference management unit
|
N |
N |
Y |
N |
N |
|
openMF#33 |
string or undefined |
When Y, the Open/MF Consistency Preservation function is used. |
N |
N |
Y |
N |
N |
|
presetMode#27 |
string or undefined |
Whether to use the UR ATTIME Suspend function
|
N |
N |
Y |
N |
N |
|
attimeSplitMode#36 |
string or undefined |
Suspend mode used by the UR ATTIME Suspend function. (This indicates whether secondary volumes transitioning to the suspend status can be accessed or updated.)
|
N |
N |
Y |
N |
N |
|
mirrorID#35 |
string or undefined |
Mirror ID of Universal Replicator |
N |
N |
Y |
N |
N |
|
errorLevel#35 |
string or undefined |
Unit for suspending Universal Replicator copy pairs
|
N |
N |
Y |
N |
N |
|
CTTimeMode#35 |
string or undefined |
Consistency time mode of Universal Replicator
|
N |
N |
Y |
N |
N |
|
pathID#35 |
string or undefined |
Path group ID of Universal Replicator |
N |
N |
Y |
N |
N |
|
exctgEnable#14 |
boolean |
EXCTG function
|
N |
N |
Y |
N |
N |
|
exctg#15 |
object |
EXCTG object |
N |
N |
Y |
N |
N |
|
fwd |
object |
EXCTG object during a forward operation |
N |
N |
Y |
N |
N |
|
enable |
boolean |
EXCTG function during a forward operation
|
N |
N |
Y |
N |
N |
|
exctgID#16 |
string or undefined |
EXCTG ID (0 to 3) |
N |
N |
Y |
N |
N |
|
superModel#16 |
string or undefined |
Supervisor disk controller model
|
N |
N |
Y |
N |
N |
|
superSerialNum#16 |
string or undefined |
Supervisor disk controller serial number |
N |
N |
Y |
N |
N |
|
rev |
object |
EXCTG object during a reverse operation |
N |
N |
Y |
N |
N |
|
enable |
boolean |
EXCTG function during a reverse operation
|
N |
N |
Y |
N |
N |
|
exctgID#17 |
string or undefined |
EXCTG ID (0 to 3) |
N |
N |
Y |
N |
N |
|
superModel#17 |
string or undefined |
Supervisor disk controller model
|
N |
N |
Y |
N |
N |
|
superSerialNum#17 |
string or undefined |
Supervisor disk controller serial number |
N |
N |
Y |
N |
N |
|
CTGroup |
object array |
Array of consistency group objects |
N |
N |
Y |
Y |
Y |
|
groupIndex |
number |
Sequence number of the consistency group |
N |
N |
Y |
Y |
Y |
|
CTGroupID#29 |
string or undefined |
Consistency group ID or master journal group ID |
N |
N |
Y |
Y |
Y |
|
subCTGroupID#30 |
string or undefined |
Restore journal group ID |
N |
N |
Y |
Y |
Y |
|
exctg#15 |
object or undefined |
EXCTG object |
N |
N |
Y |
N |
N |
|
fwd#16 |
object or undefined |
EXCTG object during a forward operation |
N |
N |
Y |
N |
N |
|
model |
string |
Model
|
N |
N |
Y |
N |
N |
|
serialNum |
string |
Storage system serial number |
N |
N |
Y |
N |
N |
|
arbCmdNo#18 |
string or undefined |
Arbitration command device number |
N |
N |
Y |
N |
N |
|
arbCTTime#19 #20 |
string or undefined |
EXCTG consistency time (yyyymmdd hh:mm:ss.nnnnnn) |
N |
N |
Y |
N |
N |
|
jnlGValid#19 |
string or undefined |
Journal group registration status
|
N |
N |
Y |
N |
N |
|
jnlGType#19 |
string or undefined |
Type of journal group
|
N |
N |
Y |
N |
N |
|
jnlState#19 #21 |
string or undefined |
Journal status |
N |
N |
Y |
N |
N |
|
errorCode#19 |
string or undefined |
Error code |
N |
N |
Y |
N |
N |
|
rev#17 |
object or undefined |
EXCTG object during a reverse operation |
N |
N |
Y |
N |
N |
|
model |
string |
Model
|
N |
N |
Y |
N |
N |
|
serialNum |
string |
Storage system serial number |
N |
N |
Y |
N |
N |
|
arbCmdNo#18 |
string or undefined |
Arbitration command device number |
N |
N |
Y |
N |
N |
|
arbCTTime#19 #20 |
string or undefined |
EXCTG consistency time (yyyymmdd hh:mm:ss.nnnnnn) |
N |
N |
Y |
N |
N |
|
jnlGValid#19 |
string or undefined |
Journal group registration status
|
N |
N |
Y |
N |
N |
|
jnlGType#19 |
string or undefined |
Type of journal group
|
N |
N |
Y |
N |
N |
|
jnlState#19 #21 |
string or undefined |
Journal status |
N |
N |
Y |
N |
N |
|
errorCode#19 |
string or undefined |
Error code |
N |
N |
Y |
N |
N |
|
pairCt |
number |
Number of copy pairs in the consistency group |
N |
N |
N |
Y |
Y |
|
simplexCt#11 |
number or undefined |
Number of copy pairs in the SIMPLEX status |
N |
N |
N |
Y |
N |
|
pendingCt#11 |
number or undefined |
Number of copy pairs in the PENDING status |
N |
N |
N |
Y |
N |
|
duplexCt#11 |
number or undefined |
Number of copy pairs in the DUPLEX status |
N |
N |
N |
Y |
N |
|
transitionCt#11 |
number or undefined |
Number of copy pairs in the TRANS status |
N |
N |
N |
Y |
N |
|
suspendOpCt#11 |
number or undefined |
Number of copy pairs in the SUSPOP status |
N |
N |
N |
Y |
N |
|
suspendCuCt#11 |
number or undefined |
Number of copy pairs in the SUSPCU status |
N |
N |
N |
Y |
N |
|
suspendVsCt#11 |
number or undefined |
Number of copy pairs in the SUSPVS status |
N |
N |
N |
Y |
N |
|
swappingCt#3 #11 |
number or undefined |
Number of copy pairs in the SWAPPING status |
N |
N |
N |
Y |
N |
|
reversedCt#11 |
number or undefined |
Count of copy pairs with reverse direction from Secondary to Primary |
N |
N |
N |
Y |
N |
|
suspendErCt#11 |
number or undefined |
Number of copy pairs in the SUSPER status |
N |
N |
N |
Y |
N |
|
invalidCt#11 |
number or undefined |
Number of copy pairs in the INVALID status |
N |
N |
N |
Y |
N |
|
revrsyncCt#11 |
number or undefined |
Number of copy pairs in the REVRSY status |
N |
N |
N |
Y |
N |
|
holdCt#11 |
number or undefined |
Number of copy pairs in the HOLD status |
N |
N |
N |
Y |
N |
|
holdErCt#11 |
number or undefined |
Number of copy pairs in the HOLDER status |
N |
N |
N |
Y |
N |
|
chkJnlCt#4 #11 |
number or undefined |
Number of copy pairs in the CHKJNL status |
N |
N |
N |
Y |
N |
|
holdTrnsCt#11 |
number or undefined |
Number of copy pairs in the HOLDTRNS status |
N |
N |
N |
Y |
N |
|
noDeltaCt#11 |
number or undefined |
Number of copy pairs in the NODELTA status |
N |
N |
N |
Y |
N |
|
conslostCt#11 |
number or undefined |
Number of copy pairs in the CONSLOST status |
N |
N |
N |
Y |
N |
|
priOnlineCt#12 |
number or undefined |
Number of online volumes in the primary site |
N |
N |
N |
Y |
N |
|
secOnlineCt#12 |
number or undefined |
Number of online volumes in the secondary site |
N |
N |
N |
Y |
N |
|
priSoftFenceCt#5 |
number or undefined |
Number of volumes with the soft fence status in the primary site |
N |
N |
N |
Y |
N |
|
secSoftFenceCt#6 |
number or undefined |
Number of volumes with the soft fence status in the secondary site |
N |
N |
N |
Y |
N |
|
priSPIDFenceCt#5 |
number or undefined |
Number of volumes with the SPID fence status in the primary site |
N |
N |
N |
Y |
N |
|
secSPIDFenceCt#6 |
number or undefined |
Number of volumes with the SPID fence status in the secondary site |
N |
N |
N |
Y |
N |
|
currentTime#11 |
string or undefined |
Current time in local time |
N |
N |
N |
Y |
N |
|
CTTime#11 #13 #22 #23 #35 |
string or undefined |
Consistency time for each consistency group |
N |
N |
N |
Y |
N |
|
CTDelta#23 #31 #35 #37 #38 |
string or undefined |
C/T delta value for each consistency group |
N |
N |
N |
Y |
N |
|
matchingPerCent#8 #9 #11 |
number or undefined |
Copy pair matching rate |
N |
N |
N |
Y |
N |
|
remoteCdev |
object array |
Array of remote command devices registered in journal groups |
N |
N |
N |
Y |
N |
|
pri#39 |
object or undefined |
Remote command device objects registered in the journal group on the P-VOL side |
N |
N |
N |
Y |
N |
|
LDEVID#40 |
string |
LDEVID of the remote command device registered in the journal group on the P-VOL side |
N |
N |
N |
Y |
N |
|
serialNum#33 |
string or undefined |
Serial number of the storage system for the journal group that registers the remote command device on the P-VOL side |
N |
N |
N |
Y |
N |
|
JNLID#33 |
string or undefined |
Journal group ID for registering the remote command device on the P-VOL side |
N |
N |
N |
Y |
N |
|
set#19 |
string or undefined |
LDEVID of the remote command device registered in the journal group on the P-VOL side If no remote command device is registered, N/A is set. |
N |
N |
N |
Y |
N |
|
errCode#19 |
string or undefined |
Error code
|
N |
N |
N |
Y |
N |
|
sec#39 |
object or undefined |
Remote command device objects registered in the journal group on the S-VOL side |
N |
N |
N |
Y |
N |
|
LDEVID#40 |
string |
LDEVID of the remote command device registered in the journal group on the S-VOL side |
N |
N |
N |
Y |
N |
|
serialNum#33 |
string or undefined |
Serial number of the storage system registered for the remote command device on the S-VOL side |
N |
N |
N |
Y |
N |
|
JNLID#33 |
string or undefined |
Journal group ID for registering the remote command device on the S-VOL side |
N |
N |
N |
Y |
N |
|
set#19 |
string or undefined |
LDEVID of the remote command device registered in the journal group on the S-VOL side If no remote command device is registered, N/A is set. |
N |
N |
N |
Y |
N |
|
errCode#19 |
string or undefined |
Error code
|
N |
N |
N |
Y |
N |
|
pair |
object array |
Array of copy pair objects |
N |
N |
N |
N |
Y |
|
pairIndex |
number |
Sequence number of the consistency group |
N |
N |
N |
N |
Y |
|
state#11 |
string |
Copy pair status |
N |
N |
N |
N |
Y |
|
CTDelta#11 #23 #32 #37 #38 |
string or undefined |
C/T delta value |
N |
N |
N |
N |
Y |
|
volser#12 |
string or undefined |
Volume serial number |
N |
N |
N |
N |
Y |
|
matchingPerCent#9 #11 #25 #26 |
number or undefined |
Copy pair matching rate |
N |
N |
N |
N |
Y |
|
reversed#11 |
string or undefined |
Whether direction is reverse from Secondary to Primary
|
N |
N |
N |
N |
Y |
|
CTTime#3 #11 #23 #32 #37 #38 |
string or undefined |
Consistency time |
N |
N |
N |
N |
Y |
|
diagnosis#11 #32 #37 |
string or undefined |
Diagnosis information |
N |
N |
N |
N |
Y |
|
pri |
object |
P-VOL object |
N |
N |
N |
N |
Y |
|
devn |
string |
Device number of the P-VOL |
N |
N |
N |
N |
Y |
|
serialNum |
string |
Storage system serial number |
N |
N |
N |
N |
Y |
|
CUNum |
string |
Primary control unit number |
N |
N |
N |
N |
Y |
|
SSID |
string |
Primary SSID |
N |
N |
N |
N |
Y |
|
CCA |
string |
Primary command control address |
N |
N |
N |
N |
Y |
|
model |
string |
Primary storage system model
|
N |
N |
N |
N |
Y |
|
hostStatus#12 |
string or undefined |
Host connection status of the P-VOL
|
N |
N |
N |
N |
Y |
|
fenceStatus#5 #19 |
string or undefined |
Fence status of the P-VOL
|
|||||
|
sec |
object |
S-VOL object |
N |
N |
N |
N |
Y |
|
devn |
string |
Device number of the S-VOL |
N |
N |
N |
N |
Y |
|
serialNum |
string |
Serial number of the secondary storage system |
N |
N |
N |
N |
Y |
|
CUNum |
string |
Secondary control unit number |
N |
N |
N |
N |
Y |
|
SSID |
string |
Secondary SSID |
N |
N |
N |
N |
Y |
|
CCA |
string |
Secondary command control address |
N |
N |
N |
N |
Y |
|
model |
string |
Secondary storage system model
|
N |
N |
N |
N |
Y |
|
hostStatus#12 |
string or undefined |
Host connection status of the S-VOL
|
N |
N |
N |
N |
Y |
|
fenceStatus#6 |
string or undefined |
Fence status of the S-VOL
|
N |
N |
N |
N |
Y |
Legend: Y: The key is output; N: The key is not output
- #1
-
When nothing is specified for the fields key (only "" is specified) or the fields key itself is omitted, all keys are output.
- #2
-
This is output when the value of the rc key is 0.
- #3
-
This is output only when information is obtained from Secondary site.
- #4
-
The value is always 0.
- #5
-
This is output after the YKFENCE command is executed with the TO(PRIMARY) parameter specified.
- #6
-
This is output after the YKFENCE command is executed with the TO(SECONDARY) parameter specified.
- #7
-
The following table shows the C/T delta values that are set.
Condition
Value that is set
Copy group container that is not EXCTG
Maximum C/T delta value for the entire consistency group
EXCTG
Minimum C/T delta value for the entire consistency group
Copy group contains one or more consistency groups for which a C/T delta value cannot be acquired (consistency cannot be preserved).
undefined
- #8
-
Average matching rate of copy pairs in a copy group.
- #9
-
If copy pairs other than ShadowImage are in the suspend status, the displayed values correspond to the amounts written to the P-VOL after the suspension, and do not include the amounts written to the S-VOL. When these copy pairs are resynchronized, the values might change, because the values corresponding to the amounts written to the P-VOL and S-VOL are adjusted when the differential copy is performed.
- #10
-
This is not output for a PPRC copy pair.
- #11
-
This is not output if neither YKQUERY nor YKEWAIT was run.
- #12
-
This is not output if information could not be acquired during the volume scan.
- #13
-
This is not output if the copy group includes a consistency group for which one or more C/T delta values could not be acquired.
- #14
-
The value is 1 when the EXCTG function is used.
- #15
-
This is output only when the EXCTG function is used.
- #18
-
This is not output for a supervisor disk controller.
- #19
-
This is not output when information cannot be acquired.
- #20
-
Displayed in GMT.
- #21
-
The details for the journal status are shown below.
Cause code (hexadecimal)
Details
00
Initial status
10
Start status
11
Restore journal was interrupted/stopped (Indicates the status when restore journal is stopped due to a copy pair suspend or dissolve operation for the S-VOL, and a transition is performed to the start status)
20
Interrupted status
22
Interrupted
40
Stopped status
44
Stopped
- #22
-
This is not output if the group is not a consistency group or consistency cannot be preserved for each consistency group.
- #23
-
Effective only when the timer type of the consistency group is SYSTEM.
- #24
-
This is not output if a command is executed for a delta resync pair.
- #25
- The value acquired from the primary site is usually set. However, if the copy type is ShadowImage, the value acquired from the primary or secondary site is set.
- #26
-
If the copy type is Universal Replicator and the copy status is DUPLEX, the value is 100.
- #27
-
This is output for ShadowImage copy groups for which a consistency copy group ID is set.
- #28
-
This is not output if no value is set.
- #29
-
This is output for consistency groups and journal groups.
- #30
-
This is output for journal groups.
- #31
-
This is output when all of the following conditions are met:
- YKQUERY or YKEWAIT has already been run.
- Information was acquired from the secondary site.
- The timer type of the consistency group is SYSTEM, and the pair is not a Delta Resync pair.
- #32
-
This is output when the copy type is TrueCopy or ShadowImage.
- #33
-
This is output when the copy type is TrueCopy.
- #34
-
This is output when the copy type is ShadowImage.
- #35
-
This is output when the copy type is Universal Replicator.
- #36
-
This is output only for ShadowImage copy groups that use the UR ATTIME suspend function.
- #37
-
This is not output if the copy pair is in the SIMPLEX state.
- #38
-
This is not output if I/O has not been issued to the journal group after the copy pairs are created or resynchronized.