JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for SAP Guide     Oracle Solaris Cluster
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring Oracle Solaris Cluster HA for SAP

Oracle Solaris Cluster HA for SAP Overview

Installing and Configuring Oracle Solaris Cluster HA for SAP

Planning the Oracle Solaris Cluster HA for SAP Installation and Configuration

Configuration Restrictions

Configuration Requirements

Standard Data Service Configurations

Configuration Considerations

Failover and Scalable Applications

Scalable Applications

Configuration Planning Questions

Packages and Support

Upgrading Oracle Solaris Cluster HA for SAP

How to Upgrade a Resource Type or Convert a Failover Application Resource to a Scalable Application Resource

Preparing the Nodes and Disks

How to Prepare the Nodes

Installing and Configuring SAP and Database

How to Install SAP and the Database

How to Install and Enable an SAP Scalable Application Server

How to Enable Failover SAP Instances to Run in a Cluster

How to Configure an SAP J2EE Engine Cluster With Your Oracle Solaris Cluster Oracle Solaris Cluster HA for SAP With an Application Server

How to Configure an SAP J2EE Engine With Your Oracle Solaris Cluster Oracle Solaris Cluster HA for SAP With Central Instance

How to Configure an SAP Web Dispatcher With Your Oracle Solaris Cluster Oracle Solaris Cluster HA for SAP

Configuring Your Highly Available Database

Where to Go From Here

Verifying the SAP Installation

How to Verify SAP and the Database Installation With Central Instance

How to Verify an SAP Failover Application Server

Verifying an SAP Scalable Application Server

Where to Go From Here

Installing the Oracle Solaris Cluster HA for SAP Packages

How to Install the Oracle Solaris Cluster HA for SAP Packages

Setting Up SAP on Non-Global Zones for HAStoragePlus Configuration

How to Set Up SAP on Non-Global Zones for HAStoragePlus Configuration

Registering and Configuring Oracle Solaris Cluster HA for SAP

Oracle Solaris Cluster HA for SAP Extension Properties

Oracle Solaris Cluster HA for SAP Extension Properties for the Central Instance

Oracle Solaris Cluster HA for SAP Extension Properties for the Application Servers

How to Register and Configure Oracle Solaris Cluster HA for SAP With Central Instance

How to Register and Configure Oracle Solaris Cluster HA for SAP as a Failover Data Service

How to Register and Configure Oracle Solaris Cluster HA for SAP as a Scalable Data Service

Setting Up a Lock File

How to Set Up a Lock File for Central Instance or the Failover Application Server

How to Set Up a Lock File for Scalable Application Server

Verifying the Oracle Solaris Cluster HA for SAP Installation and Configuration

How to Verify Oracle Solaris Cluster HA for SAP Installation and Configuration and Central Instance

How to Verify the Installation and Configuration of Oracle Solaris Cluster HA for SAP as a Failover Data Service

How to Verify the Installation and Configuration of Oracle Solaris Cluster HA for SAP as a Scalable Data Service

Understanding Oracle Solaris Cluster HA for SAP Fault Monitor

Oracle Solaris Cluster HA for SAP Fault Probes for Central Instance

Oracle Solaris Cluster HA for SAP Fault Probes for Application Server

Index

Setting Up SAP on Non-Global Zones for HAStoragePlus Configuration

Use the following procedure to configure a HAStoragePlus resource for non-global zones.


Note -


How to Set Up SAP on Non-Global Zones for HAStoragePlus Configuration

  1. On any node in the cluster, become superuser or assume a role that provides solaris.cluster.modify RBAC authorization.
  2. Create the scalable resource group with non-global zones that contain the HAStoragePlus resource.
    # clresourcegroup create \
    -p Maximum_primaries=m \
    -p Desired_primaries=n \
    [-n node-zone-list] hasp-resource-group
    -p Maximum_primaries=m

    Specifies the maximum number of active primaries for the resource group.

    -p Desired_primaries=n

    Specifies the number of active primaries on which the resource group should attempt to start.

    -n node-zone-list

    In the node list of a HAStoragePlus resource group, specifies the list of nodename:zonename pairs as the node list of the HAStoragePlus resource group, where the SAP instances can come online.

    hasp-resource-group

    Specifies the name of the scalable resource group to be added. This name must begin with an ASCII character.

  3. Register the resource type for the HAStoragePlus resource.
    # clresourcetype register HAStoragePlus
  4. Create the HAStoragePlus resource hasp-resource and define the SAP filesystem mount points and global device paths.
    # clresource create -g hasp-resource-group -t SUNW.HAStoragePlus \
    -p GlobalDevicePaths=/dev/global/dsk/d5s2,dsk/d6 -p affinityon=false \
    -p FilesystemMountPoints=/sapmnt/JSC,/usr/sap/trans,/usr/sap/JSC hasp-resource
    -g hasp-resource-group

    Specifies the resource group name.

    GlobalDevicePaths

    Contains the following values:

    • Global device group names, such as sap-dg, dsk/d5

    • Paths to global devices, such as /dev/global/dsk/d5s2, /dev/md/sap-dg/dsk/d6

    FilesystemMountPoints

    Contains the following values:

    • Mount points of local or cluster file systems, such as /local/mirrlogA,/local/mirrlogB,/sapmnt/JSC,/usr/sap/JSC

    The HAStoragePlus resource is created in the enabled state.

  5. Register the resource type for the SAP application.
    # clresourcetype register resource-type
    resource-type

    Specifies the name of the resource type to be added. For more information, see the release notes for your release of Oracle Solaris Cluster.

  6. Create a SAP resource group.
    # clresourcegroup create [-n node-zone-list] -p 
    RG_affinities=++hastorageplus-rg resource-group-1
    resource-group-1

    Specifies the SAP services resource group.

  7. Add the SAP application resource to resource-group-1 and set the dependency to hastorageplus-1.
    # clresource create -g resource-group-1 -t SUNW.application \
    [-p "extension-property[{node-specifier}]"=value, ?] \
     -p Resource_dependencies_offline_restart=hastorageplus-1 resource
  8. Bring the failover resource group online.
    # clresourcegroup online resource-group-1