Go to main content

Oracle® Solaris Cluster Data Service for Oracle E-Business Suite as of Release 12.2 Guide

Exit Print View

Updated: April 2016
 
 

Upgrading to HA for Oracle E-Business Suite 12.2 or Later

    Upgrade to HA for Oracle E-Business Suite 12.2 or later data service if the following conditions apply:

  • You are upgrading from an earlier version of the HA for Oracle E-Business Suite 12.2 or later data service.

  • You need to use the new features of this data service.

How to Upgrade to the New Version of HA for Oracle E-Business Suite 12.2 or Later

You must perform all the steps within this procedure.


Note -  Before performing this procedure you should consider if your current Oracle E-Business Suite 12.2 or later resources have been modified to have specific timeout values that suit your deployment. If timeout values were previously adjusted you should reapply those timeout values to your new Oracle E-Business Suite 12.2 or later resources.
  1. On a cluster member, become an administrator that provides solaris.cluster.modify authorization.
  2. Register the new ORCL.ebs resource type.

    For more information, see Registering and Configuring the ORCL.ebs Resource Type.

  3. Determine the version of the ORCL.ebs resource type that is currently being used by resources of type ORCL.ebs.
    clrs show -p type -p type_version resource

    For example:

    # clrs show -p type -p type_version ebs-mm-nm-rs
  4. Determine the new version of the resource type that is related to ORCL.ebs.

    Note -  In the example output below, ORCL.ebs:2 is just an example and does not currently exist.
    # clrt list | grep ORCL.ebs
    ORCL.ebs:1
    ORCL.ebs:2
  5. Upgrade to the new ORCL.ebs resource type version.
    1. Check the upgrade directive from the new ORCL.ebs resource registration file.
      # grep upgrade /opt/ORCLscebs/etc/ORCL.ebs
      #$upgrade
      #$upgrade_from "1" ANYTIME

      Note -  The upgrade directive for the appropriate version can be one of the following values:
      • ANYTIME

      • AT_CREATION

      • WHEN_DISABLED

      • WHEN_OFFLINE

      • WHEN_UNMANAGED

      • WHEN_UNMONITORED


    2. Upgrade to the new ORCL.ebs resource type version.

      You must adhere to the upgrade directive before upgrading to the new ORCL.ebs resource type version.

      For example, if the upgrade directive is WHEN_DISABLED, you must disable your resource before upgrading to the new ORCL.ebs resource type version.

      If the upgrade directive is AT_CREATION you must disable and delete the resource and then recreate the resource with the new resource type version.

      Once you have adhered to the upgrade directive, upgrade your resource of type ORCL.ebs as follows:

      # clresource set -p Type_version=new version resource

    Note -  If you are upgrading from an earlier version of HA for Oracle E-Business Suite data service, that is from Oracle E-Business Suite 12.1.x, you must disable and delete your old resources and register new resources of type ORCL.ebs.