Коллеги, не могу понять логику работы SQL.Discovery:
1. Установлен SCOM 2012 R2, на него добавлены MP SQL
2. Default action account - Local system
3. в SQL Server Discovery Account прописана учетная запись, имеющая полные права на SQL (например, SQLAdmin)
4. для SQLAdmin вручную прописаны ПК для distribution
Ситуация: в алертах неSQL серверов постоянно сыплются предупреждения вида
An account specified in the Run As profile "Microsoft.SQLServer.Core.RunAs.Discovery" cannot be resolved.
This condition may have occurred because the account is not configured to be distributed to this computer. To resolve this problem, you need to open the Run As profile specified below, locate the account entry as specified by its SSID, and either choose to distribute the account to this computer if appropriate, or change the setting in the profile so that the target object does not use the specified account.
Note: you may use the command shell to get the Run As account display name by its SSID.
Проблема: почему используется SQL RunAs account вместо defaul acction account для ПК, который не входит в distribution учётки SQLAdmin? или я чего-то не понимаю?