When i was installing oracle application server 10g release 10.1.2 on suse 9 32 bit the set of ulimit on oracle user was not setting correctly, the cause was:
The mechanism used to set the ulimit depends on PAM limits being used, but the required module(pam_limits.so) is not loaded by default for various applications (ssh, gdm, kde, xdm,su ). The OracleAS 10g installation guide only explains how to configure the "login" mechanism.
In addition to setting the hard and soft values in /etc/security/limits.conf, add the line "session required pam_limits.so" in file used for your session type. Change of the following files may be required
/etc/pam.d/login
/etc/pam.d/su
/etc/pam.d/sshd
/etc/pam.d/xdm
/etc/pam.d/gdm
/etc/pam.d/kde
Some linux installations are using pam system_auth service. Limits for most applications are set changing /etc/pam.d/system_auth
No comments:
Post a Comment