Sun Cluster Data Service for Siebel Guide for Solaris OS

ProcedureHow to Register and Configure Sun Cluster HA for Siebel as a Failover Data Service

Use this procedure to configure Sun Cluster HA for Siebel as a failover data service. This procedure assumes that the data service packages are already installed. If the Sun Cluster HA for Siebel packages are not already installed, see Installing the Sun Cluster HA for Siebel Packages to install the packages. Otherwise, use this procedure to configure the Sun Cluster HA for Siebel.

  1. On one of the nodes in the cluster that hosts the application server become superuser or assume a role that provides solaris.cluster.modify and solaris.cluster.admin RBAC authorizations.

  2. Register the resource type for the Siebel gateway.


    # clresourcetype register SUNW.sblgtwy
    
  3. Create a failover resource group to hold the logical hostname and the Siebel gateway resources.


    Note –

    If you have already created a resource group, added the logical hostname resource, and brought the resource group online when you completed the How to Prepare the Nodes procedure, you may skip to Step 6.



    # clresourcegroup create [-n node] gateway-rg
    
    -n node

    Specifies the node name that can master this resource group.

    gateway-rg

    Specifies your choice of the name of the failover resource group to add. This name must begin with an ASCII character.

  4. Add the logical hostname resource.

    Ensure that logical hostname matches the value of the SIEBEL_GATEWAY environment variable that is set in the siebenv.sh file of the Siebel gateway, and also the Siebel server installations.


    # clreslogicalhostname create -g gateway-rg logical_host
    
    logical_host

    Specifies an optional resource name of your choice.

  5. Bring the resource group online.


    # clresourcegroup online -M gateway-rg
    
  6. Verify that siebenv.sh file exists under gateway_root.

    The owner of this file launches the Siebel gateway server when the Siebel gateway resource is brought online.

  7. Create the Siebel gateway resource.


    # clresource create -g gateway-rg \
    -t SUNW.sblgtwy  \
    -p Confdir_list=gateway_root sblgtwy-rs
    
    -t SUNW.sblgtwy

    Specifies the name of the resource type for the resource.

    -p Confdir_list

    Specifies the path name to the Siebel server root directory.

    sblgtwy-rs

    Specifies your choice of the name of the resource to add.

    The resource is created in the enabled state.

  8. Verify that the Siebel resource group and the Siebel gateway resource are online by using cluster status -t resourcegroup,resource and ps —ef.