There is no issue when i tried to login via other user to my server . For a particular user it returns with the error
"Server refused to start a shell/command as <username> user"
My work arounds as root:
====================
cat /etc/security/limits.conf
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft nproc 16384
oracle hard nproc 16384
oracle soft stack 10240
oracle hard stack 32768
ps -U rmsbatch | wc -l
622
lsof | grep rmsbatch | wc -l
59092
ulimit -p -n -i -u
pipe size (512 bytes, -p) 8
open files (-n) 1024
pending signals (-i) 257236
max user processes (-u) 257236
Could you please help me to find the solution for this?