This step-by-step guide is done on SOLARIS system
Following component is needed to Install Self Service.
Install and Configure Oracle Database [11.2.0.1]
Install Repository Creation using [RCU] – V37395-01
Install jdk 1.7.0_79
Installing Oracle WebLogic [10.3.6.0] Server
Installing WebCenter Portal 11g [11.1.1.8.0]
Configuring WebCenter
Installation of required patches
Starting nodeManager.sh & startWeblogic.sh
Portal Login details
Creation of new instance in Server Manager
Register Portal
Install and Configure Oracle Database [11.2.0.1]
Install Oracle Database [Pre-installation task]
a) Create necessary groups and a user. [Following instruction is to be done using root user id]
[code]
groupadd oinstall
groupadd dba
useradd -g oinstall -G dba -d /export/home/oracle -s /usr/bin/bash oracle
passwd oracle
[/code]
b) Create necessary folder for the installation
[code]
mkdir -p /u01/oracle/product/11.2.0/db_1
mkdir /export/home/oracle/tmp
[/code]
[code]
chown -R oracle:oinstall /export/home/oracle
[/code]
c) Change kernel parameters
[code]
projadd -U oracle -K "project.max-shm-memory=(priv,4g,deny)" oracle
projmod -sK "project.max-sem-nsems=(priv,256,deny)" oracle
projmod -sK "project.max-sem-ids=(priv,100,deny)" oracle
projmod -sK "project.max-shm-ids=(priv,100,deny)" oracle
echo "set maxuprc=16384" >> /etc/system
echo "set max_nprocs=30000" >> /etc/system
echo "set shmsys:shminfo_shmmax=4294967295" >> /etc/system
[/code]
Now reboot the machine and login with an oracle user. Now change the .profile file of the oracle user and set necessary environment variables:
vi /export/home/oracle/.profile
[code]
export ORACLE_SID=portal
export JAVA_HOME=/u01/jdk/jdk1.7.0_79
export ORACLE_BASE=/u01/db
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1
export PATH=$ORACLE_HOME/bin:$PATH
export TMP=/export/home/oracle/tmp
export TMPDIR=/export/home/oracle/tmp
export DISPLAY=:0.0
export PATH=$JAVA_HOME/bin:$PATH
[/code]
Now create an “installation” directory under /u01/installable. Extract downloaded files using unzip utility & start the installation.
[code]
cd/u01/oracle/installable/OracleDB/database
./runinstaller.
[/code]
1
|
Uncheck the checkbox and click next.
|
2
|
Click second option & click on Next button
|
3
|
Click Next
|
4
|
Click Next
|
5
|
Select standard edition & click Next
|
6
|
Enter Software installation directory & click on Next
|
7
|
Enter Inventory directory & click on Next
|
8
|
Click Next
|
9
|
Save response file & click on Finish
|
10
|
This will complete Oracle Database software installation part.
|
Configure Database (Creation of database using DBCA)
[code]
Cd /u01/oracle/product/11.2.0/db_1/bin
./dbca
[/code]
1
|
Click Next
|
2
|
Select create a database & click on next
|
3
|
Select option 1 & click on Next
|
4
|
Enter db name as portal & click on Next
|
5
|
De-select enable auto maintenance task - click next
|
6
|
Enter password as 0rac1e & click on Next
|
7
|
Click on Next
|
8
|
Remove all check box & click on Next
|
9
|
De-select sample schemas & click on Next
|
A
|
Enter 2048 MB as memory Size, select use automatic memory management & click on Next
|
B
|
Select AL32UTF8 as character set & click on next
|
C
|
Select 100 processes and click on next
|
D
|
Click on Next
|
E
|
Select create database and click on Finish button
|
After completion start listner. This will complete the process for oracle database installation.
Install Repository Creation using [RCU] – V37395-01
Oracle WebCenter requires that certain schemas exist in the database prior to installation. You must run the Repository Creation Utility (RCU) in order to create the schemas in the database.
Before begin adjust the following database parameters before running RCU
alter system set processes=500 scope=spfile;
alter system set open_cursors=800 scope=spfile;
shutdown immediate;
startup;
You must unzip the file and put it in a easy to access folder. We can consider this folder as an Oracle Home (rcu Home). In our case we have installed it in C:\Temp\rcu\rcuHome\BIN
The following screen will appear:
Create OBIEE schemas with RCU : Create repository . Choose "Create and load component schemas into a database." and press "Next".
The following screen will appear: select the “WebCenter Suite” & change prefix to “OW” from “DEV”
Create OBIEE schemas with RCU : Select Components
Click on "Next". The following screen will appear
Click on Next
Click on Create
When the schemas/ tablespaces are created the following screen will appear:
Create OBIEE schemas with RCU : Completion Summary Click on "Close" and all the stuff is done. Now you are ready to install the OBIEE Server.
Installing jdk 1.7
Before installation weblogic server Jdk 1.7 component is needed. Installable dk-7u79-solaris-sparc.gz and jdk-7u79-solaris-sparcv9.gz has been downloaded from oracle.
Installation steps are as follows
zcat jdk-7u<version>-solaris-sparc.tar.Z | tar xf -
zcat jdk-7u<version>-solaris-sparcv9.tar.Z | tar xf -
Restarted the server & verified new version of java
Installing Oracle WebLogic [10.3.6.0] Server
Download following part number from e-delivery for weblogic installation, extract these zip files and copy to portal server
Extract V29856-01 & run following command in /u01/installable/WebLogic
java -d64 -jar wls1036_generic.jar
Following screen will appear
1
|
Click on Next
|
2
|
Enter path to install and Click on Next
|
3
|
Select custom and Click on Next
|
4
|
Click on Next
|
5
|
Verify java version & click on next
|
6
|
Click on Next
|
7
|
Click on Next
|
8
|
Deselect Run Quickstart & click on Done
|
Installing WebCenter Portal 11g [11.1.1.8.0]
Installer requires the location of Java Runtime Environment [JRE]. Location has been given while running ./runinstaller
Configuring Web Center
Installation of Required patches
Patch: 6880880 This is latest opatch
Downloaded p6880880_111000_SOLARIS64.zip patches from patches and update tab of oracle support.
>mv p6880880_111000_SOLARIS64.zip /u01/Middleware/Oracle_WC1
>cd /u01/Middleware/Oracle_WC1
>mv OPatch OPatch_28042015
>unzip p6880880_112000_SOLARIS64.zip
Apart from patch following patches has been applied
Patch : 18633874 - p18633874_111180_Generic.zip
Patch 20425442 - p20425442_111180_Generic.zip
Starting nodeManager.sh & startWeblogic.sh
Now we need to start WebCenter WebLogic Admin Server and Managed Servers (WLS_Spaces, WLS_Portlet and WLS_Services)
Post Configuration Tasks
Starting WebLogic Node Manger
1. Run this script to start the Node Manager once. This process will create the Node Manager
properties file.
MW_Home/wlserver_10.3/server/bin/startNodeManager.sh
2. Shut down the Node Manager process.
3. Run this script to set the Node Manager properties. This process will update the
nodemanager.properties file.
MW_Home/oracle_common/common/bin/setNMProps.sh
4. Re-Run this script to start the Node Manager:
MW_Home/wlserver_10.3/server/bin/startNodeManager.sh
Starting WebLogic startWeblogic
1.Before starting server create boot.properties in
/u01/Middleware/user_projects/domains/portal_domain/servers/AdminServer/security
The boot.properties should contain following entries
username=weblogic
password=oracle123
2. Start server with running startWeblogic.sh script in the directory /u01/Middleware/user_projects/domains/portal_domain/bin
Portal Login Details
SR #
|
Description
|
Link
|
1
|
Web Logic Admin
|
|
2
|
Web Center Login
|
|
3
|
Web Center Console / Enterprise Manager
|
|
Create new instance in the server manager
Login to server manager
Create new manage instance
Select Enterprise HTML Server & Click on Continue
Enter Instance name
Click on Continue on
Register Portal
Login to web center console
Click on Register portal