Error:
[CAUAJM_E_110025] This operating system is not supported for AutoSys
installation. For a list of supported operating systems, refer to AutoSys
Suppport Matrix.
PRESS <ENTER> TO ACCEPT THE FOLLOWING (Quit Installation):
Release : 11.3.6 and above(Linux and Windows)
Component : CA Workload Automation AE (AutoSys)
If the installer continues with the same behavior, verify if cawa_installer.log has info like this:
2022-02-23 07:39:49,786 [main] DEBUG com.ca.autosys.db.helper.SystemUtil - value=SKIP_PRE_CHECKS=
2022-02-23 07:39:49,786 [main] DEBUG com.ca.autosys.db.helper.SystemUtil - finalValue :
2022-02-23 07:39:49,786 [main] DEBUG com.ca.wla.ae.installer.util.OSUtils - Skip OS checks value:
2022-02-23 07:39:49,786 [main] DEBUG com.ca.autosys.db.helper.Utils - exec cmd arg:/bin/sh
2022-02-23 07:39:49,786 [main] DEBUG com.ca.autosys.db.helper.Utils - exec cmd arg:-c
2022-02-23 07:39:49,786 [main] DEBUG com.ca.autosys.db.helper.Utils - exec cmd arg:. /etc/profile 2>&1 > /dev/null ; echo SKIP_PRE_CHECKS=$SKIP_PRE_CHECKS;
2022-02-23 07:39:50,155 [main] INFO com.ca.autosys.db.helper.Utils - Read output stream = SKIP_PRE_CHECKS=
2022-02-23 07:39:50,155 [main] DEBUG com.ca.autosys.db.helper.Utils - output form process-SKIP_PRE_CHECKS=
2022-02-23 07:39:50,155 [main] DEBUG com.ca.autosys.db.helper.SystemUtil - value=SKIP_PRE_CHECKS=
2022-02-23 07:39:50,155 [main] DEBUG com.ca.autosys.db.helper.SystemUtil - finalValue :
2022-02-23 07:39:50,155 [main] DEBUG com.ca.wla.ae.installer.util.OSUtils - Skip OS checks value:
If so, another way to get around this issue is by below approach:
1) /etc/profile ==> make a backup this file first
2) edit the file and add:
SKIP_PRE_CHECKS=1
export SKIP_PRE_CHECKS
3) Save the file
4) Restart the installer