Unlike IBM® licensed programs, Gumbo Software licensed programs are packaged in a way that allows multiple release to be installed on your System i at the same time. This feature allows you to test a new release while the current release remains in production.
The keys to new release testing are the LIB() and CODHOMEDIR() parameters of i5/OS'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 V2R2M0 of Report Manager for testing while leaving release V2R1M0 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(RM1V2R2M0) REPLACERLS(*NO) CODHOMEDIR('/Gumbo/ProdData/2A55RM1V2R2M0')
where device-name is the device the media was mounted on.
DLTLICPGM LICPGM(2A55RM1) RLS(V2R2M0) 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 i5/OS. If you have already done this, see the Trouble Shooting chapter of the manual.