Skip to content

Commit 8f59758

Browse files
Update register-existing-system.md
1 parent d9307d3 commit 8f59758

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this how-to guide, you'll learn how to register an existing SAP system with *
3535
- 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.
3636
- Allowlist the region-specific IP addresses for Azure Storage.
3737
- 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.
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.
4141
- 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
8686

8787
To register an existing SAP system in Azure Center for SAP solutions:
8888

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).
9090
1. Search for and select **Azure Center for SAP solutions** in the Azure portal's search bar.
9191
1. On the **Azure Center for SAP solutions** page, select **Register an existing SAP system**.
9292

@@ -148,16 +148,19 @@ This error happens when the Database identifier is incorrectly configured on the
148148
1. [Register the SAP system](#register-sap-system) again.
149149

150150
### 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,
152154
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.
154156
- 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:
156158
- sudo systemctl stop waagent
157159
- 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).
160162

163+
To fix the Windows VM Agent, follow [this documentation](../../virtual-machines/windows-azure-guest-agent.md).
161164

162165
## Next steps
163166

0 commit comments

Comments
 (0)