Monday, 25 September 2017

TUXEDO PATCHING

1.Completely shut down your Tuxedo application, including the tlisten process. 
2.Backup current Tuxedo Home.
3.Make sure the environment variable TUXDIR is set to point to the area where the fix is to be installed.
4.Make sure ORACLE_HOME is set.
Procedure
Create a directory under tuxedo home like RP067

1.     Untar the .gz file
2.     Set TUXDIR to /u01/app/psoft/tuxedo12.1.1.0 and ORACLE_HOME to /u01/app/psoft (location which contains registry.xml file).
3.     Go to RP067 folder and execute install
4.     And execute ./install
5.     After executing the install file. It will ask the below details.
a.     Enter owner for patch files: 
psoft 
b.    Enter group for patch files: 
oinstall
Example: 
[psoft@HOSTNAME Tux_patch_111130_Linux]$  ./install
Installing server and client files...
Enter owner for patch files:
psoft
Enter group for patch files:d
oinstall
DIR=/u01/app/SRC/Tux_patch_111130_Linux
rpreleasenote =  ORACLE Enterprise LINUX 5 (x86_64) x86 for Intel Xeon, 64bits Tuxedo
portreleasenotes= ORACLE Enterprise LINUX 5 (x86_64) x86 for Intel Xeon, 64bits Tuxedo
TUXDIR:/u01/app/psoft/tuxedo11gR1113P
ORACLE_HOME:/u01/app/psoft
Must specify the correct TUXDIR :(/u01/app/psoft/tuxedo11gR1,/u01/app/psoft/tuxedo11gR1113P)
[psoft@HOSTNAME Tux_patch_111130_Linux]$ ./install
Installing server and client files..
Enter owner for patch files:
psoft
Enter group for patch files:
oinstall
DIR=/u01/app/SRC/Tux_patch_111130_Linux
rpreleasenote =  ORACLE Enterprise LINUX 5 (x86_64) x86 for Intel Xeon, 64bits Tuxedo
portreleasenotes= ORACLE Enterprise LINUX 5 (x86_64) x86 for Intel Xeon, 64bits Tuxedo
TUXDIR:/u01/app/psoft/tuxedo11gR1113P
ORACLE_HOME:/u01/app/psoft

The patch installation finished successfully 
Before Installation:
------------------- 
Issue the command after setting the environmental variables(TUXDIR & PATH).
tmadmin –v
The above will provide the Tuxedo version with patch information

[psoft@HOSTNAME psoft]$ vi registry.xml.orig
<?xml version="1.0" encoding="UTF-8" standalone="no"?><bea-product-information><host name="HOSTNAME"><product format="1.0" name="Tuxedo"><release InstallDir="/u01/app/psoft/tuxedo11gR1" InstallMode="GA" InstallSet="Full" InstallTime="Aug 24, 2015 3:24:18 PM" InstallerType="Product" PatchLevel="028" Status="installed" level="11.1.1.3.0"><component name="tuxtsrv"/><component name="tuxtcli"/><component name="tuxccli"/><component name="joltrly"/><component name="joltcli"/></release><release InstallDir="/u01/app/psoft/tuxedo12.1.1.0" InstallMode="GA" InstallSet="Full" InstallTime="Dec 18, 2015 2:08:44 AM" InstallerType="Product" PatchLevel="067" Status="installed" level="12.1.1.0"><component name="tuxtsrv"/><component name="tuxtcli"/><component name="tuxccli"/><component name="joltrly"/><component name="joltcli"/></release></product></host></bea-product-information>

After Installation:
------------------
Issue the command after setting the environmental variables(TUXDIR & PATH).
tmadmin –v
The above will provide the Tuxedo version with patch information
vi registry.xml
<?xml version="1.0" encoding="UTF-8"?><bea-product-information><host name="HOSTNAME"><product format="1.0" name="Tuxedo"><release InstallDir="/u01/app/psoft/tuxedo11gR1113P" InstallMode="GA" InstallSet="Full" InstallTime="May 5, 2016 1:18:32 AM" InstallerType="Product" PatchLevel="067" Status="installed" level="11.1.1.3.0"><component name="tuxtsrv"/><component name="tuxtcli"/><component name="tuxccli"/><component name="joltrly"/><component name="joltcli"/></release><release InstallDir="/u01/app/psoft/tuxedo12.1.1.0" InstallMode="GA" InstallSet="Full" InstallTime="Dec 18, 2015 2:08:44 AM" InstallerType="Product" PatchLevel="067" Status="installed" level="12.1.1.0"><component name="tuxtsrv"/><component name="tuxtcli"/><component
name="tuxccli"/><component name="joltrly"/><component name="joltcli"/></release></product></host></bea-product-information>
You should see the correct patch number must be reflecting.

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Hi,
    How exactly have you got rid of error: Must specify the correct TUXDIR

    ReplyDelete

1.Important Files on PeopleSoft Application Server I have listed the directory structure of these major PeopleSoft components and compil...