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.

...

One method to propagate the customized product is via the SAVLICPGM and RSTLICPGM commands (see IBM i Installation - Propagating New Release to Additional Systems#SAVLICPGM SAVLICPGM and RSTLICPGM Method, below).

Warning
titleWarning

A number of Stonebranch objects are created during the installation process. These include, but are not limited to:

  • Commands in QSYS
  • UBROKER job queue and class
  • Job definitions in the product library
  • Universal Broker Subsystem
  • Print files in the product library.

...

Step 1

Install Workload Automation (see New Installation (Default) and New Installation (Custom)).

Step 2

Download the latest product maintenance from the Stonebranch Customer Portal and temporarily apply the PTFs.
 
Allow the system to automatically handle any permanent PTF application via the APYPTF command. See Upgrade Installation for Maintenance Release for detailed instructions on applying a maintenance release.

Step 3

Customize the Workload Automation installation as described in Customization.

Step 4

Verify that the 5.1.1 Universal Broker Subsystem, UNVUBR511, is not active.

Step 5

To create a save file in which to save the customized product, invoke:
 

Panel
Html bobswift
<pre>
CRTSAVF FILE(QGPL/UNV511CUST) TEXT('Customized installation file for SB Prod 5.1.1')
</pre>

Step 6

Invoke:
 

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

Step 7

If needed, restart the Universal Broker Subsystem:
 

Panel
Html bobswift
<pre>
STRSBS UNVPRD511/UNVUBR511
</pre>

Step 8

Via what ever mechanism you prefer, move the save file to each system on which you want to restore the product.

Step 9

Invoke:
 

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

Although this procedure describes use of a save file, any other available save and restore device can be used.