Are there any potential issues associated with starting the shadow ESP in QUIESCE mode? Will a quiesced shadow be capable of taking over when the primary fails?
Release : 11.4 & 12.0
Component : ESP WORKLOAD AUTOMATION HIGH AVAILABILITY
- You can start the SHADOW with PARM=QUIESCE. Like below:
//SHADOW EXEC PGM=CYBJS000,ACCT=42300000,
// REGION=0M,PARM=(SECONDARY,QUIESCE),
......
- The quiesced SHADOW can take over and it can be resumed with RESTART command:
When the active Master stopped:
ESPM_4396I Master quiesce shadow goal activated, ESP master ended, Member=CA32
ESPM_4397W ESP master CA32M in quiesced state for 60 seconds
F ESPSH,SHADOW TAKEOVER
ESPM_4372I Exiting shadow mode
The SHADOW was in quiesce mode after it took over:
ESPM_1977I ESP release 11.4 status
ESPM_1978I EVENT SCHEDULING QUIESCED
ESPM_1979I DATA SET TRIGGERING ACTIVE
Then after issuing RESTART command, it's resumed:
ESPM_1960I RESTARTING
ESPM_1977I ESP release 11.4 status
ESPM_1978I EVENT SCHEDULING ACTIVE
ESPM_1979I DATA SET TRIGGERING ACTIVE