Administering automatic RECON loss notification
RECON loss notification is automatic after the IMSplex name for the RECON is specified.
Automatic RECON loss notification is activated as soon as one DBRC instance processes a RECON error. That error is immediately communicated to other DBRC instances through SCI. The DBRC instances that are notified of the RECON error issue a message (DSP1141I) indicating that they have been notified.
All DBRC instances that share a set of RECONs must also use the same IMSplex to ensure notification of RECON errors to all DBRC instances. The first use of RECON loss notification for a given set of RECONs sets the IMSplex name in the RECONs. Any subsequent attempts at RECON access using a different IMSplex or no IMSplex are rejected, and message DSP1136A is issued.
If you have ARLN active or parallel RECON access enabled, and you want to change the IMSplex associated with a set of RECONs, use the parameter IMSPLEX() | NOPLEX, which is on the CHANGE.RECON command. If any DBRC instances are active when the CHANGE.RECON IMSPLEX() | NOPLEX command is executed, the command is rejected, and message DSP1137I is issued.
The following list briefly summarizes the procedures to alter the IMSplex associated with a set of RECONs:
- Wait for all DBRC activity on the current IMSplex to cease.
- Submit a DBRC utility job to change the IMSplex name.
- Alter the IMSplex name in the user exit routine, DSPSCIX0.
- Ensure that the new IMSplex SCI is ready.
- Resume DBRC activity on the new IMSplex.
To stop or reset automatic RECON loss notification, you must clear the IMSplex name. The following briefly summarizes the procedures to stop automatic RECON loss notification associated with a set of RECONs:
- Wait for all DBRC activity on the current IMSplex to end.
- Submit a DBRC utility job to change the IMSplex name.
- Issue the command CHANGE.RECON IMSPLEX() | NOPLEX. Requirement: If parallel RECON access is enabled and you intend to disable ARLN, you must disable parallel RECON access by issuing the CHANGE.RECON ACCESS(SERIAL) command prior to issuing the CHANGE.RECON NOPLEX command.
- Issue the command CHANGE.RECON IMSPLEX() | NOPLEX.
- For detailed information about automatic RECON loss notification, see RECON loss notification.
- For more information about parallel RECON access, see Accessing the RECON data sets in parallel mode.