Sun Cluster Data Service for Agfa IMPAX Guide for Solaris OS

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.

ProcedureHow to Enable Agfa IMPAX to Run in a Cluster

Steps
  1. Become superuser on one cluster node.

  2. Create a resource group for the IMPAX resource.


    # scrgadm -a -g impax-rg
    
    impax-rg

    The name of the resource group you are adding


    Note –

    You add the Oracle resources to this group. See Configuring Sun Cluster HA for Oracle to Support Sun 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 IMPAX service

  4. Add a logical host name resource to the resource group that you created in Step 2.


    # scrgadm -a -L -g impax-rg -l hostname
    
    impax-rg

    The resource group

    hostname

    A logical host name. use the IMPAX service name.

  5. Bring online the resource group that you created in Step 2.


    # scswitch -Z -g impax-rg