When using Ingres in a cluster environment, it must be started and stopped through the cluster service.
If Ingres is shut down while under the control of the High Availability Option, the cluster service sees this as a failure and either tries to restart Ingres on the same node or fail over the service to the failover node.
To bring Ingres online in a cluster environment, use the following Sun Cluster command:
# scrgadm –Z –g <ingres_resource_group>
Note: Do not use the ingstart command to start Ingres in a cluster environment.
To bring Ingres offline, use the following Sun Cluster command:
# scrgadm –F –g <ingres_resource_group>
Note: Do not use the ingstop command to stop Ingres in a cluster environment.