CA Mainframe Software Manager (MSM) - How do you reassign the JAVAPATH ?
Release: 6.0
Component: MSMUI
You may want to reassign the Java home directory, for example, when you install a new minor version of Java into a different directory to preserve the old version. When you change the Java directory, correct the Java path in the following places:
Example: In the following sample SAMPLIB(MSMLIB) member, replace original_path with the new path.
export JAVA_HOME=original_path
Example: Use this UCLIN statement to change the SMPJHOME DDDEF value for all CA CSM CSI zones by replacing the zone variable with each zone name: CAID0, CAIT0, and GLOBAL.
SET BOUNDARY(zone). UCLIN. REP DDDEF(SMPJHOME) PATH('new_path'). ENDUC.
Note: Once you start the MSMTC job, the JAVA_HOME path in the job log message has to match the path in the SMPJHOME DDDEF in the CA CSM CSI:
JVMJZBL1006I JAVA_HOME = new_path
Example: In the following MSMSetupOptionsFile.properties option file sample, replace original_path with the new path.
JAVAPATH=original_path