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/quickstart-register-system-cli.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This quickstart enables you to register an existing SAP system with *Azure Cente
22
22
## Prerequisites for registering a system
23
23
- Check that you're trying to register a [supported SAP system configuration](/azure/sap/center-sap-solutions/register-existing-system#supported-systems)
24
24
- Grant access to Azure Storage accounts from the virtual network where the SAP system exists. Use one of these options:
25
-
- Allow outbound internet connectivity for the VMs.
25
+
- Allow outbound internet connectivity for the Virtual Machines.
26
26
- Use a [**Storage** service tag](../../virtual-network/service-tags-overview.md) to allow connectivity to any Azure storage account from the VMs.
27
27
- Use a [**Storage** service tag with regional scope](../../virtual-network/service-tags-overview.md) to allow storage account connectivity to the Azure storage accounts in the same region as the VMs.
28
28
- Allowlist the region-specific IP addresses for Azure Storage.
@@ -35,13 +35,13 @@ This quickstart enables you to register an existing SAP system with *Azure Cente
35
35
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Compute resource group and **Reader** role access on the Virtual Network resource group of the SAP system. Azure Center for SAP solutions service uses this identity to discover your SAP system resources and register the system as a VIS resource.
36
36
- Make sure ASCS, Application Server and Database virtual machines of the SAP system are in **Running** state.
37
37
- sapcontrol and saphostctrl exe files must exist on ASCS, App server and Database.
38
-
- File path on Linux VMs: /usr/sap/hostctrl/exe
39
-
- File path on Windows VMs: C:\Program Files\SAP\hostctrl\exe\
38
+
- File path on Linux Virtual Machines: /usr/sap/hostctrl/exe
39
+
- File path on Windows Virtual Machines: C:\Program Files\SAP\hostctrl\exe\
40
40
- Make sure the **sapstartsrv** process is running on all **SAP instances** and for **SAP hostctrl agent** on all the VMs in the SAP system.
41
-
- To start hostctrl sapstartsrv use this command for Linux VMs: 'hostexecstart -start'
41
+
- To start hostctrl sapstartsrv use this command for Linux Virtual Machines: 'hostexecstart -start'
42
42
- To start instance sapstartsrv use the command: 'sapcontrol -nr 'instanceNr' -function StartService S0S'
43
-
- To check status of hostctrl sapstartsrv use this command for Windows VMs: C:\Program Files\SAP\hostctrl\exe\saphostexec –status
44
-
- For successful discovery and registration of the SAP system, ensure there is network connectivity between ASCS, App and DB VMs. 'ping' command for App instance hostname must be successful from ASCS VM. 'ping' for Database hostname must be successful from App server VM.
43
+
- To check status of hostctrl sapstartsrv use this command for Windows Virtual Machines: C:\Program Files\SAP\hostctrl\exe\saphostexec –status
44
+
- For successful discovery and registration of the SAP system, ensure there is network connectivity between ASCS, App and DB VMs. 'ping' command for App instance hostname must be successful from ASCS Virtual Machine. 'ping' for Database hostname must be successful from App server Virtual Machine.
45
45
- On App server profile, SAPDBHOST, DBTYPE, DBID parameters must have the right values configured for the discovery and registration of Database instance details.
0 commit comments