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

Document Information

Preface

1.  Installing and Configuring HA for SAP liveCache

HA for SAP liveCache Overview

Installing and Configuring HA for SAP liveCache

Planning the HA for SAP liveCache Installation and Configuration

Configuration Requirements

Standard Data Service Configurations

Configuration Considerations

Configuration Planning Questions

Preparing the Nodes and Disks

How to Prepare the Nodes

Installing and Configuring liveCache

How to Install and Configure liveCache

How to Enable liveCache to Run in a Cluster

Verifying the liveCache Installation and Configuration

How to Verify the liveCache Installation and Configuration

Installing the HA for SAP liveCache Packages

How to Install the HA for SAP liveCache Packages

Registering and Configuring the HA for SAP liveCache

Setting HA for SAP liveCache Extension Properties

How to Register and Configure HA for SAP liveCache

Verifying the HA for SAP liveCache Installation and Configuration

How to Verify the HA for SAP liveCache Installation and Configuration

Tuning HA for SAP liveCache Fault Monitors

Factors That Affect the Interval Between Fault Monitor Probes

Operations by the HA for SAP liveCache Fault Monitors During a Probe

Operations by the SAP liveCache Fault Monitor During a Probe

Operations by the SAP xserver Fault Monitor During a Probe

Faults Detected by the HA for SAP liveCache Fault Monitors

Faults Detected by the SAP liveCache Fault Monitor

Faults Detected by the SAP xserver Fault Monitor

Recovery Actions in Response to Detected Faults

Monitoring the Termination of liveCache by a User

Upgrading the SUNW.sap_xserver Resource Type

Information for Registering the New Resource Type Version

Information for Migrating Existing Instances of the Resource Type

A.  HA for SAP liveCache Extension Properties

Index

Verifying the HA for SAP liveCache Installation and Configuration

This section contains the procedure you need to verify that you installed and configured your data service correctly.

How to Verify the HA for SAP liveCache Installation and Configuration

Use this procedure to verify that you installed and configured HA for SAP liveCache correctly. You need the information in the following table to understand the various states of the liveCache database.

State
Description
OFFLINE
liveCache is not running.
COLD
liveCache is available for administrator tasks.
WARM
liveCache is online.
STOPPED INCORRECTLY
liveCache stopped incorrectly. This is also one of the interim states while liveCache starts or stops.
ERROR
Cannot determine the current state. This is also one of the interim states while liveCache starts or stops.
UNKNOWN
This is one of the interim states while liveCache starts or stops.
  1. Log on to the node or zone that hosts the resource group that contains the liveCache resource, and verify that the fault monitor functionality works correctly.
    1. Terminate liveCache abnormally by stopping all liveCache processes.

      Oracle Solaris Cluster software restarts liveCache.

      If you do not see this behavior, you might not have correctly performed Step 2 and Step 3 in How to Register and Configure HA for SAP liveCache.

      # ps -ef|grep sap|grep kernel
      # kill -9 livecache-processes
    2. Terminate liveCache by using the Stop liveCache button in LC10 or by running the lcinit command.

      Oracle Solaris Cluster software does not restart liveCache. However, the liveCache resource status message reflects that liveCache stopped outside of Oracle Solaris Cluster software through the use of the Stop liveCache button in LC10 or the lcinit command. The state of the liveCache resource is UNKNOWN. When the user successfully restarts liveCache by using the Start liveCache button in LC10 or the lcinit command, the HA for SAP liveCache Fault Monitor updates the resource state and status message to indicate that liveCache is running under the control of Oracle Solaris Cluster software.

      If you do not see this behavior, you might not have correctly performed Step 2 and Step 3 in How to Register and Configure HA for SAP liveCache.

  2. Log on to SAP APO by using your SAP GUI with user DDIC, and verify that liveCache starts correctly by using transaction LC10.
  3. As user root, switch the liveCache resource group to another node or zone.
    # clresourcegroup switch -n node2 livecache-resource-group
  4. Repeat Step 1 through Step 3 for each potential node or zone on which the liveCache resource can run.
  5. Log on to the nodes or zones that host the SAP xserver resource, and verify that the fault monitor functionality works correctly.

    Terminate SAP xserver abnormally by stopping all SAP xserver processes.

    # ps -ef|grep xserver
    # kill -9 xserver-process

    Verify that the SAP xserver agent restarts the SAP xserver.