Versions Compared

Key

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

...

  • The ability to run a user exit program as part of FlashCopy operations.

  • Simplified management with the ability to suspend and resume FlashCopy sessions.

Ability to Run User Exit Program for FlashCopy

The Start SVC Session (STRSVCSSN) command has a new target exit program parameter that submits an exit program after the target ASP action is completed.

...

Info

The joblog for the STRSVCSSN command will contain a message indicating job name for the target exit program along with which node in the cluster the exit program was submitted on. However, the STRSVCSSN command will not wait for the submitted exit program to complete before returning.

Simplified Management of FlashCopy with the Ability to Suspend/Resume FlashCopy

Previously a FlashCopy operation in PowerHA required a process similar to the following:

  1. Start a PowerHA session to take a FlashCopy, specifying the configuration information for the FlashCopy.

  2. Ending the PowerHA session when done with it.

  3. Repeat the process regularly.

While PowerHA provided incremental FlashCopy as an option for some users, an incremental FlashCopy can use significantly more storage than a thin-provisioned FlashCopy. With this enhancement, PowerHA now provides the ability to suspend and resume a FlashCopy in instances where repeated FlashCopy operations are desired, which has the following benefits:

  • Configuration information is specified only once, when initially starting the FlashCopy session, reducing the potential for errors.

  • Reduced the time for FlashCopy operations by keeping some configuration information in place for the next FlashCopy.

  • Reduce the chances of requiring manual cleanup on the external storage device.

Once done with a FlashCopy use the CHGSVCSSN with option *SUSPEND on the FlashCopy session:

Code Block
CHGSVCSSN SSN(MYFLASH) OPTION(*SUSPEND)

When ready to take a new FlashCopy, use the CHGSVCSSN with option *RESUME on the FlashCopy session:

Code Block
CHGSVCSSN SSN(MYFLASH) OPTION(*RESUME)
Panel
panelIconIdatlassian-light_bulb_on
panelIcon:light_bulb_on:
panelIconText:light_bulb_on:
bgColor#E3FCEF

The Change SVC Session command has the same FlashCopy automation options for enabling automation:

  • Source ASP action

  • Target ASP action

  • Target exit program

Enhancement Availability

Release

PTF

7.5 PowerHA

SI81914, SI81893

7.4 PowerHA

SI81913, SI81892

7.2 PowerHA (for IBM i 7.2 and 7.3)

SI81912

...