You are on page 1of 2

Step-1 -----Kernel Parameters ----------------vi /etc/sysctl.conf kernel.shmmax = 2147483648 kernel.shmmni = 100 kernel.

shmall = 2097152 # semaphores: semmsl, semmns, semopm, semmni kernel.sem = 100 256 100 100 fs.file-max=327679 Step-2 ------/sbin/sysctl -p Step-3 ------vi /etc/security/limits.conf oracle soft nofile 65536 oracle hard nofile 65536 oracle soft nproc 16384 oracle hard nproc 1638 Step-4 -------mount cdrom and install the below rpms -------------------------------------rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm rpm -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh alsa-lib-devel-* audiofile-devel-* compat-db-* compat-gcc-32-3* compat-gcc-32-c++-3* compat-libcwait-2* compat-libgcc-296-2* compat-libstdc++-296-2* compat-oracle-rhel4-1* esound-0* esound-devel-0* fontconfig-devel-2* freetype-devel-2* gcc-3* gcc-c++-3* glib-1* glib-devel-1* gnome-libs-1* gnome-libs-devel-1*

rpm -Uvh atk-devel-1.8.0-2.0.1.i386.rpm rpm rpm rpm rpm rpm rpm rpm rpm -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh pango-devel-1.6.0-9.i386.rpm gtk+-devel-1* gtk2-devel-2* imlib-1* imlib-devel-1* libaio-0* libaio-devel-0* libjpeg-devel-*

rpm rpm rpm rpm rpm rpm rpm rpm rpm

-Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh -Uvh

libtiff-devel-* libungif-devel-* libungif-progs-* make-3* openmotif21* ORBit-devel-* xorg-x11-deprecated-libs-6* xorg-x11-deprecated-libs-devel-6* xorg-x11-devel-*

Step-6 -------Install the packages associated with Patch 4198954: cd 4198954 rpm -Uvh compat-oracle-rhel4-1* rpm -Uvh compat-libcwait-2* Step-6 ------Create groups and users ----------------------groupadd oinstall groupadd dba useradd -g oinstall -G dba oracle useradd -g oinstall -G dba applmgr mkdir -p /d01/oracle

chmod -R 777 /d01 check whether the both users have write permissions in the directory touch abc login using oracle user touch pqr login using applmgr user Step-7 -------Go to /usr/bin and rename unzip to unzip.bak and export PATH=$PATH:/<ponting to unzip utility in stage directory

You might also like