1. Ensure that you have at least 512 MB SWAP space.
grep SwapTotal /proc/meminfo
Confirm that you have at least 10 GB free for your software.
Confirm that you have at least 5 GB free for your temporary scripts directory.
Confirm that you have at least 400 MB free in /tmp.
df -m
binutils-2.15.92.0.2-13
compat-db-4.1.25-9
compat-glibc-7.x-2.2.4.32.6
compat-libstdc++-296-2.96-132.7.2
compat-libstdc++-7.3-2.96.128
compat-libstdc++-devel-7.3-2.96.128
control-center-2.8.0-12
gcc-3.4.3-22.1
gcc-c++-3.4.3-22.1
glibc-2.3.4-2.9
glibc-common-2.3.4-2.9
gnome-libs-1.4.1.2.90-44.1
libstdc++-3.4.3-22.1
libstdc++-devel-3.4.3-22.1
make-3.80-5
openmotif21-2.1.30-11.RHEL4.4
pdksh-5.2.14-30
setarch-1.6-1
sysstat-5.0.5-1
xscreensaver-4.18-5.rhel4.2
which perl
which fuser
* soft nproc 2047
* hard nproc 16384
* soft nofile 2048
* hard nofile 65536
session required /lib/security/pam_limits.so
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
No comments:
Post a Comment