Find out how to create your own fix package that can be used in the same way as a fix package that is supplied by IBM® service support.
You can encounter situations where you, as the service provider, do not want to distribute the same fixes to your service requesters. In those situations, you will want to build your own fix package from CD-ROM that can be used the same way as a fix package supplied by IBM service support. This example combines a fix package with individual fixes into a custom fix package for distribution to other iSeries™ servers in your network.
The order of a cumulative PTF package is:
For the following example, assume that you want a tape that contains all but one (SF00600) of the PTFs from the most recent PTF package received from IBM service support, including the HIPER PTFs. In addition, you want to include four individual PTFs received electronically from service support. These PTFs are MF00050, SF00480, SF00500, and SF00800.
Because the four individual PTFs were received from IBM service support, they already exist in save files in library QGPL. They exist in the library as object type *file, as shown below:
Repeat the command for each licensed program with non-HIPER fixes. The OMIT parameter was used to identify the fix not included in the tailored package. The TOSAVF name must be 8 characters in length and must start with the letter P. You can choose the remaining seven characters. The library on the TOSAVF parameter must be QGPL.
Library QGPL now contains:
File Name Object Type
QMF00050 *FILE
QSF00480 *FILE
QSF00500 *FILE
QSF00800 *FILE
PCUMH999 *FILE
PCUMHSS1 *FILE (plus more for HIPERs of licensed programs)
PCUMH111 *FILE
PCUMH999 *FILE
PCUMPSS1 *FILE (plus more for non-HIPERs of licensed programs)
The tape now contains the tailored fix package. It can be used in the same way that your service support fix packages are used.
Fixes can now be loaded on, applied to, or removed from a system.