OBIEE 11g INSTALLATION ON LINUX
RCU installation :
Rcu installation we need password file for DEV_BIPLATFORM and DEV_MDS:
Passwords file creation:
Create one text file in Linux.
Edit that text file.
Enter password like below screen.
Run the Below Comment for starting RCU.
./rcu -silent -createRepository -connectString localhost:1522:sssdb -dbUser SYS -dbRole SYSDBA -schemaPrefix DEV -component BIPLATFORM -component MDS -f < /home/oracle/pwd.txt
OBIEE Installation
1. Database and listener should be up while installing obiee
2. BIPLATFORM and MDS schemas must be created during the RCU installation
3.If we install database already in same machine we need to unset oracle home.use ubset comment
UNSET ORACLE_HOME
\Set Kernel Parameters
The last step is to modify the Kernel Parameters (as root):
OBIEE INSTALLATION:
Execute the following Comment in oracle user
For silent installation we want Response file.
Here I attached response file which I have used in my machine
./runInstaller -silent -invPtrLoc /u01/app/oracle/product/11.2.0/dbhome_1/oraInst.loc -response /mnt/hgfs/OBIEE/database/db.rsp
Then it will start the silent installation.
We will get screen like below installing obiee.
Then it will be complete successfully
where is the db.rsp file, could not find.
ReplyDeleteThanks for helping us understand this topic. you have written it in a way that makes it
ReplyDeletevery simple to understand. Thanks you so much.
click here