- Starting Control-M/Agent with "start-ag" failed with "fork: retry: Resource temporarily unavailable" or "No space left on device" error message - Control-M/Agent might be able to start after various retry but job will fail to be submit for execution. |
1. Discuss with the System Administrator to check if there is a shortage of diskspace for the Control-M/Agent 2. Discuss with the System Administrator to check if for inodes availability for the file system - Clean up the unnecessary files to release the inodes - Increase the inodes resources 3. Discuss with the System Administrator to check for the ulimit value for "Max processes" and "Open Files" - If the Control-M/Agent is running high number of jobs, do increase the ulimit value (or as desired) as below: i. Increase Max Processes: ulimit -u 8192 ii. Increase Open file: ulimit -n 16384 |