IBM i Installation - Upgrade Installation for Maintenance Release
Currently, Universal Agent 8.0.0 for IBM i does not include Universal Command (UCMD) or Universal Data Mover (UDM). Customers who require those components should use an older version of Workload Automation for IBM i. The latest version containing those components is 5.1.1. Older versions of Workload Automation for IBM i can be installed alongside version 8.0.0.
Upgrade Installation for Maintenance Release
To upgrade Universal Agent for IBM i from a currently installed release to a maintenance release, perform the following steps:
Step 1 | Extract the PTF distribution file. Universal agent PTFs will be distributed via compressed tar file just like the product distribution file. The file will use the following naming convention: where Extracting the distribution file will yield a “readme” file containing instructions for applying the PTF and a save file containing the PTF: Below is an example of the README.TXT distributed with the PTF distribution package: |
|---|---|
Step 2 | Copy Save File to QSYS.LIB. The extracted PTF save file must be copied to a save file in the QSYS.LIB system. From an SSH session on the IBM i, this can be accomplished with the following command: info This command can be run from the IBM i command line as well. However, it is convenient to run it from SSH - especially if you are already there after extracting the distribution file. On the other hand, the commands below are best run from the IBM i command line if possible. Doing so allows you to display the job log to see the underlying commands and messages resulting from the commands. This is particularly useful if something goes wrong. If something goes wrong, a white message will appear on the bottom of the screen. You can place the cursor on it and press If no error message is generated and you just want to see the commands and messages run in the background, you can execute |
Step 3 | Display the status of PTFs for the Universal Agent Licensed Product. The following command will display the status of PTFs associated with the |
Step 4 | Load the PTF. The PTF must be loaded before it can be applied. From an SSH session, execute the following: Loading the PTF copies the PTF objects into the product library. |
Step 5 | If the Universal Agent subsystem is running, stop it before applying the PTF: |
Step 6 | Apply the PTF. The PTF can be applied temporarily with the following command: If you want to apply the PTFs permanently after successful testing, re-execute the command with the parameter APY(*PERM). tip If only temporarily applied, the PTF can be removed with the following command: Removing the PTF temporarily will leave the PTF “loaded” and ready to be reapplied. Removing the PTF permanently will also “unload” the PTF. PTF objects will be removed from the product library. The PTF can be removed permanently with the following command: |
Step 7 | Restart UNVUBR790. |