Description :During the execution of a particularly resource intensive maintenance job, all / some of the job runs abort for a limited amount of time. Some Dollar Universe commands may also abort during this period. After the afore mentioned period, the execution of jobs resumes without error.
Cause
Cause type: Configuration Root Cause: The afore mentioned errors are associated with the IO server being overloaded. The variables Number of retries if a connection to the IO server fails with the U_CONNECT_ITER_NBMAX and the interval between the connection retries to the IO server. (seconds on UNIX and milliseconds on Windows) U_CONNECT_ITER_INTERVAL should be increased to improve IO availability. This means that the clients of the IO server will try U_CONNECT_ITER_NBMAX times to connect itself to the server with a break of U_CONNECT_ITER_INTERVAL seconds between them.
Environment
OS: All
Resolution
Please modify the following parameters:
-In the $UXMGR/uxsetenv and $UXMGR/uxsetenv_ksh: U_CONNECT_ITER_INTERVAL 2 export U_CONNECT_ITER_INTERVAL 2 U_CONNECT_ITER_NBMAX 6 export U_CONNECT_ITER_NBMAX 6