JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Agfa IMPAX Guide SPARC Platform Edition
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring Oracle Solaris Cluster HA for Agfa IMPAX

Oracle Solaris Cluster HA for Agfa IMPAX Overview

Overview of Installing and Configuring Oracle Solaris Cluster HA for Agfa IMPAX

Planning the Oracle Solaris Cluster HA for Agfa IMPAX Installation and Configuration

Configuration Restrictions

Configuration Requirements

Installation Requirements

Dependency on Oracle Solaris Cluster HA for Oracle

Additional Libraries

Configuration Planning Questions

Enabling Agfa IMPAX to Run in a Cluster

How to Enable Agfa IMPAX to Run in a Cluster

Installing the Oracle Solaris Cluster HA for Agfa IMPAX Packages

How to Install the Oracle Solaris Cluster HA for Agfa IMPAX Packages

Configuring Oracle Solaris Cluster HA for Oracle to Support Oracle Solaris Cluster HA for Agfa IMPAX

Registering and Configuring Oracle Solaris Cluster HA for Agfa IMPAX

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

Verifying the Oracle Solaris Cluster HA for Agfa IMPAX Installation and Configuration

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

Index

Registering and Configuring Oracle Solaris Cluster HA for Agfa IMPAX

To enable Oracle Solaris Cluster HA for Agfa IMPAX to make Agfa IMPAX highly available, configure the Oracle Solaris Cluster HA for Agfa IMPAX data service as a failover data service.

Before you perform this procedure, ensure that the Oracle Solaris Cluster HA for Agfa IMPAX data service packages are installed. Perform all the steps in Installing the Oracle Solaris Cluster HA for Agfa IMPAX Packages.

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

  1. Add an impaxscripts resource.

    This resource enables Oracle Solaris Cluster to perform certain tasks before Oracle starts and to clean up afterward if necessary.

    1. Edit the registration configuration file, /opt/SUNWscpax/impaxscripts/util/impaxscripts_config and change the resource and resource group names according to your configuration.

      The following list shows the contents of the impaxscripts_config file. If the contents are appropriate for your configuration, you can use the default values for RS and RG.

      # These parameters can be customized in (key=value) form
          #
          #        RS - name of the resource for the application
          #        RG - name of the resource group containing RS
          #      PORT - name of the port number
          #        LH - name of the LogicalHostname SC resource
          #    HAS_RS - name of the HAStoragePlus SC resource
          #
          RS=impaxscripts-rs
          RG=impax-rg
          PORT=
          LH=
          HAS_RS=
    2. Verify that the /opt/SUNWscpax/impaxscripts/etc/config configuration file contains the correct variable settings.

      These variables are provided by the Agfa IMPAX installation. They should read as follows:

      USERID=mvf
      # default userid for impax installations
      CLEANKILL="/usr/mvf/bin/sun_cluster_impax_kill"
      ORACLEPRE="/usr/mvf/bin/sun_cluster_oracle_prestart"
    3. Create the resource and register it in the cluster by gaining root access and using the impaxscripts_register utility.
      # /opt/SUNWscpax/impaxscripts/util/impaxscripts_register

      If this utility fails, return to Step b and verify that the configuration file is correct.

  2. Register the SUNW.gds resource type.
    # clresourcetype register SUNW.gds
  3. Register the SUNW.HAStoragePlus resource type.
    # clresourcetype register SUNW.HAStoragePlus 
  4. Create an HAStoragePlus resource for the file system on which the database files reside.
    # clresource create -g impax-rg -t SUNW.HAStoragePlus  \
    -x FileSystemMountPoints=/dbase, /cache1 ora-ds
  5. To optimize the data path, manage the global file system in the same manner as you manage the disk groups.

    This approach makes the system local to the base services, although the files are available on both nodes.

    # clresource create -g impax-rg -t SUNW.HAStoragPlus -x \ FileSystemMountPoints=/global/export
  6. Edit the /opt/SUNWscpax/impaxapp/util/impax_config file to match the following:
    • Your configuration

    • The name of your resource group, as specified in Step 1

    • Your dependencies

  7. Register the resource in the cluster framework by using the impax_register utility.
    # /opt/SUNWscpax/impaxapp/util/impax_register