Versions Compared

Key

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

...

Info
titleV5R4 systems

Before installing Workload Automation for IBM i, either download and apply PTF SI27629 or verify that it is applied to the system.


<pre> </pre> html-bobswift<pre> </pre>

Step 1

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

Panel
Html bobswift
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.2-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:
 

html-bobswift
Panel
<pre>
CHKPRDOPT 0UNV511
</pre>

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.

...