Previous Topic

Next Topic

Clear a Fault in a Resource Group

If the resource group has a fault, Ingres cannot start. To clear the failure, use the following Sun Cluster command:

# scswitch –c –h <host>–j <ingres_resource_name> –f STOP_FAILED

To make sure Ingres is shutdown, use the command:

# scrgadm –F –g <ingres_resource_group>

Previous Topic

Next Topic

Change a Resource Property

To change a resource property, use the following command:

# scrgadm –c –j <ingres_resource_name> –x <extension_property>=<value>

Previous Topic

Next Topic

Turn on Debugging and Tracing for the High Availability Option

To turn on debugging:

  1. Set the II_SCHA_TRACE level (0-9) and II_SCHA_LOG file name by following these steps:
  2. Set the debug out file name:

    "scgradm –c –j <ingres_resource_name> –x II_SCHA_TRACE=<path_to_debug_output>"

  3. Set the trace level using the following Sun Cluster command:

    # scrgadm –c –j <ingres_resource_name> –x II_SCHA_TRACE=<0-9>

    where:

    0=none, 1=minimal, and 9=maximum.

  4. Set the debug out file name:

    scgradm –c –j <ingres_resource_name>–x ll_SCHA_TRACE=<path_to_debug_output>

To turn off debugging, set the level to 0 and the path to "".

Previous Topic

Next Topic

Remove the High Availability Option

Follow these steps to remove the Ingres High Availability Option:

  1. Bring Ingres offline using the following Sun Cluster command:

    # scrgadm –F –g <ingres_resource_group>

  2. Disable the resource using the following Sun Cluster command:

    # scswitch –n –j <ingres_resource_name>

  3. Remove the resource using the following Sun Cluster command:

    # scrgadm –r –j <ingres_resource_name>

  4. Disable the logical host using the following Sun Cluster command:

    # scwitch –n –j <logical_hostname>

  5. Remove the logical host using the following Sun Cluster command:

    # scrgadm –r –j <logical_hostname>

  6. Remove the resource group using the following Sun Cluster command:

    # scrgadm –r –g <ingres_resource_group>

  7. Remove the resource type using the following Sun Cluster command:

    # scrgadm –r –t Ingres.ingres_server

    Note: Do not remove this file if a new Ingres High Availability Option resource group is to be created.


© 2007 Ingres Corporation. All rights reserved.