Number of open files
For the EMCC Agent, we Need to Change the /etc/security/Limits.conf to increase the soft and hard Limits for the number of open files.
<user who starts agent> soft nofile 4096
<user who starts agent> hard nofile 65536
The Output from orachk follows...
DATA FROM LF40092 FOR UHC_AGENT USER SHELL LIMITS
Soft limits(ulimit -Sa)
core file size (blocks, -c) 6291456
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 1032440
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) 112340248
open files (-n) 4096 <<<<<<<<<<<<<<<<<<<<<<< set to the correct value of 4096
pipe size (512 bytes, -p) 8