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

If it is running, end the Universal Broker subsystem (UNVUBR511) on the IBM i system.

On the IBM i, enter the following command:
 

Panel
Html bobswift
<pre>
===> ENDSBS SBS(UNVUBR511)
</pre>

Step 2

Load the PTF.

On the IBM i, enter the following command:
 

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

Step 3

Apply the PTF.

On the IBM i, enter the following command:
 

Panel
Html bobswift
<pre>
===> APYPTF LICPGM(0UNV511)
</pre>

This command applies all PTFs contained in the cumulative PTF file.
 
If you want to apply only selected PTFs, enter the following command:
 

Panel
Html bobswift
<pre>
===>APYPTF LICPGM(0UNV511) SELECT(ptf1 ptf2 ...)
</pre>

This command applies the PTF temporarily.
 
If you want to apply the PTFs permanently after successful testing, re-execute the command with the parameter APY(*PERM).

Step 4

Restart UNVUBR511.