Skip to content

Commit 49b1841

Browse files
authored
Merge pull request #142909 from NitVijay/patch-4
Update azure-monitor-providers.md
2 parents ec42341 + 9d33ff3 commit 49b1841

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

articles/virtual-machines/workloads/sap/azure-monitor-providers.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If customers don't configure any providers at the time of deploying SAP monitor
3939
Customers can configure one or more providers of provider type *SAP HANA* to enable data collection from SAP HANA database. The SAP HANA provider connects to the SAP HANA database over SQL port, pulls telemetry data from the database, and pushes it to the Log Analytics workspace in the customer subscription. The SAP HANA provider collects data every 1 minute from the SAP HANA database.
4040

4141
In public preview, customers can expect to see the following data with SAP HANA provider: Underlying infrastructure utilization, SAP HANA Host status, SAP HANA System Replication, and SAP HANA Backup telemetry data.
42-
To configure SAP HANA provider, Host IP address, HANA SQL port number, and SYSTEMDB username and password are required. Customers are recommended to configure SAP HANA provider against SYSTEMDB, however additional providers can be configured against other database tenants.
42+
To configure SAP HANA provider, Host IP address, HANA SQL port number, and SYSTEMDB username and password are required. Customers are recommended to configure SAP HANA provider against SYSTEMDB, however more providers can be configured against other database tenants.
4343

4444
![Azure Monitor for SAP solutions providers - SAP HANA](./media/azure-monitor-sap/azure-monitor-providers-hana.png)
4545

@@ -66,18 +66,46 @@ To configure a High-availability cluster provider, two primary steps are involve
6666
To configure the High-availability cluster provider, the following information is required:
6767

6868
- **Name**. A name for this provider. It should be unique for this Azure Monitor for SAP solutions instance.
69-
- **Prometheus Endpoint**. Usually http\://\<servername or ip address\>:9664/metrics.
69+
- **Prometheus Endpoint**. http\://\<servername or ip address\>:9664/metrics.
7070
- **SID**. For SAP systems, use the SAP SID. For other systems (for example, NFS clusters), use a three-character name for the cluster. The SID must be distinct from other clusters that are monitored.
7171
- **Cluster name**. The cluster name used when creating the cluster. The cluster name can be found in the cluster property `cluster-name`.
7272
- **Hostname**. The Linux hostname of the VM.
7373

74+
75+
## Provider type OS (Linux)
76+
Customers can configure one or more providers of provider type OS (Linux) to enable data collection from BareMetal or VM Node. The OS (Linux) provider connects to BareMetal or VM Nodes, using [Node_Exporter](https://github.com/prometheus/node_exporter) endpoint, pulls telemetry data from the Nodes and pushes it to Log Analytics workspace in the customer subscription. OS (Linux) provider collects data every 60 seconds for most of the metrics from Nodes.
77+
78+
In Public preview, customers can expect to see the following data with OS (Linux) provider:
79+
- CPU Usage, CPU Usage by Process
80+
- Disk Utilization, I/O Read & Write
81+
- Memory Distribution, Memory Usage, Swap Memory Usage
82+
- Network Usage, Network Inbound & outbound Traffic Details.
83+
84+
To configure an OS (Linux) provider, two primary steps are involved:
85+
1. Install [Node_Exporter](https://github.com/prometheus/node_exporter) on each BareMetal or VM Nodes.
86+
You have two options for installing [Node_exporter](https://github.com/prometheus/node_exporter):
87+
- For Automation installation with Ansible use [Node_Exporter](https://github.com/prometheus/node_exporter) on each BareMetal or VM Nodes to install OS (Linux) Provider.
88+
- Do a [manual installation](https://prometheus.io/docs/guides/node-exporter/).
89+
90+
2. Configure a OS (Linux) Provider for each BareMetal or VM Node Instance in your environment.
91+
To configure the OS (Linux) Provider, the following information is required:
92+
- Name. A name for this provider. It should be unique for this Azure Monitor for SAP solutions instance.
93+
- Node Exporter Endpoint. Usually http://<servername or ip address>:9100/metrics
94+
95+
> [!NOTE]
96+
> 9100 is a Port Exposed for Node_Exporter Endpoint.
97+
98+
> [!Warning]
99+
> Ensure Node Exporter keeps running after node reboot.
100+
101+
74102
## Provider type Microsoft SQL server
75103

76104
Customers can configure one or more providers of provider type *Microsoft SQL Server* to enable data collection from [SQL Server on Virtual Machines](https://azure.microsoft.com/services/virtual-machines/sql-server/). SQL Server provider connects to Microsoft SQL Server over the SQL port, pulls telemetry data from the database, and pushes it to the Log Analytics workspace in the customer subscription. The SQL Server must be configured for SQL authentication and a SQL Server login, with the SAP DB as the default database for the provider, must be created. SQL Server provider collects data between every 60 seconds up to every hour from SQL server.
77105

78106
In public preview, customers can expect to see the following data with SQL Server provider: underlying infrastructure utilization, top SQL statements, top largest table, problems recorded in the SQL Server error logs, blocking processes and others.
79107

80-
To configure Microsoft SQL Server provider, the SAP System ID, the Host IP address, SQL Server port number as well as the SQL Server login name and password are required.
108+
To configure Microsoft SQL Server provider, the SAP System ID, the Host IP address, SQL Server port number and the SQL Server login name and password are required.
81109

82110
![Azure Monitor for SAP solutions providers - SQL](./media/azure-monitor-sap/azure-monitor-providers-sql.png)
83111

0 commit comments

Comments
 (0)