Patch-ID# 146760-07


Download this patch from My Oracle Support

Your use of the firmware, software and any other materials contained in this update is subject to My Oracle Support Terms of Use, which may be viewed at My Oracle Support.
For further information on patching best practices and resources, please see the following links:
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.

Keywords: security ha-oracle e-business suite patch ha-sap-web-as
Synopsis: Oracle Solaris Cluster 3.3: HA-Oracle E-business suite for Oracle Solaris 10
Date: Oct/16/2014


Install Requirements: NA

Solaris Release: 10

SunOS Release: 5.10

Unbundled Product: Oracle Solaris Cluster

Unbundled Release: 3.3

Xref:

Topic: Oracle Solaris Cluster 3.3: HA-Oracle E-business suite for Oracle Solaris 10

Relevant Architectures: sparc

Bugs fixed with this patch:

Sun CR # Bug #
16840941
17218685
690747715608098
700742415687458
701071415690324
701091815690544
702249715699286
702381415700195
702852115703429
702857415703466
702859815703487
715065615776642
717282915794933


Changes incorporated in this version: 16840941 17218685

Patches accumulated and obsoleted by this patch: 146626-03 149527-02

Patches which conflict with this patch:

Patches required with this patch:

Obsoleted by:

Files included with this patch:

/opt/SUNWscebs/bin/control_ebs
/opt/SUNWscebs/bin/functions
/opt/SUNWscebs/cmg/util/cmg_register
/opt/SUNWscebs/cmglsr/util/cmglsr_register
/opt/SUNWscebs/frm/util/frm_register
/opt/SUNWscebs/frmsrv/bin/probe_frmsrv
/opt/SUNWscebs/frmsrv/bin/start_frmsrv
/opt/SUNWscebs/frmsrv/bin/stop_frmsrv
/opt/SUNWscebs/frmsrv/bin/validate_frmsrv
/opt/SUNWscebs/frmsrv/etc/config
/opt/SUNWscebs/frmsrv/util/frmsrv_config
/opt/SUNWscebs/frmsrv/util/frmsrv_register
/opt/SUNWscebs/opmn/util/opmn_config
/opt/SUNWscebs/opmn/util/opmn_register
/opt/SUNWscebs/rep/util/rep_register

Problem Description:

16840941 HA-Oracle E-Business Suite needs to use <SID>_BALANCE for the CM/PCP resource
17218685 HA-Oracle E-Business Suite needs better interrogation of running CM within a PCP
 
(from 146760-06)
 
        This revision accumulates feature point patch 149527-02 into OSC 3.3 U2.
 
(from 146760-05)
 
7172829 cmg_register script fails if Oracle Server/Listener and concurrent manager are defined in same RG
 
(from 146760-04)
 
7150656 HA-Oracle E-Business Suite Clustered OPMN component needs to provide faster failure detection
 
(from 146760-03)
 
7028521 OSC agent for Oracle E-Business Suite needs to avert race conditions and clear text password
7028574 OSC agent for Oracle E-business Suite needs to use explicit pathnames when executing commands
 
(from 146760-02)
 
7028598 OSC agent for Oracle E-Business Suite should not source non-root files
 
        This revision also accumulates feature point patch 146626-03.
 
(from 146760-01)
 
6907477 Solaris Cluster data service for Oracle E-Business Suite should support Forms Server in socket mode
7007424 HA-Oracle E-Business needs to consider distributed or clustered OPMN servers
7010714 Oracle E-Business Suite agent needs Resource_dependencies_offline_restart for HASP on OSC 3.3
7010918 Oracle E-Business Suite agent has redundant USESID variable
 
(from 146626-03)
 
7022497 HA-Oracle E-business Suite OPMN component may take too long to declare a successful stop within a ZC
7023814 HA-Oracle E-Business Suite agent needs to provide support for UTF-8 code sets.
 
(from 146626-02)
 
        This revision is effectively a copy of the 146760-01 sustaining
        patch (adding CR 7007424).
 
(from 146626-01)
 
        This revision is effectively a partial copy of the 146760-01
        sustaining patch (omitting CR 7007424).
 
(from 149527-02)
 
        Feature point patches combine copies of released fixes with new
        features.  This feature point patch ended up containing only copies
        of previously-released fixes with nothing new added.
 
(from 149527-01)
 
        Feature point patches combine copies of released fixes with new
        features.  This feature point patch ended up containing only copies
        of previously-released fixes with nothing new added.


Patch Installation Instructions:
--------------------------------
 
There are three (3) possible procedures for installing patches on Oracle
Solaris Cluster.  The proper method to use and any additional instructions,
for this patch are specified below in the "Special Install Instructions"
section.
 
Refer to the chapter entitled "Patching Oracle Solaris Cluster Software and
Firmware" in the "Oracle Solaris Cluster System Administration Guide" for a
description of the different install processes and instructions on how
to install Oracle Solaris Cluster 3.3 patches.
 
Refer to the man pages for instructions on using 'patchadd' and 'patchrm'
commands provided with Oracle Solaris, to install and remove patches.


Special Install Instructions:
-----------------------------
 
NOTE 1:  Install this patch using one of the following patch install
         procedures found in the "Patching Oracle Software and Firmware"
         chapter of the "Oracle Solaris Cluster System Administration Guide:"
 
         * Non Rebooting Patch
         * Rebooting Patch (Node)
         * Rebooting Patch (Cluster and Firmware)
 
NOTE 2:  Revision -02 delivers features introduced during update 1.
 
NOTE 3:  With the fix for CR 7028521 (OSC agent for Oracle E-Business Suite
         needs to avert race conditions and clear text password), it is
         possible to use an encrypted password for the Application Tier user.
         If an encrypted password is required for the Application Tier user,
         you must do the following:
 
         1. When registering the Concurrent Manager resource, within
            /opt/SUNWscebs/cmg/util/cmg_config, do not specify a value for the
            APPS_PASSWD parameter.
 
         2. As root, create an encrypted password. In the example below, the
            password "apps" is being encrypted and "VIS" reflects the
            Application Oracle SID.
 
            node1# dd if=/dev/urandom of=/var/cluster/scebs_key bs=16 count=1
            node1# chmod 400 /var/cluster/scebs_key
            node1# echo apps | /usr/sfw/bin/openssl enc -aes128 -e -pass file:/var/cluster/scebs_key -out /opt/SUNWscebs/.VIS_passwd
            node1# chmod 400 /opt/SUNWscebs/.VIS_passwd
 
         3. Verify that the encrypted password can be decrypted.
 
            node1# /usr/sfw/bin/openssl enc -aes128 -d -pass file:/var/cluster/scsebs_key -in /opt/SUNWscebs/.VIS_passwd
 
         4. Repeat Steps 2-3 above on all other Oracle Solaris Cluster nodes
            that will host the Oracle E-Business Suite service.
 
NOTE 4:  Revision -06 delivers features introduced during update 2.


README -- Last modified date: Thursday, October 16, 2014