Disk Space Requirements:
Application node(Fresh & Vision database)- 28GB
Database node for Fresh database - 45GB
Database node for Vision demo database - 133GB
Stage area size - 33GB
Total Space for fresh Install - 73GB
Total Space for Vision - 161GB
Operating System Version Used:
Red Hat Enterprise Linux 4.0-Update 4/higher(32-bit)
To determine version, $ uname - r
Required Packages:
Check required rpms installed or not: rpm –q glibc-2.3.4-2.25
glibc-2.3.4-2.25
glibc-common-2.3.4-2.25
binutils-2.15.92.0.2-21
compat-libstdc++-296-2.96-132.7.2
gcc-3.4.6-3
gcc-c++-3.4.6-3
libgcc-3.4.6-3
libstdc++-3.4.6-3
libstdc++-devel-3.4.6-3
openmotif21-2.1.30-11.RHEL4.6
pdksh-5.2.14-30.3
setarch-1.6-1
make-3.80-6.EL4
gnome-libs-1.4.1.2.90-44.1
sysstat-5.0.5-11.rhel4
compat-db-4.1.25-9
control-center-2.8.0-12.rhel4.5
xscreensaver-4.18-5.rhel4.11
libaio-0.3.105-2
libaio-devel-0.3.105-2
Software Requirements:
Check these Softwares installed or not: which ar
Ar, gcc , g++ , ld , ksh, make, Xdisplay
Kernel Settings:
Set following kernel parameters in /etc/sysctl.conf
set kernel.semmsl=256
set kernel.semmns=32000
set kernel.semopm=100
set kernel.semmni=142
set kernel.shmall=2097152
set kernel.shmmax=2147483648(half of memory)
set kernel.shmmni=4096
set kernel.msgmax=8192
set kernel.msgmnb=65535
set kernel.msgmni=2878
set fs.file-max=65536
set net.ipv4.ip_local_port_range=1024 65000
set net.core.rmem_default=262144
set net.core.rmem_max=262144
set net.core.wmem_default=262144
set net.core.wmem_max=262144
Verifying Host Names:
Verify that the /etc/hosts file is formatted as follows:
127.0.0.1 localhost.localdomain localhost
127.0.0.1 localhost.localdomain localhost
Eg: 192.168.1.88 prod.testapps.com prod
Verify that the /etc/sysconfig/network file is formatted as follows:
HOSTNAME= prod.testapps.com
Verify that the /etc/sysconfig/network file is formatted as follows:
HOSTNAME= prod.testapps.com
If the /etc/sysconfig/networking/profiles/default/network
file exists, remove it. If you changed any files in the
previous steps, restart the system.
file exists, remove it. If you changed any files in the
previous steps, restart the system.
Modifying the Number of Open File Descriptors:
Open the /etc/security/limits.conf file and change
the existing values for "hard" and "soft" parameters as
follows. Restart the system after making changes.
* hard nofile 65535
* soft nofile 4096
* hard nproc 16384
* soft nproc 2047
Mount the DVD.
Before starting installation check rapidwiz version:
Current Version of Rapid Install
The most current version of the Rapid Install wizard
is 12.0.0.22. You can obtain this version by applying
patch 5885627, available at OracleMetaLink. To verify
your current version, use the RapidWizVersion
executable, located in the rapidwiz directory on the
Start Here DVD.
$ cd /Stage12/startCD/Disk1/rapidwiz
$ ./RapidWizVersion
To update the Start Here DVD, uncompress the patch in
the main staging area to overwrite the startCD
directory.
$ cd /Stage12
$ unzip -o p5885627_R12_GENERIC.zip
OS user account settings:
Create groups and user:-
groupadd oinstall
groupadd dba
useradd -g oinstall -G dba oracle
useradd -g oinstall -G dba applmgr
Create directory structure & assign permissions:-
mkdir -p /d01/oracle
chmod -R 777 /d01
Change password of the users created:
passwd applmgr
passwd oracle
Check whether the both users have write permissions in the directory:-
touch abc (login using oracle user)
Start installation:-
$ /<installation file>/startCD/Disk1/rapidwiz/
$ ./rapidwiz
No comments:
Post a Comment