SAP ASCS on Failover Cluster

jc apple 41 Reputation points
2022-04-01T10:24:19.683+00:00

Hi,

We have SAP ASCS implemented on Windows 2016 Failover Cluster. There are several VMs running SAP services (SID) on ASCS.

We noticed that when the VM is restarted (SAP services stopped) via Powershell script, the Role on the Failover Cluster shows "stopped" status. As such, the SAP services does not start.

Simply, what the Powershell script does is :

  1. stop SAP services
  2. restart server / VM
  3. restart SAP services

While step 1 & 2 works, step 3 fails due to the "stopped" role status in the failover cluster.

Is there a correct way of doing this via scripting? We notice that this does not happen when we do steps 1 - 3 manually.

Any help or advice is much appreciated.

Thanks in advance.

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
991 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 39,591 Reputation points
    2022-04-06T14:47:31.907+00:00

    Hi @jc apple

    As you have stated that the process stops at step 3 I would suggest you check your Failover Clustering system log events.

    These events all share the event source of FailoverClustering and can be helpful when troubleshooting a cluster.

    Failover Clustering system logs events
    https://learn.microsoft.com/en-us/windows-server/failover-clustering/system-events

    Once you identify the ID then you can troubleshoot it from here https://learn.microsoft.com/en-us/windows-server/troubleshoot/troubleshooting-cluster-event-id-1135

    Even though when you try to use a script to do this unless you find the source that stops the process even the script cannot help you out here.

    Hope this resolves your Query!!

    --
    --If the reply is helpful, please Upvote and Accept it as an answe

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. jc apple 41 Reputation points
    2022-04-11T01:49:55.617+00:00

    Thanks LimitlessTechnology-2700 for the help and advice.

    Will check out the failover logs.

    Thanks once again for the help. Appreciate it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.