Please execute echo -e "* soft nofile 20000\n* hard nofile 20000" >> /etc/security/limits.d/nofile.conf
as root in 10.100.103.29. if it dosen’t work, please check whether UsePAM is yes in /etc/ssh/sshd_config.
按照提示设置,都是报同样错误。
Please execute echo -e "* soft nofile 20000\n* hard nofile 20000" >> /etc/security/limits.d/nofile.conf
as root in 10.100.103.29. if it dosen’t work, please check whether UsePAM is yes in /etc/ssh/sshd_config.
按照提示设置,都是报同样错误。
问题已收到,稍等。
1 . 提示的操作需要在节点上执行
2. obd 是通过中控机远程执行查询的 需要全局级别的生效。 设置完成后可以通过 中控机执行 ssh root@节点ip ‘ulimit -a’
上述所说,如果时通过admin用户部署的。可以再admin用户上执行。,如果通过ssh远程查询时,未提示修改成功,是因为ssh强限制导致的,可以通过再~/.bashrc文件里添加ulimit -n 655360 来规避。