Computer and Device Management Wizard keeps loading.
Make sure below ports are open – SCOM 2012 R2 Agent – Push Installation – Ports Required
SCOM 2012 R2 Agent – Push Installation |
||
System Center Management service |
5723/TCP |
Windows Firewall/Inter VLAN |
File and Print Sharing |
137/UDP, 138/UDP, 139/TCP, 445/TCP |
Windows Firewall/Inter VLAN |
Remote Administration |
135/TCP, 445/TCP |
Windows Firewall/Inter VLAN |
Login to SQL Server Management Studio which has the Operations Manager Database – Check it has broker service enabled.
SELECT is_broker_enabled FROM Sys.databases Where name = 'Operationsmanager'
If Value is set to “0” – Enable Broker Service.
ALTER DATABASE OperationsManager SET ENABLE_BROKER
(If it has some existing connections exist. Query may run more than 6 minutes – You can use Rollback immediate to commence it quickly. It should not affect anything)
ALTER DATABASE OperationsManager SET ENABLE_BROKER
Re run the SCOM discovery Wizard . It should work.