Sunday, February 14, 2010

Tuxedo 10gR3 on Linux

Downloaded from http://edelivery.oracle.com/
Choose "Peoplesoft Entreprise", plateform "Linux x86", then under "PeopleSoft Enterprise - PeopleTools 8.50 Media Pack", choose the disk :
"Tuxedo 10gR3 for Linux x86-64"

1. As root, create the group and user for the Tuxedo installation, here I'm using only one group for Tuxedo, Weblogic and Peoplesoft software owner, but different user accounts.
[root@orion3:/root]# groupadd psoft
[root@orion3:/root]# useradd -g psoft tuxedo


2. Prepare the folders
[root@orion3:/root]# cd /apps
[root@orion3:/apps]# ls -lrt
total 12
drwxr-xr-x 3 root root 4096 Jan 4 00:00 mdlware
drwxr-xr-x 3 root root 4096 Jan 4 00:01 psoft
drwxr-xr-x 6 oracle dba 4096 Jan 4 21:29 oracle
[root@orion3:/apps]# chgrp psoft mdlware/
[root@orion3:/apps]# chgrp psoft psoft
[root@orion3:/apps]# chmod g+rwx mdlware
[root@orion3:/apps]# chmod g+rwx psoft
[root@orion3:/apps]#


3.
Install software as tuxedo user.
The tuxedo's installation folder might be inside the PS_HOME directory, but since we can share the Tuxedo software by multiple Peopletools and Peoplesoft applications, better to externalize the Tuxedo software and do not duplicate the installation.
[tuxedo@orion3:/nfs/software/PeopleSoftCD/BEA/Tuxedo/Oracle_Tuxedo_10gR3_Linux_64]$ ls
tuxedo10gR3_64_Linux_01_x86.bin
[tuxedo@orion3:/nfs/software/PeopleSoftCD/BEA/Tuxedo/Oracle_Tuxedo_10gR3_Linux_64]$ ./tuxedo10gR3_64_Linux_01_x86.bin -i console
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Preparing CONSOLE Mode Installation...

===============================================================================
Choose Locale...
----------------

->1- English

CHOOSE LOCALE BY NUMBER:
===============================================================================
Tuxedo 10gR3 (created with InstallAnywhere by Macrovision)
-------------------------------------------------------------------------------

===============================================================================
Introduction
------------

InstallAnywhere will guide you through the Tuxedo 10gR3 installation.

It is strongly recommended that you quit all programs before continuing with
this installation.

Enter "next' to proceed to the next screen. Enter "back" to modify the previous
screen.

You may cancel this installation at any time by typing "quit".

WARNING: "Quitting" creates an incomplete Tuxedo 10gR3 installation.You must
re-install Tuxedo 10gR3. For more information, see "Preparing to Install the
Oracle Tuxedo System" in the Tuxedo 10gR3 Installation Guide.

PRESS TO CONTINUE:

===============================================================================
Choose Install Set
------------------

Please choose the Install Set to be installed by this installer.

->1- Full Install
2- Server Install
3- Full Client Install
4- Jolt Client Install
5- ATMI Client Install
6- CORBA Client Install

7- Customize...

ENTER THE NUMBER FOR THE INSTALL SET, OR PRESS TO ACCEPT THE DEFAULT
: 1

===============================================================================
Choose Oracle Home
-----------------
1- Create new Oracle Home

Enter a number: 1
Specify a new Oracle Home directory: /apps/mdlware

note : /apps/mdlware will be my Middleware Oracle home (Tuxedo and Weblogic)
===============================================================================
Choose Product Directory
------------------------
1- Modify Current Selection (/apps/mdlware/tuxedo10gR3)
2- Use Current Selection (/apps/mdlware/tuxedo10gR3)

Enter a number: 2
Install Samples (Y/N): N

===============================================================================
Pre-Installation Summary
------------------------

Please Review the Following Before Continuing:

Product Name:
Tuxedo 10gR3

Install Folder:
/apps/mdlware/tuxedo10gR3

Link Folder:
/home/tuxedo

Disk Space Information (for Installation Target):
Required: 195,536,693 bytes
Available: 4,668,657,664 bytes

PRESS TO CONTINUE:

===============================================================================
Ready To Install
----------------

InstallAnywhere is now ready to install Tuxedo 10gR3 onto your system at the
following location:

/apps/mdlware/tuxedo10gR3

PRESS TO INSTALL:

===============================================================================
Installing...
-------------

[==================|==================|==================|==================]
[------------------|------------------|------------------|------------------]

===============================================================================
Configure tlisten Service
-------------------------

Password:
Verify Password:
Password Accepted! Press "Enter" to continue.

===============================================================================
SSL Installation Choice.
------------------------

Would you like to install SSL Support?

->1- Yes
2- No

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS TO ACCEPT THE DEFAULT:
: 2

===============================================================================
Installation Complete
---------------------

Congratulations. Tuxedo 10gR3 has been successfully installed to:

/apps/mdlware/tuxedo10gR3

PRESS TO EXIT THE INSTALLER:
[tuxedo@orion3:/nfs/software/PeopleSoftCD/BEA/Tuxedo/Oracle_Tuxedo_10gR3_Linux_64]$


4. Verify your installation
[tuxedo@orion3:/home/tuxedo]$ export TUXDIR=/apps/mdlware/tuxedo10gR3/
[tuxedo@orion3:/home/tuxedo]$ . $TUXDIR/tux.env
[tuxedo@orion3:/home/tuxedo]$ $TUXDIR/bin/tmadmin -v
INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level (none)
[tuxedo@orion3:/home/tuxedo]$


No comments: