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

Download the distribution file from the Stonebranch Customer Portal to a computer running a supported version of Windows or UNIX.

Step 2

Extract the Licensed Program Save File from the distribution file.

Step 3

If transferring the installation file to the native, QSYS file system, create a save file, UNV511, on the target IBM I system in library QGPL. This step is not necessary if transferring the file to the IFS.

Step 4

FTP the Licensed Program Save File to either the save file created in step 1 or to /QSYS.LIB/QGPL.LIB/UNV511.SAVF.

Step 5

Execute the following command to install Workload Automation 5 for IBM i to the default libraries:

Panel
Html bobswift
<pre>
 RSTLICPGM LICPGM(0UNV511) DEV(*SAVF) SAVF(QGPL/UNV511)
</pre>


Add the FRCOBJCVN parameter when installing on a version of IBMi that is greater than the version identified in the distribution file.  For example, when using the 7.2-targeted distribution file to install on IBMi 7.4, enter:

Panel
Html bobswift
<pre>
 RSTLICPGM LICPGM(0UNV511) DEV(*SAVF) SAVF(QGPL/UNV511) FRCOBJCVN(*YES *ALL)
</pre>

Step 6

Verify the correctness of the install by executing the following command:
 

Panel
Html bobswift
<pre>
CHKPRDOPT OUNV5120
</pre>

Step 7

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

...