You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/center-sap-solutions/start-stop-sap-systems.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,10 @@ In this how-to guide, you'll learn to start and stop your SAP systems through th
18
18
19
19
Through the Azure portal, you can start and stop:
20
20
21
-
- Application tier instances, which include ABAP SAP Central Services (ASCS) and Application Server instances. You can start and stop instances in the following types of deployments:
21
+
- Entire SAP Application tier in one go, which include ABAP SAP Central Services (ASCS) and Application Server instances.
22
+
- Individual SAP instances, which include Central Services and Application server instances.
23
+
- HANA Database
24
+
- You can start and stop instances in the following types of deployments:
22
25
- Single-Server
23
26
- High Availability (HA)
24
27
- Distributed Non-HA
@@ -28,9 +31,17 @@ Through the Azure portal, you can start and stop:
28
31
## Prerequisites
29
32
30
33
- An SAP system that you've [created in Azure Center for SAP solutions](prepare-network.md) or [registered with Azure Center for SAP solutions](register-existing-system.md).
31
-
- For the start operation to work, all virtual machines (VMs) inside the SAP system must be running. This capability starts or stops the SAP application instances, not the VMs that make up the SAP system resources.
34
+
- For the start operation to work, the underlying virtual machines (VMs) of the SAP instances must be running. This capability starts or stops the SAP application instances, not the VMs that make up the SAP system resources.
32
35
- The `sapstartsrv` service must be running on all VMs related to the SAP system.
33
36
- For HA deployments, the HA interface cluster connector for SAP (`sap_vendor_cluster_connector`) must be installed on the ASCS instance. For more information, see the [SUSE connector specifications](https://www.suse.com/c/sap-netweaver-suse-cluster-integration-new-sap_suse_cluster_connector-version-3-0-0/) and [RHEL connector specifications](https://access.redhat.com/solutions/3606101).
37
+
- For HANA Database, Stop operation is initiated only when the cluster maintenance mode is in **Disabled** status. Similarly, Start operation is initiated only when the cluster maintenance mode is in **Enabled** status.
38
+
39
+
## Supported scenarios
40
+
The following scenarios are supported when Starting and Stopping SAP systems:
41
+
42
+
- Stopping and Starting SAP system or individual instances from the VIS resource only stops or starts the SAP application. The underlying VMs are **not** stopped or started.
43
+
- Stopping a highly available SAP system from the VIS resource gracefully stops the SAP instances in the right order and does not result in a failover of Central Services instance.
44
+
- Stopping the HANA Database from the VIS resource results in the entire HANA instance to be stopped. In case of HANA MDC with multiple tenant DBs, the entire instance is stopped and not the specific Tenant DB.
0 commit comments