Skip to content

Commit cbbf121

Browse files
authored
Update quickstart-register-system-cli.md
Added the fullform of VM to virtual machine where required
1 parent 6463fe8 commit cbbf121

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This quickstart enables you to register an existing SAP system with *Azure Cente
2222
## Prerequisites for registering a system
2323
- Check that you're trying to register a [supported SAP system configuration](/azure/sap/center-sap-solutions/register-existing-system#supported-systems)
2424
- 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.
2626
- Use a [**Storage** service tag](../../virtual-network/service-tags-overview.md) to allow connectivity to any Azure storage account from the VMs.
2727
- 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.
2828
- 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
3535
- 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.
3636
- Make sure ASCS, Application Server and Database virtual machines of the SAP system are in **Running** state.
3737
- 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\
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 VMs: 'hostexecstart -start'
41+
- To start hostctrl sapstartsrv use this command for Linux Virtual Machines: 'hostexecstart -start'
4242
- 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.
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

0 commit comments

Comments
 (0)