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
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ author: kalyaninamuduri
15
15
The Azure CLI is used to create and manage Azure resources from the command line or in scripts.
16
16
17
17
[Azure Center for SAP solutions](overview.md) enables you to deploy and manage SAP systems on Azure. This article shows you how to register an existing SAP system running on Azure with *Azure Center for SAP solutions* using Az CLI. Alternatively, you can register systems using the Azure PowerShell or in the Azure portal.
18
-
After you register an SAP system with *Azure Center for SAP solutions*, you can use its visualization, management and monitoring capabilities through the Azure portal. For example, you can:
18
+
After you register an SAP system with *Azure Center for SAP solutions*, you can use its visualization, management, and monitoring capabilities through the Azure portal. For example, you can:
19
19
20
20
This quickstart enables you to register an existing SAP system with *Azure Center for SAP solutions*.
21
21
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'
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.
41
+
- To start hostctrl sapstartsrv, use this command for Linux Virtual Machines: 'hostexecstart -start'
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 Virtual Machines: C:\Program Files\SAP\hostctrl\exe\saphostexec –status
44
+
- For successful discovery and registration of the SAP system, ensure there's 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.
46
46
47
47
## Register SAP system
@@ -58,12 +58,14 @@ To register an existing SAP system in Azure Center for SAP solutions:
- **g** is used to specify the name of the existing Resource Group into which you want the Virtual Instance for SAP solutions resource to be deployed. It could be the same RG in which you have Compute, Storage resources of your SAP system or a different one.
63
-
- **n** parameter is used to specify the SAP System ID (SID) that you are registering with Azure Center for SAP solutions.
64
-
- **environment** parameter is used to specify the type of SAP environment you are registering. Valid values are *NonProd* and *Prod*.
65
-
- **sap-product** parameter is used to specify the type of SAP product you are registering. Valid values are *S4HANA*, *ECC*, *Other*.
66
-
- **managed-rg-name** parameter is used to specify the name of the managed resource group which is deployed by ACSS service in your Subscription. This RG is unique for each SAP system (SID) you register. If you do not specify the name, ACSS service sets a name with this naming convention 'mrg-{SID}-{random string}'.
64
+
- **n** parameter is used to specify the SAP System ID (SID) that you're registering with Azure Center for SAP solutions.
65
+
- **environment** parameter is used to specify the type of SAP environment you're registering. Valid values are *NonProd* and *Prod*.
66
+
- **sap-product** parameter is used to specify the type of SAP product you're registering. Valid values are *S4HANA*, *ECC*, *Other*.
67
+
- **managed-rg-name** parameter is used to specify the name of the managed resource group which is deployed by ACSS service in your Subscription. This RG is unique for each SAP system (SID) you register. If you don't specify the name, ACSS service sets a name with this naming convention 'mrg-{SID}-{random string}'.
68
+
- **managed-resources-network-access-type** specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account.
67
69
68
70
2. Once you trigger the registration process, you can view its status by getting the status of the Virtual Instance for SAP solutions resource that gets deployed as part of the registration process.
0 commit comments