When I install a product or a maintenance package, the installation fails, and I see messages similar to the following sample in the log:
GIM44004S ** SYSTEM ABEND B37 OCCURRED WITH A REASON CODE OF '00000004'X
AFTER SMP/E CALLED THE IEWL UTILITY. THE SYSPRINT LIBRARY RAN OUT OF SPACE
THE LIBRARY IS NOT ELIGIBLE FOR RETRY BECAUSE IT IS NOT THE LIBRARY BEING
UPDATED BY SMP/E.
The default allocation parameters of the SYSPRINT data set (30 cylinders for the primary and secondary size) are not sufficient.
Increase the allocation parameters of the SYSPRINT data set.
Example:
IJO="$IJO -DCSM_SIS.SYSPRINT.DEFAULT.CYLINDERS=35”,
...
IBM_JAVA_OPTIONS="$IJO "
Once you increase the allocation parameters, CSM will use the new increased values for all subsequent installations. If you want to increase the parameters for the failed installation only and then go back to the default values, delete the parameter from the SAMPLIB(MSMLIB) data set member after the installation succeeds. Then, restart the CSM application server. The allocation parameters are set to their defaults (30 cylinders).