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-powershell.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This quickstart requires the Az PowerShell module version 1.0.0 or later. Run `G
41
41
- To start hostctrl sapstartsrv use this command for Linux VMs: 'hostexecstart -start'
42
42
- To start instance sapstartsrv use the command: 'sapcontrol -nr 'instanceNr' -function StartService S0S'
43
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.
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 VM. 'ping' for Database hostname must be successful from App server VM.
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
@@ -65,7 +65,7 @@ To register an existing SAP system in Azure Center for SAP solutions:
- **ResourceGroupName** 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.
68
-
- **Name** attribute is used to specify the SAP System ID (SID) that you are registering with Azure Center for SAP solutions.
68
+
- **Name** attribute is used to specify the SAP System ID (SID) that you're registering with Azure Center for SAP solutions.
69
69
- **Location** attribute is used to specify the Azure Center for SAP solutions service location. Following table has the mapping that enables you to choose the right service location based on where your SAP system infrastructure is located on Azure.
70
70
71
71
| **SAP application location** | **Azure Center for SAP solutions service location** |
@@ -98,9 +98,9 @@ To register an existing SAP system in Azure Center for SAP solutions:
98
98
| South Africa North | South Africa North |
99
99
| UAE North | UAE North |
100
100
101
-
- **Environment** is used to specify the type of SAP environment you are registering. Valid values are *NonProd* and *Prod*.
102
-
- **SapProduct** is used to specify the type of SAP product you are registering. Valid values are *S4HANA*, *ECC*, *Other*.
103
-
- **ManagedResourceGroupName** 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}'.
101
+
- **Environment** is used to specify the type of SAP environment you're registering. Valid values are *NonProd* and *Prod*.
102
+
- **SapProduct** is used to specify the type of SAP product you're registering. Valid values are *S4HANA*, *ECC*, *Other*.
103
+
- **ManagedResourceGroupName** 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}'.
104
104
- **ManagedRgStorageAccountName** is used to specify the name of the Storage Account which is deployed into the managed resource group. This storage account is unique for each SAP system (SID) you register. ACSS service sets a default name using '{SID}{random string}' naming convention.
105
105
106
106
3. 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