nerdexam
Microsoft

AZ-120 · Question #346

You have an Azure subscription that contains a virtual machine named VM1. VM1 runs SUSE Linux Enterprise Server (SLES) and hosts an SAP workload. You deploy Azure Monitor for SAP solutions. You need…

The correct answer is D. 9100. SAP on Azure, Configure Linux provider for Azure Monitor for SAP solutions Prerequisites include: Node exporter uses the default port 9100 to expose the metrics. If you want to use a custom port, make sure to open the port in the firewall and use the same port while creating…

Maintain SAP workloads on Azure

Question

You have an Azure subscription that contains a virtual machine named VM1. VM1 runs SUSE Linux Enterprise Server (SLES) and hosts an SAP workload. You deploy Azure Monitor for SAP solutions. You need to configure the Linux OS provider. The solution must ensure that you can collect monitoring data by using the Prometheus endpoint on VM1. Which firewall port should you open on VM1?

Options

  • A22
  • B80
  • C443
  • D9100

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    9% (4)
  • C
    2% (1)
  • D
    86% (38)

Explanation

SAP on Azure, Configure Linux provider for Azure Monitor for SAP solutions Prerequisites include: * Node exporter uses the default port 9100 to expose the metrics. If you want to use a custom port, make sure to open the port in the firewall and use the same port while creating the provider. * Default port 9100 or custom port that will be configured for node exporter should be open and listening on the Linux host. Note: To install the node exporter on Linux: (see step 2 and 6 below) 1. Change to the directory where you want to install the node exporter. https://github.com/prometheus/node_exporter/releases/download/v<xxx>/node_exporter- <xxx>.linux-amd64.tar.gz. Replace xxx with the version number. 3. Run tar xvfz node_exporter-<xxx>.linux-amd64.tar.gz 4. Run cd node_exporter-<xxx>linux-amd64 5. Run ./node_exporter. 6. Run ./node_exporter --web.listen-address=":9100" & 7. The node exporter now starts collecting data. You can export the data at

Topics

#Azure Monitor for SAP#Linux OS provider#Prometheus#port 9100

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice