Versions Compared

Key

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

...

Step 1

Execute the following command to install Workload Automation to the default libraries:

Panel
RSTLICPGM LICPGM(0UNV511) DEV(*SAVF) SAVF(QGPL/UNV511)


When installing Workload Automation on a version of IBMi that is newer than the version identified in the distribution file name (for example, installing the 5.4-targeted file on an IBMi version greater than 5.4 or the 7.26-targeted file on an IBMi 7.3 or higher system), add the FRCOBJCVN parameter to force object conversion to the newer platform.

Panel
RSTLICPGM LICPGM(0UNV511) DEV(*SAVF) SAVF(QGPL/UNV511) FRCOBJCVN(*YES *ALL)


Step 2

Verify that the installation was correct by executing the following command:
 

Panel
CHKPRDOPT 0UNV511

Anchor
1179040
1179040
The following message should display: No errors detected by CHKPRDOPT.

Step 3

Optionally, rename the UNVUBR511 subsystem to UBROKER for consistent operation across future installations.

Step 4

Optionally, use the UCHGRLS (Change Release Tag) Program to change the names of the Workload Automation for IBM i commands in the IBM i QSYS library.

...