Go to main content

Oracle® Solaris Cluster Data Service for Oracle Essbase Server Guide

Exit Print View

Updated: September 2015, E57599–01
 
 

Verifying the Oracle Essbase Server Installation and Configuration

This section contains the procedure to verify the Oracle Essbase Server installation and configuration.

How to Verify the Oracle Essbase Server Installation and Configuration for Failover Services

Use this procedure to verify the Oracle Essbase Server installation and configuration. This procedure does not verify that your application is highly available because you have not yet installed the data service.

  1. Verify that the logicalhost-1 configured in oracle-essbase-server-rg is online on node1.
  2. If you are using a database, verify that the database is running.
  3. Verify the status of the Oracle Essbase Server.
    # su - essbase
    $ cd Instance_bin_dir    
    $ ./opmnctl status

    where Instance_bin_dir is the instance directory of Oracle Essbase Server that contains the opmnctl utility.

  4. Stop the Oracle Essbase Server.
    # su - essbase -c "opmnctl stopproc ias-component=EssbaseInstanceName"

    where EssbaseInstanceName is the name of the Oracle Essbase Server Instance for which the resource is configured. By default, the value of EssbaseInstanceName is Essbase1.

  5. Switch the Oracle Essbase resource group to another cluster member.
    # /usr/cluster/bin/clresourcegroup switch -n node oracle-essbase-server-rg
  6. Repeat all steps until you have tested all the potential nodes where the Oracle Essbase Server can run.

    If the clients can successfully connect to the Oracle Essbase Server on each of the potential master nodes, you have successfully configured theOracle Essbase Server to work with the HA for Enterprise Server.