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 user-specified libraries:
 

Panel
RSTLICPGM LICPGM(0UNV511) DEV(*SAVF) SAVF(QGPL/UNV511) LIB(prodLib tmpLib spoolLib)


Note
titleNote

Replace prodLib with the desired product library name, tmpLib with the desired temporary library name, and spoolLib with the desired spool library name.


Note
titleForced object conversion

When installing on an IBMi version that is greater than the version identified in the distribution file name, add the FRCOBJCVN parameter to the RSTLICPGM command for force object conversion to the newer OS version. 

Panel
RSTLICPGM LICPGM(0UNV511) DEV(*SAVF) SAVF(QGPL/UNV511) LIB(prodLib tmpLib spoolLib) FRCOBJCVN(*YES *ALL)

For example, this would be needed when using the 5.4-targeted distribution file to install on IBMi versions greater than 5.4 or when using the 7.26-targeted distribution file to install on IBMi 7.3 6 or higher.


Step 2

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

Panel
CHKPRDOPT 0UNV511

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.

...