Pages

Wednesday, January 8, 2014

Oracle E-Business Suite R12 Installation on Linux in Virtual Environment - Part 3 of 3

Part - 3: E-Business Suite Installation

9.      Start Installation
[root@ebsr12 ~]# cd /media/StageR12/startCD/Disk1/rapidwiz/
[root@ebsr12 rapidwiz]# ./rapidwiz

·         Install Oracle Applications -Welcome window appears to install EBS R12 & click “Next”.
·         Select “Install Oracle Applications Release 12.1.1” & click “Next”.
·         Click “Next” on Email entry window.
·         Select “Create a new configuration” & click “Next”.
·         Select “0” as Port Pool as default & click “Next”.
·         Select “Fresh Database” if you want to install fresh installation for Production else Vision Database Demo and enter followings as per requirement.
In my case:
Database Type: Fresh Database
Database SID: PROD
Host Name: ebsr12
Domain Name: soft.com
Operating System: Linux (32-bit)
Database OS User: oraerp
Database OS Group: dbaerp
Base directory: /u01/oraR12
After entering values, click “Next”.
·         Select “Suite Licensing” & click “Next”.
·         Click “Next” in License Additional Products.
·         Click “Next” in Country-specific functionalities.
·         Select “American_English – US” as Selected Languages & click “Next”.
·         Enter followings for Primary Applications Node Configuration:
Host Name: ebsr12
Domain Name: soft.com
Operating System: Linux (32-bit)
Apps OS User: applerp
Apps OS Group: dbaerp
Base Directory: /u01/applR12
Instance directory: /u01/applR12/inst
After entering values, click “Next”.
·         Click “Next” on Node Information window.
It will check the status of System.
·         Click “Next” if this instance passed all of pre-install tests as Validate System Configurations.
·         Click “Next”. Here “Alert” window appears to confirm that do you want to begin the installation now. Click “Yes” to begin installation. It takes 4~5 hours based on your system performance.
·         Post-Install Checks window appears then click “Next” if all are successful.
·         Click “Connect to Oracle Applications Release 12.1.1” to view the application & Click “Finished” on installation wizard window.
In my case, I got http://ebsr12.sof.com:8000/OA_HTML/AppsLogin page opened my Browser.


10.      Post Installation

Set environment for database OS user oraerp:
[root@ebsr12 ~]# ls /u01/oraR12/db/tech_st/11.1.0/PROD_ebsr12.env
/u01/oraR12/db/tech_st/11.1.0/PROD_ebsr12.env
[root@ebsr12 ~]# su oraerp
[oraerp@ebsr12 root]$ pwd
/root
[oraerp@ebsr12 root]$ cd
[oraerp@ebsr12 ~]$ pwd
/home/oraerp
[oraerp@ebsr12 ~]$ vi .bash_profile
Add following at the end of file:
/u01/oraR12/db/tech_st/11.1.0/PROD_ebsr12.env
And Save it.
[oraerp@ebsr12 ~]$ exit
exit
[root@ebsr12 ~]# su - oraerp
[oraerp@ebsr12 ~]$ echo $ORACLE_HOME
/u01/oraR12/db/tech_st/11.1.0
[oraerp@ebsr12 ~]$

Set environment for Apps OS user applerp:
[root@ebsr12 ~]# pwd
/root
[root@ebsr12 ~]# ls /u01/applR12/apps/apps_st/appl/APPSPROD_ebsr12.env

/u01/applR12/apps/apps_st/appl/APPSPROD_ebsr12.env
[root@ebsr12 ~]# su applerp
[applerp@ebsr12 root]$ pwd
/root
[applerp@ebsr12 root]$ cd
[applerp@ebsr12 ~]$ pwd
/home/applerp
[applerp@ebsr12 ~]$ vi .bash_profile
Add following at end of file
/u01/applR12/apps/apps_st/appl/APPSPROD_ebsr12.env
And Save it.
[applerp@ebsr12 ~]$ exit
exit
[root@ebsr12 ~]# pwd
/root
[root@ebsr12 ~]# su - applerp
[applerp@ebsr12 ~]$ echo $ORACLE_HOME
/u01/applR12/apps/tech_st/10.1.2
[applerp@ebsr12 ~]$ echo $ADMIN_SCRIPTS_HOME
/u01/applR12/inst/apps/PROD_ebsr12/admin/scripts


Here are the default passwords.

Database:
SYS/change_on_install
SYSTEM/manager

Application Schema passwords:
APPS Schema: apps /apps

Application Users:
sysadmin /sysadmin

This completes the last part of Oracle E-Business Suite R12 Installation on Linux in virtual environment.

Part 1 covers the preparation for Download Required Software, Installation of VirtualBox and creation of virtual machine.
Part 2 covers the installation of Linux & preparation of E-Business Suite installation.
Part 3 covers the actual installation of E-Business Suite and basic post-install steps

Hope this will helpful !
All The Best!