When the dbspace command is run, it will generate a CAUAJM_I_60031 message along with a DB_PROBLEM alarm when the database size exceeds 1000MB. Is this threshold configurable?
Autosys all releases
Operating Systems: ALL
This threshold can be adjusted using the following environment variable.
DBSPACE_ALARM_SPACE
Specifies the maximum space (in MB) that all the database tables CA Workload Automation AE uses can occupy before the dbspace utility raises an alarm. If the total space used by all the database tables exceeds the value that you specify in this variable, the dbspace utility raises the DB_PROBLEM alarm. Increasing this value may result in the delayed notification of potential database issues due to lack of space. Decreasing this value may result in the premature raising of alarms.
The valid range of values for this variable is 1 or higher.
For AutoSys on UNIX/Linux, set the variable in the $AUTOUSER/autosys.sh.<hostname> file.
For AutoSys on Windows, set the variable in the AutoSys Administrator - System tab.
Restart the Scheduler service after setting the variable.
If running the DBMaint script or dbspace command manually, set the variable and export it before running the command.