« Multi Node to Single Node Cloning | Main | Upgrading JDK to 1.5 and configuring Jconsole »

Installing Oracle Applications 11.5.10.2 on Linux AS 4

Installing Oracle Applications 11.5.10.2 on Linux AS 4

In today’s post i will describe the steps to install oracle Application on linux. This is a simple single node installation.

Conventions
# prompt refers to my root prompt.
$ prompt refer to my user account prompts.
All OS commands are in italics as usual.

Verify OS version

The fist step would be however to verify your Linux installation. You could check the version of the Linux installed by the
command

# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 2)


Operating System utilities Check

Perl Software

You must have perl 5.0053 or higher installed to be able to create the staging area using the perl script adautostg.pl

Java Requirement

On 11.5.10, Rapidwiz, installs the J2SE 1.4.2 automatically for systems running on Sun Solaris, Linux, or Windows Operating Systems.

Additional Patches

For Redhat linux 4 you must apply patch 4198954

This will installt the OS packages

compat-oracle-rhel4-1.0-5.i386.rpm
compat-libcwait-2.1-1.i386.rpm


Create directories to hold your Oracle Applications

# mkdir sam
# ls -l
total 24
drwx------ 2 root root 16384 Aug 30 14:41 lost+found
drwxr-xr-x 2 root root 4096 Sep 21 11:55 sam
# chmod -R 777 sam

OS user creation

I am following a unix multi user installation so you need to create two OS user accounts,orasam for the database and applsam for the applications.

# useradd -g dba -d /u05/sam/orasam orasam
# useradd -g dba -d /u05/sam/applsam applsam


Xhost client settings

If you are installing using a Remote XServer you may need execute the following command

# xhost +
access control disabled,clients can connect from any host


Set umask 022 for both the user accounts

Setting umask to 022 ensures that group and others have read and execute permissions,
but not write permission.

# su - orasam
$ vi .bash_profile
add the line at the end
umask 002

# su - applsam
$ vi .bash_profile
add the line at the end
umask 002

Modify the orainventory for your new installation

# vi /etc/oraInst.loc

inventory_loc=/u05/sam/oraInventory
inst_group=dba


Set the LD_ASSUME_KERNEL parameter for both the user accounts orasam
and applsam


# su - orasam
$ vi .bash_profile
add the lines at the end
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL

# su - applsam
$ vi .bash_profile
add the lines at the end
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL


Starting the installation

You start the installation as the root user by running the rapidwiz executable from

# cd /u02/stage11i102/startCD/Disk1/rapidwiz
# ./rapidwiz



The first which you see screen is the rapid install welcome screen.

In the next screen you see,It presents you with choices either to do a fresh installation or perform an upgrade of an existing instance, I choose the first oiption.

In case you have a configuration file you can browse and choose the file here. This option is useful while doing multi node installation. Since this is a fresh install I choose NO.

The next screen is used to decide if you wish to do a single node or a multi node installation, we chose a single node installation here.

In this screen you sepcify your database OS user account and its base directory.


 The following screen prompts to choose the kind of licensing we wish to have for our e business suite (in case of Vision installations you will not see this screen)

 

This screen is used to choose the country specific functionalities or localizations which might be required.

The next screen is used to select any additional language which we might want to install with ebusiness suite. You must have staged the appropriate language CD before selecting the language.

You must now select the character set for your database and applications, I used UTF8 to allow me to add additional languages in the future.

In this screen you specify your OS application user account and the base directory for it. You can click on advanced to further edit the directory structure.

Now you specify your domain name, and port pool. Your port pool is used to assign the ports for your various oracle application process without causing a conflict

You can specify a location to save the configuration information you have entered so far. In case of a multi node installation this config file is used to do the installation on the other nodes.

The installer will now perform a check for all the OS utilities disk space permissions port availability and display the results.

You will be prompted to start the installation of oracle applications in the next screen.

 

A progress window will now display the status of your installation while you grab a drink for your self

 

After the installation is completed a post installation sheck will be done to ensure that all the services are working as desired.

Note: The installtion described above was single node installation of PROD instance of Oracle Applications on a Linux environment.

TrackBack

TrackBack URL for this entry:
http://www.appsdbablog.com/blog-mt/mt-tb.fcgi/22

Comments

Quite elaborative, i like it much.

Excellent....step by step guide for installation

Hi Sam,
Excellent document. I was successfully installed apps on Linux AS4 based on your document. Can you please let me know that how the users acccess the apps from their systems?

Thanks
Best regards
Krishna

Hi sam,

This is the great place i have hit today in my quest to find how to install ii1 11.5.10 on an XP machine. I could not find it. i will appreciate i you can help me.

Another thing, appsdbablog seems purely for the techinical blogs, can you suggest me equally effective and beneficial blos for the 11i functional side?

thanks,

Hi,
Where i get the oracle E-Businedd free download.If u know the URL,Pls let me know....

Thnx n Advance

Sathaya S

Thx a lot FARRUKH PAKISTAN

hi,
Its an excellent documentation for new users to install apps on their machine,I have successfully installed apps on my machines but at logon when I tried to logon using OPERATIONS & WELCOME I am getting INVALID USERNAME "FNDSYSPUB" error can anybody tell how to rectify this

thanks
regards
vidya sagar

Very useful. Thanks a lot!

Thank you for your comments Santosh and Vidya.

Sam

Hi Sam,

This is the fantastic document for instaling 11.5.10.2 on linus AS4...
Succefully I install oracle Application on linux... and this is my good achivment in Apps.

Thanks & Regards
Ravindra dorlikar

Hi Sam,

Its a very good document but I couldn't find one more point in the steps i.e entry to be made in /etc/hosts file. Please reply.

Best Regards,
Imtiaz

sam,
I am on RHAS 3(Updates 5)
When i try to install the patch i am getting this error.

# rpm -ivh compat-oracle-rhel4-1.0-5.i386.rpm
error: Failed dependencies:
compat-gcc-32 is needed by compat-oracle-rhel4-1.0-5
compat-gcc-32-c++ is needed by compat-oracle-rhel4-1.0-5
compat-libgcc-296 is needed by compat-oracle-rhel4-1.0-5
compat-libstdc++-296 is needed by compat-oracle-rhel4-1.0-5
xorg-x11-deprecated-libs is needed by compat-oracle-rhel4-1.0-5
xorg-x11-deprecated-libs-devel is needed by compat-oracle-rhel4-1.0-5

Hi Sam,
i try to install Application on a RH4 .
But i have this error Rw-50004
install Driver for Vis instance .
i have this error at 60% of my install can you help me thanks Luca

i am getting stuck at 4th step of oracle 11.5.10 installation it is been displayed 99% , i have waited till 2 hours of that stage but it is not so getting any posibility of installation . my operating system is windows 2003 server.
do i need to set any settings

this is excelent doc

really i appreciate you

Regards
Shakeel ahmad

Hi Sam,

Excelent document.

Regards,
Sudhakar


hi

while installing oracle apps 11.5.10 on windows 2003 step1 of 5 its showing 100% unzipping the data but showing error
rw-50004 error recd while running the external process

do any one pls let me know the solution as early as possible
regards
mahes


hi

while installing oracle apps 11.5.10 on windows 2003 step1 of 5 its showing 100% unzipping the data but showing error
rw-50004 error recd while running the external process

do any one pls let me know the solution as early as possible
regards
mahes


hi

while installing oracle apps 11.5.10 on windows 2003 step1 of 5 its showing 100% unzipping the data but showing error
rw-50004 error recd while running the external process

do any one pls let me know the solution as early as possible
regards
mahes

Could you please make changes for multinode installations of Oracle Applications 11.5.10.2 on
Linux AS 4 and let know

Looks Like a very good set of instruction. Would be great if you can give me the instruction to install on Windows 2003.please

i want to install oracle 11.5.10.2 on RHAS 3.what are additional packages needed for RHAS3.

i want to install oracle 11.5.10.2 on RHAS 3.what are additional packages needed for RHAS3.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)