We are trying to set up V24.1 infra on our text box.
I installed EEM on a Windows 2022 server on both Primary and secondary servers.
I am trying to configure the Failover pre-requisites.
Per documentation, I tried executing the commands, but it failed to set the JAVA_HOME.
What I noticed is that on the server where the product is installed, 'jre' folder is missing.
All thtat I see is jre11ia and jre17 (check screenshot attached)
Documentation instructions:
Set the following environment variable:
set EIAM_HOME=<installation_path_of_<eiam>>
set JAVA_HOME=%EIAM_HOME%/jre
set PATH=%EIAM_HOME%/jre/bin;%PATH%
Autosys 24.1+
EEM 12.7.1.0
EEM 12.7.1 changes to use java 17 from java 11
The EEM installed with Autosys 24.1 now uses Java 17.
This can be seen in the eiam-clustersetup.bat file:
And from the igateway.conf
Change the instructions to be as follows:
set EIAM_HOME=<installation_path_of_<eiam>>
set JAVA_HOME=%EIAM_HOME%/jre17
set PATH=%EIAM_HOME%/jre/bin;%PATH%