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.

...

Since platform requirements may change with new releases of a product, please consult the Platform Support for Universal Controller 7.12.x and Universal Agent 7.12.x page to make sure that your platform is supported before performing an installation.

...

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.

...