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
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ In this how-to guide, you'll learn how to register an existing SAP system with *
35
35
- 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.
36
36
- Allowlist the region-specific IP addresses for Azure Storage.
37
37
- Register the **Microsoft.Workloads** Resource Provider in the subscription where you have the SAP system.
38
-
- Check that your Azure account has **Azure Center for SAP solutions administrator** or equivalent role access on the subscription or resource groups where you have the SAP system resources.
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
41
- sapcontrol and saphostctrl exe files must exist in the path /usr/sap/hostctrl/exe on ASCS, App server and Database.
@@ -86,7 +86,7 @@ To provide permissions to the SAP system resources to a user-assigned managed id
86
86
87
87
To register an existing SAP system in Azure Center for SAP solutions:
88
88
89
-
1. Sign in to the [Azure portal](https://portal.azure.com). Make sure to sign in with an Azure account that has **Azure Center for SAP solutions administrator** role access to the subscription or resource groups where the SAP system exists. For more information, see the [resource permissions explanation](#enable-resource-permissions).
89
+
1. Sign in to the [Azure portal](https://portal.azure.com). Make sure to sign in with an Azure account that has **Azure Center for SAP solutions administrator**and **Managed Identity Operator**role access to the subscription or resource groups where the SAP system exists. For more information, see the [resource permissions explanation](#enable-resource-permissions).
90
90
1. Search for and select **Azure Center for SAP solutions** in the Azure portal's search bar.
91
91
1. On the **Azure Center for SAP solutions** page, select **Register an existing SAP system**.
92
92
@@ -148,16 +148,19 @@ This error happens when the Database identifier is incorrectly configured on the
148
148
1.[Register the SAP system](#register-sap-system) again.
149
149
150
150
### Error - Azure VM Agent not in desired provisioning state
151
-
This issue occurs when Azure VM agent's provisioning state is not as expected on the specified Virtual Machine. Expected state is **Ready**. Verify the agent status by checking the properties section in the VM overview page. To fix the VM Agent,
151
+
**Cause:** This issue occurs when Azure VM agent's provisioning state is not as expected on the specified Virtual Machine. Expected state is **Ready**. Verify the agent status by checking the properties section in the VM overview page.
152
+
153
+
**Solution:** To fix the Linux VM Agent,
152
154
1. Login to the VM using bastion or serial console.
153
-
1. If the VM agent exists and is not running, then restart the waagent.
155
+
2. If the VM agent exists and is not running, then restart the waagent.
154
156
- sudo systemctl status waagent.
155
-
- If the service is not running then restart this service. To restart use the following steps:
157
+
3. If the service is not running then restart this service. To restart use the following steps:
156
158
- sudo systemctl stop waagent
157
159
- sudo systemctl start waagent
158
-
- If this does not solve the issue, try updating the VM Agent using [this document](../../virtual-machines/extensions/update-linux-agent.md)
159
-
3. If the VM agent does not exist or needs to be re-installed, then follow [this documentation](../../virtual-machines/extensions/update-linux-agent.md).
160
+
4. If this does not solve the issue, try updating the VM Agent using [this document](../../virtual-machines/extensions/update-linux-agent.md)
161
+
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).
160
162
163
+
To fix the Windows VM Agent, follow [this documentation](../../virtual-machines/windows-azure-guest-agent.md).
0 commit comments