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/register-existing-system.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,13 @@ In this how-to guide, you'll learn how to register an existing SAP system with *
38
38
- Check that your Azure account has **Azure Center for SAP solutions administrator** and **Managed Identity Operator** or equivalent role access on the subscription or resource groups where you have the SAP system resources.
39
39
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** and **Tag Contributor** role access on the Compute resource group and **Reader** and **Tag Contributor** role access on the 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.
40
40
- Make sure ASCS, Application Server and Database virtual machines of the SAP system are in **Running** state.
41
-
- sapcontrol and saphostctrl exe files must exist in the path /usr/sap/hostctrl/exe on ASCS, App server and Database.
41
+
- sapcontrol and saphostctrl exe files must exist on ASCS, App server and Database.
42
+
- File path on Linux VMs: /usr/sap/hostctrl/exe
43
+
- File path on Windows VMs: C:\Program Files\SAP\hostctrl\exe\
42
44
- Make sure the **sapstartsrv** process is running on all **SAP instances** and for **SAP hostctrl agent** on all the VMs in the SAP system.
43
-
- To start hostctrl sapstartsrv use the command: 'hostexecstart -start'
45
+
- To start hostctrl sapstartsrv use this command for Linux VMs: 'hostexecstart -start'
44
46
- To start instance sapstartsrv use the command: 'sapcontrol -nr 'instanceNr' -function StartService S0S'
47
+
- To check status of hostctrl sapstartsrv use this command for Windows VMs: C:\Program Files\SAP\hostctrl\exe\saphostexec –status
45
48
- 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.
46
49
- On App server profile, SAPDBHOST, DBTYPE, DBID parameters must have the right values configured for the discovery and registration of Database instance details.
47
50
@@ -123,25 +126,25 @@ This error happens when the Database identifier is incorrectly configured on the
123
126
124
127
1. Stop the Application Server instance:
125
128
126
-
`sapcontrol -nr -function Stop`
129
+
`sapcontrol -nr <instance number> -function Stop`
127
130
128
131
1. Stop the ASCS instance:
129
132
130
-
`sapcontrol -nr -function Stop`
133
+
`sapcontrol -nr <instance number> -function Stop`
131
134
132
135
1. Open the Application Server profile.
133
136
134
137
1. Add the profile parameter for the HANA Database:
1. Delete the VIS resource whose registration failed.
147
150
@@ -160,7 +163,7 @@ This error happens when the Database identifier is incorrectly configured on the
160
163
4. If this does not solve the issue, try updating the VM Agent using [this document](../../virtual-machines/extensions/update-linux-agent.md)
161
164
5. If the VM agent does not exist or needs to be re-installed, then follow [this documentation](../../virtual-machines/extensions/update-linux-agent.md).
162
165
163
-
To fix the Windows VM Agent, follow [Troubleshooting Azure Windows VM Agent](/troubleshoot/azure/virtual-machines/windows-azure-guest-agent.md).
166
+
To fix the Windows VM Agent, follow [Troubleshooting Azure Windows VM Agent](/troubleshoot/azure/virtual-machines/windows-azure-guest-agent).
0 commit comments