Skip to main content

Step by Step Guide for Oracle Tuxedo Pathing | Linux Env | SheikMiddleware.blogspot.com

Step by Step Guide for Tuxedo Patching on Linux Server


Tuxedo Patching step by step procedure

1. Login to the server and switch to the application user.

2. Stop the Tuxedo services.

3. Generic Patching procedure. 
        a) To view the list of patches applied
            <oracle_home>/opatch lsinventory

        b) Place the required patch in PATCH_TOP directory and unzip it
            cd <oracle_home>/PATCH_TOP/
            unzip patch_xxx.zip
  
        c) Set the environment using below commands       

         export ORACLE_HOME=<oracle_home>
         export JAVA_HOME=<java_home>
         export PATH=$ORACLE_HOME/OPatch:$JAVA_HOME/bin:$PATH


        d) Go to uncompressed folder and run the below command

             opatch apply -jre <java_home>

    
        e) List the patches to verify it is applied

            opatch lsinventory


4. Start Tuxedo services

Comments

Popular Posts

IIB Enabling and Disabling Admin console - Sheikmiddleware.blogspot.com

Enabling and Disabling Web Interface in IIB 10 All new brokers that are created in WebSphere® Message Broker Version 8.0.0.1 or later have the web user interface assigned to port 4414, which is enabled by default. As a result, the web user interface is enabled automatically when a new broker is created. IIB Accessing Web Interface : You shall see the associated webconsole URL for each broker, while listing mqsilist command.  See below In above example, i have a Broker / Integration Node "sheik_new" as running which is associated with webconsole http://desktop-k5ve353:4415. By default , this feature in enabled in V8 and above and web console looks like below You shall use the above iib web console to admin the integration server. If you would like to disable the feature use mqischangeproperties command. Example as below : To see if webadmin is enabled for the IIB node C:\Program Files\IBM\IIB\10.0.0.2> mqsireportproperties sheik_new  -b webadmin -o server -a server='...

How to find the list of patches applied in Weblogic 12c

How to find the list of patches applied in Weblogic 12c   As you know oracle is releasing critical patches every quarter. It is highly recommended to apply the patch in the servers whenever its released. To see what are the patches applied in the server, follow the below way to find out. 1) Go to <installation_dir>. Follow the link if you dont know Find the weblogic home directory 2) Navigate to Opatch folder 3) execute the command ./opatch patches 4) It will show the list of patches applied in the environment along with the dates its applied. To know when the patch is applied on the environment. Follow the link  Find the date and time of weblogic patch applied