Skip to content

Commit 2540f7d

Browse files
authored
Update quickstart-register-system-cli.md
made changes in consistency and correctness
1 parent cbbf121 commit 2540f7d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/sap/center-sap-solutions/quickstart-register-system-cli.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: kalyaninamuduri
1515
The Azure CLI is used to create and manage Azure resources from the command line or in scripts.
1616

1717
[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:
1919

2020
This quickstart enables you to register an existing SAP system with *Azure Center for SAP solutions*.
2121

@@ -38,10 +38,10 @@ This quickstart enables you to register an existing SAP system with *Azure Cente
3838
- File path on Linux Virtual Machines: /usr/sap/hostctrl/exe
3939
- File path on Windows Virtual Machines: C:\Program Files\SAP\hostctrl\exe\
4040
- 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 Virtual Machines: 'hostexecstart -start'
42-
- To start instance sapstartsrv use the command: 'sapcontrol -nr 'instanceNr' -function StartService S0S'
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'
4343
- 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.
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.
4545
- On App server profile, SAPDBHOST, DBTYPE, DBID parameters must have the right values configured for the discovery and registration of Database instance details.
4646
4747
## Register SAP system
@@ -61,10 +61,10 @@ To register an existing SAP system in Azure Center for SAP solutions:
6161
--managed-resources-network-access-type <private/public> \
6262
```
6363
- **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.
64-
- **n** parameter is used to specify the SAP System ID (SID) that you are registering with Azure Center for SAP solutions.
65-
- **environment** parameter is used to specify the type of SAP environment you are registering. Valid values are *NonProd* and *Prod*.
66-
- **sap-product** parameter is used to specify the type of SAP product you are 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 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}'.
6868
- **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.
6969
7070
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

Comments
 (0)