Root users cannot switch to oracle users

Source: Internet
Author: User
Today, we found that the linux server in the company cannot pass the su command under the root user.

Today, we found that the company's linux server cannot switch to oracle users through su-oracle under the root user, So Baidu. The result is that too many files are opened. Considering that the kill process is too risky, you have to modify/etc/security/limits. conf vi/etc/security/limits. conf: * soft nofile 1024 * hard nofil

Today, we found that the company's linux server cannot switch to oracle users through su-oracle under the root user, So Baidu. The result is that too many files are opened. Considering that the kill process is too risky, you have to modify/etc/security/limits. conf.
Vi/etc/security/limits. conf

Set * soft nofile 1024

* Hard nofile 8192

Change

* Soft nofile 2048

* Hard nofile 8192
After the modification, use ulimit-Hn and ulimit-Sn to confirm that the modification has taken effect.

I tried again.

Su-oracle

Successful

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.