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

Enabling Agfa IMPAX to Run in a Cluster

Before you begin, contact your Agfa consultant to install the Agfa IMPAX application. Your consultant installs and configures Oracle at the same time as installing the IMPAX software.

How to Enable Agfa IMPAX to Run in a Cluster

  1. Become superuser on one cluster node.
  2. Create a resource group for the Agfa IMPAX resource.
    # clresourcegroup create impax-rg
    impax-rg

    The name of the resource group you are adding


    Note - You add the Oracle resources to this group. See Configuring Oracle Solaris Cluster HA for Oracle to Support Oracle Solaris Cluster HA for Agfa IMPAX for more information.


  3. If necessary, add an entry to /etc/hosts for each node on which Agfa IMPAX can run.
    # Echo "address host" >>/etc/hosts
    address

    The IP address of the node

    host

    The host name, which is the name of the Agfa IMPAX service

  4. Add a logical host name resource to the resource group that you created in Step 2.
    # clreslogicalhostname create -g impax-rg -h hostname
    impax-rg

    The resource group

    hostname

    A logical host name. Use the Agfa IMPAX service name.

  5. Bring online the resource group that you created in Step 2.
    # clresourcegroup online impax-rg