Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Indicates that if an ENDCLUNOD, ENDSYS, ENDTCP, or PWRDWNSYS event occurs a failover will not be attempted for the CRG MYCRG.

Example 2 - Disabling all listed automatic failovers for a CRG

For example, a QCST_CRG_CANCEL_FAILOVER policy set for a CRG named MYCRG created:

Code Block
ADDHAPCY PCY(QCST_CRG_CANCEL_FAILOVER) PCYDMN(MYCRG) QUAL('SCOPE(*CRG)')
VALUE('EVENT(*ALL)')

Indicates that if any of the listed failover events occurs a failover will not be attempted for the CRG MYCRG.

Example 3 - Disabling all cross site failovers for a CRG

For example, a QCST_CRG_CANCEL_FAILOVER policy set for a CRG named MYCRG created:

Code Block
ADDHAPCY PCY(QCST_CRG_CANCEL_FAILOVER) PCYDMN(MYCRG) QUAL('SCOPE(*CRSSITE)')
VALUE('EVENT(*ALL)')

Indicates that if any of the listed failover events occurs and the first active backup node is a node in a different site, a failover will not be attempted for the CRG MYCRG.

This policy is useful to enable automatic failovers within a site (LUN-Level Switching), but disabling failovers that would cause a Metro Mirror or Global Mirror failover to occur.