0

Just installed a few Azure OMS agents to some non-critical Windows Server VMs. At the end of the install, it says this:

"Additionally, you must approve the agent in the Pending Managment view in the Administration section of the console..."

Anybody know where this is located? Microsoft is in the middle of moving the separate OMS portal into the main Azure portal, so I am not sure which of those to look in. Haven't found it yet and I will keep looking.

Microsoft Monotoring Agent Completion Message

joshgoldeneagle
  • 143
  • 1
  • 3
  • 12

1 Answers1

1

"Additionally, you must approve the agent in the Pending Managment view in the Administration section of the console..."

You can ignore it if this installation of the agent is not connected to System Center Operations Manager. If you have System Center Operations Manager connected. You can view it via the following path:

Open your SCOM environment and navigate to Administration > Pending Management, Get more details from this.

In this case, you just click Finish to complete the installation. Back in the OMS Dashboard, You can see a data source has been connected.

enter image description here

When complete, the Microsoft Monitoring Agent appears in Control Panel. To confirm it is reporting to Log Analytics, review Verify agent connectivity to Log Analytics.

enter image description here

Nancy
  • 620
  • 4
  • 5
  • Update, please let me know if it is helpful. – Nancy Jul 18 '18 at 08:11
  • Excellent, you are 100% correct. I am not using System Center Operations Manager, and my agents are fully connected already. So I am good to go! Thank you. – joshgoldeneagle Jul 18 '18 at 16:41
  • Also, bear in mind you don't need to install the OMS agent manually using the installer. You can use the VM extension to install it for you at deploy time. – Sam Cogan Jul 19 '18 at 14:34