Skip to content

Instantly share code, notes, and snippets.

@juliandunn
Last active August 29, 2015 14:06
Show Gist options
  • Save juliandunn/23bda3ab014c60aa9465 to your computer and use it in GitHub Desktop.
Save juliandunn/23bda3ab014c60aa9465 to your computer and use it in GitHub Desktop.
#!/bin/sh
chfs -a size=+2000000 /usr
chfs -a size=+2000000 /opt
chfs -a size=+2000000 /home
chfs -a size=+2000000 /var
chfs -a size=+2000000 /tmp
rpm -i ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/coreutils/coreutils-5.2.1-2.aix5.1.ppc.rpm
chsec -f /etc/security/limits -s default -a "data=-1"
chsec -f /etc/security/limits -s default -a "rss=-1"
chsec -f /etc/security/limits -s default -a "nofiles=50000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment