Skip to content

Commit 844aad9

Browse files
Merge pull request #232160 from kalyaninamuduri/patch-39
Update register-existing-system.md
2 parents 13aa1dd + 0777480 commit 844aad9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

articles/sap/center-sap-solutions/register-existing-system.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ In this how-to guide, you'll learn how to register an existing SAP system with *
3838
- 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.
3939
- 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.
4040
- 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\
4244
- 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'
4446
- 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
4548
- 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.
4649
- On App server profile, SAPDBHOST, DBTYPE, DBID parameters must have the right values configured for the discovery and registration of Database instance details.
4750

@@ -123,25 +126,25 @@ This error happens when the Database identifier is incorrectly configured on the
123126

124127
1. Stop the Application Server instance:
125128

126-
`sapcontrol -nr -function Stop`
129+
`sapcontrol -nr <instance number> -function Stop`
127130

128131
1. Stop the ASCS instance:
129132

130-
`sapcontrol -nr -function Stop`
133+
`sapcontrol -nr <instance number> -function Stop`
131134

132135
1. Open the Application Server profile.
133136

134137
1. Add the profile parameter for the HANA Database:
135138

136-
`rsdb/dbid = HanaDbSid`
139+
`rsdb/dbid = <SID of HANA Database>`
137140

138141
1. Restart the Application Server instance:
139142

140-
`sapcontrol -nr -function Start`
143+
`sapcontrol -nr <instance number> -function Start`
141144

142145
1. Restart the ASCS instance:
143146

144-
`sapcontrol -nr -function Start`
147+
`sapcontrol -nr <instance number> -function Start`
145148

146149
1. Delete the VIS resource whose registration failed.
147150

@@ -160,7 +163,7 @@ This error happens when the Database identifier is incorrectly configured on the
160163
4. If this does not solve the issue, try updating the VM Agent using [this document](../../virtual-machines/extensions/update-linux-agent.md)
161164
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).
162165

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).
164167

165168
## Next steps
166169

0 commit comments

Comments
 (0)