Skip to main content

WEBSPHERE PRODUCT VS FIX PACK VS IFIX

INTRODUCTION:
Fixes for WebSphere software are delivered in the form of maintenance packages. There are three different types of maintenance packages:
  • Refresh pack: A refresh pack is a cumulative set of fixes delivered together in a single maintenance package. Refresh packs may contain new function as well as fixes for known problems. After applying a refresh pack, the third digit in level of the product is changed. For example, if you have V6.0.0.1 installed and you install refresh pack 2 for V6, the product version changes to 6.0.2.0.
  • Fix pack: A fix pack is a cumulative set of fixes delivered together in a single maintenance package. Fix packs contain only fixes for known problems. After applying a fix pack, the fourth digit in the level of the product is changed. For example, if you have V6.0.2.0 installed and you install fix pack 17 for V6.0.2, the product version changes to 6.0.2.17.
  • Interim fix (iFix): An interim fix is a fix for a specific problem for a specific level or levels or the product. An iFix is not a cumulative set of fixes. When the iFix is built, the levels of the product the iFix is for are set and the iFix will not install on any other levels. Interim fixes are included in the next possible fix pack after the interim fix is released.
So, what is a fix pack ?

A fix pack contains fixes for numerous issues. Fix pack with a higher version has all the fixes addressed by a fix pack with a lower version. So it is enough if we install a fix pack with the highest version. Fix packs can be downloaded from the Fix Central. Fix Central is the channel through which IBM provides fixes and updates for all its products.

Comments

Popular posts from this blog

Oracle WebLogic Server Version Finding Ways

1. We can determine weblogic server version using registry.xml file: Location in WLS 12.2.1.3: $ORACLE_HOME/inventory/registry.xml <distribution status="installed" name="WebLogic Server" version="12.2.1.3.0"> e.g. /u02/oracle12213/oracle_home/middleware/inventory/registry.xml <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?> <registry home="/u02/oracle12213/oracle_home/middleware" platform="226" sessions="5" xmlns:ns2="http://xmlns.oracle.com/cie/gdr/dei" xmlns:ns3="http://xmlns.oracle.com/ cie/gdr/nfo" xmlns="http://xmlns.oracle.com/cie/gdr/rgy">    <distributions>       <distribution status="installed" name="WebLogic Server" version="12.2.1.3.0">          <sessions>             <session id="1" date="2017-10-21T17:53:51.433+05:30" action="install"/>          ...

Oracle Http Server 12 C Configuration File's

In Ohs 12c Oracle changed the complete structure by introducing the domain & instances just like Weblogic There are Two Configuration files for Ohs 12C 1.Staging F:\OHS\user_projects\domains\base_domain\config\fmwconfig\components\OHS\ohs1 2.Runtime F:\OHS\user_projects\domains\base_domain\config\fmwconfig\components\OHS\instances\ohs1 You need to make changes in Staging configuration files and these changes automatically replicated to the configuration files of the run time environment.

Node Manager Username and Password for Oracle HTTP Server 12c in a Standalone Domain

Start the Ohs Instance for 12C F:\OHS\user_projects\domains\base_domain\bin>stopComponent.cmd ohs1 Step:1 Stop the OHS component F:\OHS\user_projects\domains\base_domain\bin>stopComponent.cmd ohs1 Stopping System Component ohs1 ... Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Reading domain from F:/OHS/user_projects/domains/base_domain Please enter Node Manager password: Connecting to Node Manager ... Successfully Connected to Node Manager. Killing server ohs1 ... Successfully killed server ohs1 Successfully disconnected from Node Manager. Exiting WebLogic Scripting Tool. Done Step:2   Invoke WLST offline F:\OHS\oracle_common\common\bin>wlst.cmd Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands wls:/offline> Step:3 Conne...