JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Siebel Guide

    Oracle Solaris Cluster 3.3 3/13SPARC Platform Edition

search filter icon
search icon

Document Information

Preface

Installing and Configuring HA for Siebel

HA for Siebel Overview

Installing and Configuring HA for Siebel

Planning the HA for Siebel Installation and Configuration

Configuration Restrictions

Configuration Requirements

Standard Data Service Configurations

Configuration Planning Questions

Preparing the Nodes and Disks

How to Prepare the Nodes

Installing and Configuring the Siebel Application

Installing the Siebel Gateway

How to Install the Siebel Gateway on the Global File System

How to Install the Siebel Gateway on Local Disks of Physical Hosts

Installing the Siebel Server and Siebel Database

How to Install the Siebel Server and Siebel Database on the Global File System

How to Install the Siebel Server and Siebel Database on Local Disks of Physical Hosts

Verifying the Siebel Installation and Configuration

How to Verify the Siebel Installation and Configuration

Installing the HA for Siebel Packages

How to Install the HA for Siebel Packages

Registering and Configuring HA for Siebel

Setting HA for Siebel Extension Properties

How to Register and Configure HA for Siebel as a Failover Data Service

How to Register and Configure the Siebel Server

Verifying the HA for Siebel Installation and Configuration

How to Verify the HA for Siebel Installation and Configuration

Maintaining HA for Siebel

Tuning the HA for Siebel Fault Monitors

Operation of the Siebel Server Fault Monitor

Operation of the Siebel Gateway Fault Monitor

Upgrading the HA for Siebel Resource Types

How to Upgrade to a New Version of HA for Siebel

A.  HA for Siebel Extension Properties

Index

Upgrading the HA for Siebel Resource Types

You should upgrade the SUNW.sblgtwy and SUNW.sblsrvr resource types if the following conditions apply:

For general instructions on upgrading a resource type, see Upgrading a Resource Type in Oracle Solaris Cluster Data Services Planning and Administration Guide.

How to Upgrade to a New Version of HA for Siebel


Note - Before you perform this procedure, determine if your current HA for Siebel 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 HA for Siebel resources.


  1. On a cluster member, assume a role that provides solaris.cluster.modify RBAC authorization.
  2. Disable the Siebel gateway and Siebel server resources.
    # clresource disable sblgtwy-rs
    # clresource disable sblsrvr-rs

    Use the clresourcetype show command to determine the version of the registered resource type. The resource type registration (RTR) files for the SUNW.sblgtwy and SUNW.sblsrvr resource types are /opt/SUNWscsbl/gateway/etc/SUNW.sblgtwy and /opt/SUNWscsbl/sblsrvr/etc/SUNW.sblsrvr, respectively.

  3. Install the new version of HA for Siebel on each cluster node.

    For more information, see How to Install the HA for Siebel Packages.

  4. Migrate instances of the HA for Siebel resource types.
    • The following example shows how to modify the SUNW.sblgtwy resource named sblgtwy-rs:

      # clresource set -p Type_version=4.0 sblgtwy-rs

      The Type_version property of this resource is set to the value of a (hypothetical) newer release 4.0.

    • The following example shows how to modify the SUNW.sblsrvr resource named sblsrvr-rs:

      # clresource set -p Type_version=4.0 sblsrvr-rs

      The Type_version property of this resource is set to the value of a (hypothetical) newer release 4.0.