We checked that Oracle Java was installed in our servers but it is not our standard product.
/opt/CA/SharedComponents/JRE/1.8.0_261/bin/java
Oraclejava version "1.8.0_261"
We would like to know:
1. Is Oracle java an embedded product without license issue?
2. Can it replaced by OpenJDK compatibly?
Release : 11.3.6
Component :
We reviewed the config file from autosys server.
UnicenterEvents=0
This means Event management is not configured in Autosys
CrossPlatformScheduling=2
This allows submitting jobs on a machine that is running on CA UJMA or another Broadcom scheduling manager. This also means that you are using CCI
From the output of lsm -l | grep ca- we could see the following modules installed
RPM ca-cs-csl 11.2.11350 Linux
RPM ca-cs-dia-dna 11.2.11350 linux
RPM ca-cs-unicenter-utils 11.2.11350.0 Linux
RPM ca-cs-utils 11.2.16336 Linux
RPM ca-cs-cci-utils 11.2.08100 Linux
Jre is not required to run CCI
CA-diadna which needs the JRE can deregistered so that it does not start as follows
unisrvcntr stop CA-diadna
unisrvcntr register -D CA-diadna
In the future if you need to start the module then you can do the following
cp -p $CASHCOMP/ccs/dia/dna/scripts/CA-diadna /etc/init.d
You can also refer to the following knowledge articles
https://knowledge.broadcom.com/external/article?articleId=14924
https://knowledge.broadcom.com/external/article?articleId=198644