Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Step 1

Execute the following command to install Workload Automation to user-specified libraries:
 

Panel
Html bobswift
<pre>
RSTLICPGM LICPGM(0UNV511) DEV(*SAVF) SAVF(QGPL/UNV511) LIB(prodLib tmpLib spoolLib)
</pre>
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. 

Html bobswift
<pre>
RSTLICPGM LICPGM(0UNV511) DEV(*SAVF) SAVF(QGPL/UNV511) LIB(prodLib tmpLib spoolLib) FRCOBJCVN(*YES *ALL)
</pre>


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.2-targeted distribution file to install on IBMi 7.3 or higher.

Step 2

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

Panel
Html bobswift
<pre>
CHKPRDOPT 0UNV511
</pre>

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.