Previous Topic

Next Topic

Resource Registration

Once the data service is installed on all nodes in the cluster, the resource must be registered. All administration must be done as a super user, normally the "root" user.

During the installation of the Ingres High Availability Option, the resource type (Ingres.ingres_server) for the data service is automatically registered.

Previous Topic

Next Topic

Register the Ingres High Availability Option Resource

If the resource type is not registered, use the following command to register it:

# scrgadm –a –t Ingres.ingres_server –f /opt/Ingres/IngresSCAgent/etc/Ingres.ingres_server

where:

Previous Topic

Next Topic

Configure Ingres High Availability Option

After the Ingres High Availability Option package has been installed, perform these steps:

  1. Become the super user on a cluster node by using the following command:

    % su

  2. Create a failover resource group to hold the network and application resources by using the following command:

    # scrgadm –a –g <resource-group> [-h nodelist]

    where:

  3. Create a Logical Hostname resource in the group using the following command:

    # scrgadm –a –L –g <resource-group> -l <logical-hostname>

    where:

  4. Create an Ingres resource in the group by using the following Sun Cluster administration command:

    # scrgadm –a –j <resource-name> -g <resource-group> \

    -t Ingres.ingres_server \

    -x II_SYSTEM=<$II_SYSTEM> \

    –x II_OWNER=<ingres> \

    –x II_HOSTNAME=<logical_host> \

    [-x User=<user> -x Pword=<password> \

    -x Database=<database>] \

    [-x EnvFile=<environmentfile>] \

    [-x II_SCHA_TRACE=<level> –x II_SCHA_LOG=<filename>]

    where:

  5. Bring the resource group online by using the following command:

    # scrgadm –Z -g <resource-group>

  6. Verify that the Ingres High Availability Option resource has come online on one node of the cluster by using the following command:

    # scstat -g


© 2007 Ingres Corporation. All rights reserved.