On AIX operating systems the SSM agent crashes if you have a very large number of files to be managed using event-driven workload automation
On AIX operating systems the SSM agent crashes if you use the have a very large number of files to be managed using the FileCreated and FileDeleted event types of the FileMonitor events provided by even-driven workload automation (EDWA) feature.
Cause and solution:
This problem is due to a missing option setting in the EDWA configuration
file. To solve this problem, add the following line in the files <TWS_INST_DIR>/TWS/ssm/bin/preload_ssmagent_0.sh and <TWS_INST_DIR>/TWS/EDWA/ssm/bin/preload_ssmagent_0.sh:
export LDR_CNTRL=MAXDATA=0x80000000
where <TWS_INST_DIR> is the IBM Workload Scheduler installation directory.