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/monitor/enable-sap-insights.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: akarshprabhu
5
5
ms.service: sap-on-azure
6
6
ms.subservice: sap-monitor
7
7
ms.topic: how-to
8
-
ms.date: 05/10/2023
8
+
ms.date: 08/21/2024
9
9
ms.author: akak
10
10
#Customer intent: I am an SAP BASIS or cloud infrastructure team member, I want to enable SAP Insights on my Azure monitor for SAP Instance.
11
11
---
@@ -14,7 +14,7 @@ ms.author: akak
14
14
15
15
[!INCLUDE [Azure Monitor for SAP solutions public preview notice](./includes/preview-sap-insights.md)]
16
16
17
-
The Insights capability in Azure Monitor for SAP Solutions helps you troubleshoot Availability and Performance issues on your SAP workloads. It helps you correlate key SAP components issues with SAP logs, Azure platform metrics and health events.
17
+
The Insights capability in Azure Monitor for SAP Solutions helps you troubleshoot Availability and Performance issues on your SAP workloads. It helps you correlate key SAP components issues with SAP logs, Azure platform metrics, and health events.
18
18
In this how-to-guide, learn to enable Insights in Azure Monitor for SAP solutions. You can use SAP Insights with only the latest version of the service, *Azure Monitor for SAP solutions* and not *Azure Monitor for SAP solutions (classic)*
19
19
20
20
> [!NOTE]
@@ -65,7 +65,7 @@ cd <script_path>
65
65
```PowerShell
66
66
$armId = "<AMS ARM ID>"
67
67
```
68
-
7. If the VMs belong to a different subscription than AMS, set the list of subscriptions in which VMs of the SAP system are present (use subscription IDs):
68
+
7. If the virtual machines (VMs) belong to a different subscription than AMS, set the list of subscriptions in which VMs of the SAP system are present (use subscription IDs):
69
69
```PowerShell
70
70
$subscriptions = "<Subscription ID 1>","<Subscription ID 2>"
71
71
```
@@ -98,7 +98,7 @@ This capability helps you get an overview regarding availability of your SAP sys
98
98
#### Steps to use availability insights
99
99
1. Open the AMS instance of your choice and visit the insights tab under Monitoring on the left navigation pane.
100
100
:::image type="content" source="./media/enable-sap-insights/visit-insights-tab.png" alt-text="Screenshot that shows the landing page of Insights on AMS.":::
101
-
1. If you completed all [the steps mentioned](#steps-to-enable-insights-in-azure-monitor-for-sap-solutions), you should see the above screen asking for context to be set up. You can set the Time range, SID and the provider (optional, All selected by default).
101
+
1. If you completed all [the steps mentioned](#steps-to-enable-insights-in-azure-monitor-for-sap-solutions), you should see the screen shown in step 1 asking for context to be set up. You can set the Time range, SID, and the provider (optional, All selected by default).
102
102
1. On the top, you're able to see all the fired alerts related to SAP system and instance availability on this screen.
103
103
:::image type="content" source="./media/enable-sap-insights/availability-overview.png" alt-text="Screenshot of the overview page of availability insights.":::
104
104
1. If you're able to see SAP system availability trend, categorized by VM - SAP process list. If you selected a fired alert in the previous step, you're able to see these trends in context with the fired alert. If not, these trends respect the time range you set on the main Time range filter.
@@ -108,7 +108,7 @@ This capability helps you get an overview regarding availability of your SAP sys
108
108
It has two categories of insights:
109
109
* Azure platform: VM health events filtered by the time range set, either by the workbook filter or the selected alert. This pane also consists of VM availability metric trend for the chosen VM.
110
110
:::image type="content" source="./media/enable-sap-insights/availability-vm-health.png" alt-text="Screenshot of the VM health events of availability insights.":::
111
-
* SAP Application: Process availability and contextual insights on the process like error messages (SM21), Lock entries (SM12) and Canceled jobs (SM37) which can help you find issues that might exist in parallel in the system, at the point in time.
111
+
* SAP Application: Process availability and contextual insights on the process like error messages (SM21), Lock entries (SM12), and Canceled jobs (SM37) which can help you find issues that might exist in parallel in the system, at the point in time.
112
112
113
113
### Performance Insights
114
114
This capability helps you get an overview regarding performance of your SAP system in one place. You can also correlate key SAP performance issues with related SAP application logs alongside Azure platform utilization metrics and SAP workload configuration drifts easing the overall root-causing process.
@@ -134,7 +134,7 @@ This capability helps you get an overview regarding performance of your SAP syst
134
134
135
135
#### Scope of the preview
136
136
We have insights only for a limited set of issues as part of the preview. We extend this capability to most of the issues supported by AMS alerts before this capability is Generally Available(GA).
137
-
* Availability insights let you detect and troubleshoot unavailability of Netweaver system, instance and HANA DB.
137
+
* Availability insights let you detect and troubleshoot unavailability of Netweaver system, instance, and HANA DB.
138
138
* Performance insights are provided for NetWeaver metrics - High response time(ST03) and Long running batch jobs.
0 commit comments