This post I will be installing System Center Operations Manager 2016 (SCOM) RTM, Build Number 7.2.11719.0.
Here is some of the background information. As this post will concentrate on the installation of SCOM 2016, I am going to omit the setup and configuration of the Domain Controller, Windows Server 2016 for both SCOM Management Server and SQL Server (Please note, I am using SQL Server 2016, both servers on Windows 2016).
If you need help setting up SQL 2016 for SCOM 2016, please visit HERE.
Environment: Virtual; ESX 6.0 Hypervisor
SCOM Management Server:
- Windows Server 2016
- 4 vCPU (2.00GHz)
- 12 GB memory
- 100GB Diskspace
- 1GB vNIC
SQL Server:
- Windows Server 2016
- SQL Server 2016
- 4 vCPU (2.00GHz)
- 24 GB memory
- 300GB Diskspace
- 1GB vNIC
Service Accounts and Local Administrator:
Domain\Account |
Description |
Local Admin on… |
domain\SCOM_AA |
SCOM Action Account |
SCOM & SQL |
domain\SCOM_DA |
SCOM Data Access/SDK Account |
SCOM & SQL |
domain\SCOM_SQL_READ |
SCOM SQL Reader |
SQL |
domain\SCOM_SQL_WRITE |
SCOM SQL Writer |
SQL |
domain\SCOM_Admins |
SCOM Administrators Group |
SCOM |
domain\SQL_SA |
SQL Service Account |
SQL |
domain\SQL_SSRS |
SQL Service Reporting Services Account |
SCOM |
Now, if you’re lazy like me, or are tired of doing this setup for environments, I have scripted the automation of these accounts. You can find that link here, Microsoft TechNet Gallery.
Let’s Begin:


For completeness, let’s install all the features of SCOM 2016. (I am hosting a default SQL 2016 instance on the SCOM Management Server for SSRS)


Well, that’s not new… Errors. Since this is a clean, vanilla Windows 2016 server, we will need to install all the necessary Web Console components, along with Report Viewer Controls (probably SQL CLR Types too..).
- For the Report Viewer Prerequisites, go HERE.
Note, oddly I was unable to install with CLR SQL 2016, Reports Viewer still complained and required CLR SQL 2014.
- Here is the PowerShell command I ran to install the necessary IIS features/roles:
Import-Module ServerManager
Add-WindowsFeature Web-Server, Web-WebServer, Web-Common-Http, Web-Default-Doc, Web-Dir-Browsing, Web-Http-Errors, Web-Static-Content, Web-Health, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Performance, Web-Stat-Compression, Web-Security, Web-Filtering, Web-Windows-Auth, Web-App-Dev, Web-Net-Ext45, Web-Asp-Net45, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Mgmt-Tools, Web-Mgmt-Console, Web-Mgmt-Compat, Web-Metabase, NET-Framework-45-Features, NET-Framework-45-Core, NET-Framework-45-ASPNET, NET-WCF-Services45, NET-WCF-HTTP-Activation45, NET-WCF-TCP-PortSharing45, WAS, WAS-Process-Model, WAS-Config-APIs -restart
Once the server is back online, you will need to register ASP.Net.

You will need to apply the following using Command Prompt (as Administrator)).
- “cd %WINDIR%\Microsoft.NET\Framework64\v4.0.30319\“
- aspnet_regiis.exe -r
- IISRESET
- Reboot your server…
Once the server is back online, let’s try that Prerequisites check again….

Great! Now all of Prerequisites have been met!

Provide a meaningful Management Group Name (there’s no going back after this…)

SQL Server will be where your SCOM SQL instance(s) were installed. For me, I have built two instances on my SQL2016 server (SCOM_OPSMGR & SCOM_DW).








I recommend always keeping this off, and manually updating your SCOM infrastructure.

One quick review. Looks good. Hit Install, and get some fresh air!

A few minutes later….

Sweet! All good. I hope this helps. If you have any questions or issues, please drop me a line.
Please note, it is STRONGLY ADVISED to install the Update Rollup 1 once you have deployed SCOM 2016. For that walk-through, please visit the following post, HERE.
Happy 2016 SCOM’ing!
(more…)