Unable to install product on a supported OS
search cancel

Unable to install product on a supported OS

book

Article ID: 195845

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - System Agent (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent Autosys Workload Automation

Issue/Introduction

When I run the R12 DVD iso file on AWS Linux -2 OS to install Workload Automation Autosys components, the following error is encountered during OS validation and installation is aborted:

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):

 

Environment

Release : 11.3.6 and above(Linux and Windows)

Component : CA Workload Automation AE (AutoSys)

Resolution

  1. Logon to the server as the root user.
  2. Set the environment variable SKIP_PRE_CHECKS=1 from the command line, as the root user. This will bypass the OS validation checks.
  3. Launch the installer script and choose the appropriate product for installation and respond accordingly to the prompts to suit your environment.

Additional Information

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