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>
To change a resource property, use the following command:
# scrgadm –c –j <ingres_resource_name> –x <extension_property>=<value>
To turn on debugging:
"scgradm –c –j <ingres_resource_name> –x II_SCHA_TRACE=<path_to_debug_output>"
# scrgadm –c –j <ingres_resource_name> –x II_SCHA_TRACE=<0-9>
where:
0=none, 1=minimal, and 9=maximum.
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 "".
Follow these steps to remove the Ingres High Availability Option:
# scrgadm –F –g <ingres_resource_group>
# scswitch –n –j <ingres_resource_name>
# scrgadm –r –j <ingres_resource_name>
# scwitch –n –j <logical_hostname>
# scrgadm –r –j <logical_hostname>
# scrgadm –r –g <ingres_resource_group>
# 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.