Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

document the need to set system limits on AIX #420

Closed
juliandunn opened this issue Dec 10, 2014 · 1 comment
Closed

document the need to set system limits on AIX #420

juliandunn opened this issue Dec 10, 2014 · 1 comment

Comments

@juliandunn
Copy link
Contributor

Over in chef/chef#2531 we discovered that AIX LPARs need to have their system process limits increased in order to run Chef Client; the out-of-the-box limits from IBM are too low. This information needs to be added to the client 12.x release notes.

Users will know if the system limits are too low if Chef can't create any threads. See the aforementioned ticket for examples of this error message.

The procedure for increasing the relevant system limits is as follows:

  • Validate that the limits haven't already been increased
  • If not, run, as root:
chsec -f /etc/security/limits -s default -a "rss=-1"
chsec -f /etc/security/limits -s default -a "nofiles=50000"
  • Reboot the LPAR for the new limits to take effect.
@jamescott
Copy link
Contributor

6a4f37b

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants