Was this helpful?
Start and Stop Actian X in a Cluster Environment
When using Actian X in a cluster environment, it must be started and stopped through the Cluster Service.
If Actian X 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 Actian X on the same node or fail over the service to the failover node.
To bring Actian X online or take Actian X 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 Actian X 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 Actian X instance ID.
Last modified date: 12/14/2023