Was this helpful?
Start and Stop Ingres in a Cluster Environment
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 or take Ingres offline in a cluster environment use the Failover Cluster Manager or Windows Powershell cmdlets.
Note:  Do not use the ingstart or ingstop commands to start or stop Ingres in a cluster environment.
Using Failover Cluster Manager
Right-click the Ingres Service [ ID ] role in Cluster Core Resources and select the appropriate command: Bring Online or Take Offline.
Using Windows PowerShell cmdlets
To show cluster resources:
Get-ClusterResource
To take Ingres Service offline:
Stop-ClusterResource “Ingres Service [ ID ]”
To bring Ingres Service online:
Start-ClusterResource “Ingres Service [ ID ]”
where ID is the Ingres instance ID.
Last modified date: 01/30/2023