Sunday, 18 January 2015

Tuxedo Rolling Patch Installation

Tuxedo Rolling patch is the required patch to update tuxedo binary with latest fix. You need to identify the latest tuxedo patch supported by your Tuxedo software. Here I will provide you details of steps to install tuxedo rolling patch after Tuxedo11gR1 installation.

 
 
Description
Input / Command
1
Make Sure TUXDIR, LIBPATH and ORACLE_HOME set correctly.
$ echo $TUXDIR
<Path>/tuxedo11gR1
echo $ORACLE_HOME
<Path>
echo $LIBPATH <includes below path>
<Path>/tuxedo11gR1/lib
2
Make Sure ORACLE_HOME. You may get bellow error in case you use existing ORACLE_HOME, which has registry.xml file.
<Wrong Path)/registry.xml.lock (The file access permissions do not allow the specified action.) at java.io.FileOutputStream.open(Native Method)            at java.io.FileOutputStream.<init>(FileOutputStream.java:208)  at java.io.FileOutputStream.<init>(FileOutputStream.java:160)       at umisc.rpatch.registry.XmlParser.lockFile(XmlParser.java:170)       at umisc.rpatch.registry.XmlParser.<init>(XmlParser.java:79)       at umisc.rpatch.registry.Registry.<init>(Registry.java:82)       at umisc.rpatch.registry.UpdateRegistry.main(UpdateRegistry.java:55)
Set ORACLE_HOME correctly before the installation
3
Provide execute permission and run installation file
$ chmod 775 install
$ ./install
4
Verify installation.
$tmadmin –v
INFO: Oracle Tuxedo, Version 11.1.1.2.0, 64-bit, Patch Level 059

You can install and verify the tuxedo rolling patch installation and continue next installation as per PeopleTools installation blog
 
 

No comments:

Post a Comment