RECOVERYLEVEL

Description

Specifies the Sysplex recovery level. Defines the recoverability of forward sessions to the application when the ACB used is being opened.

This parameter is applicable to the APPL control statement (see APPL statement).

Format

RECOVERYLevel High|Intermediate|None

Default: None.

Usage

This parameter, which takes effect only when an ACB is opened, can be defined on the APPL statement, or as a common end-user parameter on the USER, TERMINAL, PROFILE or SYSTEM statements. If the ACB is already open when the session is started, any change to this parameter will have no effect.

The possible values for this parameter are:

Value

Description

HIGH

Recovers the application session if the owning (target) IBM Session Manager node fails or the IBM Session Manager Controller fails. Can be used only with SYSPLEXTYPE I instances.

INTERMEDIATE

Recovers the application session if the owning (target) IBM Session Manager node fails. Can be used only with SYSPLEXTYPE I instances.

NONE

No recovery will be attempted for this application. Can be used with SYSPLEXTYPE I or SYSPLEXTYPE N instances.

If defined as a common end-user parameter and set to HIGH or INTERMEDIATE then this will override the APPL statement. If NONE is specified then the APPL setting applies.

For further information, see 'Parallel Sysplex support' in the Installation and Customization manual.

Parent topic:

Related topics: