SETXCF PRSMPOLICY command

Use the SETXCF PRSMPOLICY (or PRSMPOL) command to either:
  • Activate an XCF PR/SM™ policy, or
  • Deactivate a current active XCF PR/SM policy.

In a multisystem sysplex on PR/SM, the XCF PR/SM policy provides a way for the installation to obtain high availability for multisystem applications on the MVS™ systems in the sysplex. See z/OS MVS Initialization and Tuning Reference and z/OS MVS Setting Up a Sysplex for information about the XCF PR/SM policy.

Note: When an active Sysplex Failure Management policy is in effect in the sysplex, the system rejects the SETXCF PRSMPOLICY command.
 
SETXCF PRSMPOLICY,{DEACTIVATE|ACTIVATE=memname}
 

The parameters are:

ACTIVATE=memname
Specifies the member in SYS1.PARMLIB that contains the XCF PR/SM policy to be activated. If an error occurs while processing the member, the current XCF PR/SM policy, if any, remains in effect.
DEACTIVATE
Specifies that all XCF PR/SM policy processing is to be stopped.

Example:

To activate the XCF PR/SM policy contained in member XCFPOL03 parmlib member, enter:
SETXCF PRSMPOLICY,ACTIVATE=XCFPOL03