Sunday, January 4, 2009

Multinode Installtion of 11i

multinode installation:

1.[root@of14 ~]# groupadd dba
[root@of14 ~]# useradd -g dba -d /d01/oradb -p welcome oradb
[root@of14 ~]# useradd -g dba -d /d01/appldb -p welcome appldb
[root@of14 ~]# chmod -R 777 /d01/oradb
[root@of14 ~]# chmod -R 777 /d01/appldb
[root@of14 ~]# chown -R oradb:dba /d01/oradb
[root@of14 ~]# chown -R appldb:dba /d01/appldb
** run the rapidwiz as root
** export DISPLAY
** run xhost +
** export LD_ASSUME_KERNEL=2.4.19 if required

2. ]# cd /stage/11510/startCD/Disk1/rapidwiz
]#. rapidwiz

** of 14 is our system
** of16 is some other system configuring forms and web servers

3. screens:
welcome to rapid install wizard -->n
select wizard operation --> install oracle applications e business 11i
load configuration --> do u want to load a configuration file? no
installation type --> multinode
load balancing --> do u want to enable load balancing --> no
** should give yes when u distribute form server more than one node

node information: froms of16,web of16,database of14,administration of14,concurrent mgr of14

** 'disable' enable a shared file for your system

define database type --> database type fresh database, database name 'pord'
database install information of14
oracle os user : oradb
oracle os group : dba
base install directory : /d01/oradb
select licencing type: e-business suite licensing
license additional products
country specific functionalities
select internationalization settings: utf8
configuration information for node of14
apps os user : appldb
apps os group : dba
base install directory : /d01/appdb
configuration information for node of16 --> share file system with node : of14
global system settings: domain name : orafact.com , x display : of14:0.0
enter the full path for the configuration file: /d01/config.txt
validate system configuration
component installation review

No comments:

Post a Comment