CAUAJM_E_115005 The available disk space is: "xxx" MB. The minimum required disk space is: "993" MB.
search cancel

CAUAJM_E_115005 The available disk space is: "xxx" MB. The minimum required disk space is: "993" MB.

book

Article ID: 430887

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

An AutoSys upgrade may fail if the installation directory resides on a separate file system from its parent, and the parent directory has insufficient disk space

....
....
===============================================================================
Installation Path
-----------------
Installation path: /apps/CA/WorkloadAutomationAE

PRESS <ENTER> TO CONTINUE:

===============================================================================
Installation Path Validation
----------------------------
Error:
[CAUAJM_E_115005] The available disk space is: "xxx" MB. The minimum required
disk space is: "993" MB. Free some space and try again.

PRESS <ENTER> TO ACCEPT THE FOLLOWING (OK):

Environment

AutoSys 12.x, 24.x

Cause

The AutoSys installer checks for available disk space in the parent directory (e.g., /apps/CA) instead of the specific subdirectory where AutoSys resides (e.g., /apps/CA/WorkloadAutomationAE).
In the example below, the installer would check the 921M available on /apps/CA rather than the 50G available on /apps/CA/WorkloadAutomationAE."

960M   40M  921M   5% /apps/CA
  50G  392M   50G   1% /apps/CA/WorkloadAutomationAE

 

Resolution

Export following variable and re-run the upgrade.

export SKIP_SPACE_CHECKS=1

Additional Information

This is different to following message

CAUAJM_E_115006 The available disk space is: "xxx" MB. The minimum required disk space is: "yyy" MB. Free some space in the TEMP directory and try again.

This relates to free temporary space that is required. You can direct to another temporary directory having more disk space availalbe using variable

export IATEMPDIR=/new_tempdir/