Performing Multiple Installations
You can use the RSTLICPGM command with different parameters to install TIBCO EMS Client for IBM i on an IBM i machine where a previous release is installed.
Procedure
- Sign on as QSECOFR or a different user profile with similar authority.
-
Run the following command to install the software along side with previous installations:
RSTLICPGM LICPGM(4TIBEM4) DEV(*SAVF) RLS(VvRrMm) REPLACERLS(*NO) SAVF(<TARGET_LIBRARY>/TIBEMSvrm) LIB(prodlib)This command restores the software to the prodlib library and several stream files into the IFS file system in subdirectories of EMI_HOME.
where:
- LICPGM(4TIBEM4)
- The seven-character identifier of the licensed program that is restored.
- DEV(*SAVF)
- The device name where the software is located. In this case, the device is a save file whose name is specified in the SAVF parameter.
- SAVF(savflib/TIBEMSvrm)
- The *SAVF TIBEMSvrm save file located in the savflib library.
- RLS(VvRrMm)
- The version, release, and modification level of the licensed program being restored.
VvRrMm refers to the release level:
For example, for release 8.5.0, VvRrMm is V8R5M0.
- REPLACERLS(*NO)
- The version, release, and modification level of the licensed program being replaced.
*NO indicates that the licensed program currently installed on the system is not replaced if the release version is the same. The licensed program being restored must be a different release than the one currently installed. If the licensed program being restored exists in the same library as the installed program, an override parameter must be specified indicating to which library the licensed program is restored.
- LIB
- The library into which the licensed program is being restored.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.