Hello,
I am re-installing Oracle AS Infrastructure.
On my first installation I got this error.
Now I have installed SLES 9 from the scratch and fulfil all requirements include in Oracle® Application Server Installation Guide.10g Release 2 (10.1.2) for Linux x86
B19310-01.
I got error in kernel parameter set as below;
checking for hardnofiles = 65536 found hardnofiles = 1024 Failed
checking for softnofiles = 4096; softnofiles = 1024
Problem:
The security parameters in the kernel do not meet the minimum requirements.
Recommendation: Perform OS System specific instruction to update kernel parameter, namely BIT_SIZE and NON_EXEC_USER_STACK.
I have done all required steps in Oracle® Application Server Installation Guide.
ulimit -Hn
65536
I have added this in etc/security/limits.conf
* hard nofile 65536
* soft nproc 2047
* hard nproc 16384
* soft nofile 2048
* hard nofile 65536
Regards,
DN