GUMBO |
Software, Inc. |
Unlike IBM® licensed programs, Gumbo Software licensed programs are packaged in a way that allows multiple release to be installed on IBM i at the same time. This feature allows you to test a new release while the old release remains in production.
The keys to new release testing are the LIB() and CODHOMEDIR() parameters of IBM i's Restore License Program (RSTLICPGM) command which allow you to restore the product to a library name and directory different than those normally used by the product. Your existing release is left unchanged.
These example instructions show how to install release V2R4M0 of Report Manager for testing while leaving release V2R3M0 in production. Modify the example for the product and release you are installing. To test a new release, follow this procedure:
RSTLICPGM LICPGM(2A55RM1) DEV(device-name) LNG(2924) LIB(RM1V2R4M0) REPLACERLS(*NO) CODHOMEDIR('/Gumbo/ProdData/2A55RM1V2R4M0')
where device-name is the device the media was mounted on.
DLTLICPGM LICPGM(2A55RM1) RLS(V2R4M0) OPTION(*ALL)
Note: Do not delete nor rename libraries and directories to move the new release into production. Doing so will corrupt the license program information kept internally by IBM i . If you have already done this, see the Trouble Shooting chapter of the manual.