Required: Allocating additional space for Licensed Internal Code

IBM i 7.5 Licensed Internal Code requires more storage than IBM i 7.3. If upgrading from IBM i 7.4, the additional LIC space has already been allocated. If your system or logical partition does not have the additional space, the upgrade stops during the installation of the Licensed Internal Code.

For best results, use the Allocate Licensed Internal Code Space (QLPALCSP) API to find out whether enough reserved storage is available to allocate the additional space when necessary and to help determine and correct any possible errors. (The Prepare for install menu provides the same capabilities as the API if you choose to use that instead.)

Attention: If your system requires the extra space to be allocated, an initial program load (IPL) is required to finish this task.

Enter the following text.

Start of change
CALL PGM(QLPALCSP) PARM('V7R5M0' 's')
End of change
The valid values for 's' (the Start space allocation parameter) are 0 or 1.
  • For the value 0, an indicator is set for the Licensed Internal Code to allocate all of the additional space that is required for the specified release during the next IPL (not an installation IPL). This value also causes the Licensed Internal Code to stop any space allocation requests due to a previous call to QLPALCSP with the Start space allocation parameter set to 1.
  • For the value 1, preparation for the allocation is done immediately by moving data off the load-source disk unit to ensure that the space can be allocated more quickly during the next IPL. This option will minimize the length of time that the next IPL will take to finish the operation.
For either option (0 or 1), an IPL is needed to allocate the space.
Note: You do not need to IPL now, but you must IPL before you begin to upgrade. However, the sooner that an IPL can be done, the better, as the Load-source may be filled with data again, requiring it to be moved during IPL.
The QLPALCSP API also has an optional parameter (IPL required) so you know whether an IPL is needed. If you do not use the IPL required parameter of this API, review the job log after the API is called. If you see the following information message, you do not need to IPL as you already have the required space.
CPI3DBF - Allocating additional space is not necessary

If you receive message CPF3DF7, you are directed to upgrade your load-source disk unit with device parity protection. Options for upgrading the load-source disk unit, including the load-source disk unit with device parity protection, are available under the topic Disk management checklist . Otherwise, contact your authorized service provider for assistance. As the Load-source requirements have not changed since IBM i 7.3, this message should not be seen.

For more information on the QLPALCSP API, refer to the Allocate Licensed Internal Code space (QLPALCSP) API topic .