In this series off blog post I am going to take you true the steps I took to install System Center Operations Manager 2016. The Environment will be installed using the following software:
My Test environment consist of the following servers,
- DC01 – Domain Controller
- SQL01 – Microsoft SQL 2016 server
- DATA01 – Data Server
- MS01 – Scom Management Server 01
- MS02 – Scom Management Server 02
- SQLRPS01 – SQL Reporting Service 01
- WEB01 – Scom Web Console Server,
- WAP01 – Web Applications Proxy.
Here you can find the previous blogposts
- SCOM 2016 – Install System Center Operations Manager 2016 – Part 1
- SCOM 2016 – Install System Center Operations Manager 2016 – Part 2
- SCOM 2016 – Install System Center Operations Manager 2016 – Part 3
- SCOM 2016 – Install System Center Operations Manager 2016 – Part 4
- SCOM 2016 – Install System Center Operations Manager 2016 – Part 5
- SCOM 2016 – Install System Center Operations Manager 2016 – Part 6
In this part we are going to install System Center Operations Manager Reporting Service.
Before we can start installing the reporting service module we need to make sure that our SQL reporting server is member of SQL group “SG – SQL2016” that we created in part 1
First we need to install “Active Directory Module for Windows PowerShell” this can be done using the following steps:
- Start the "PowerShell" command line ad administrator and enter the following command:
Install-WindowsFeature RSAT-AD-PowerShell
The result should look something line this:
- In the “Powershell” command line enter the following command:
Get-ADServiceAccount Sql2016Report
If the values are true then its time to install the SQL Server Reporting Services. I took the following steps:
- In the "SQL Server Installation Center" wizard on the "Planning" page click "Installation"
- In the "SQL Server Installation Center" Wizard on the "Installation" page, click "New SQL Server Stand-Alone installation or add features to an existing installation"
- In the “SQL Server 2016 Setup” Wizard on the “Product key” page, enter a product key and click “Next”
- In the “SQL Server 2016 Setup” Wizard, on the “License Terms” page check “I accept the license terms” and click “Next”
- In the “SQL Server 2016 Setup” Wizard, on the “Microsoft Update” page click “Next”
- In the “SQL Server 2016 Setup” Wizard, on the “Product Update” page click “Next”
- In the “SQL Server 2016 Setup” Wizard, on the “Install Setup files” page click “Next”
- In the “SQL Server 2016 Setup” Wizard, on the “Install Rules” page click “Next”
- In the “SQL Server 2016 Setup” Wizard, on the “Feature Installation” select “Report Services Native” and click “Next”
- In the “SQL Server 2016 Setup” Wizard, on the “Instance Configuration” page, click “Next”
- In the “SQL Server 2016 Setup” Wizard, on the “Service Account” page add managed service account and click “Next”
- On the “SQL Server 2016 Setup” Wizard, on the “Reporting Service Configuration” page, click “Next”
- On the “SQL Server 2016 Setup” Wizard, on the “Ready to Install” page, click “Install”
- On the “SQL Server 2016 Setup” Wizard, on the “Complete” page click “Close”
Now we need to configure the reporting service
- On the “SQLRP01 server” start the “Report Service Configuration Wizard”
- On the “Reporting Services Configuration Connection” page, click “Connect”
- On the “Reporting Services Configuration Manager” page, click “Database” and connect to your SQL server. In my case “SQL01”. The end result should look something like this:
Now its time to install the reporting Services for System Center Operations Manager
- On the "System Center Operations Manager 2016" install page click "Install"
- On the “Operations Manager Setup” page, in the “Select Features to Install” section select “Reporting Server” and click “Next”
- On the “Operations Manager Setup” page in the “Select Installation location” section change the location to where you want to install the reporting Service and click “Next”
- On the “Operations Manager Setup” page, in the “Proceed with Setup” section, click “Next”
- On the “Operations Manager Setup” page, in the “Please read the License terms” section, check “I have read, understood, and agree with the license terms” and click “Next”
- On the “Operations Manager Setup” page, in the “Specify Management Server” section enter the management server you want to use and click “Next”
- On the “Operations Manager Setup” page, in the “SQL Service for reporting Services” section, make sure that the right reporting server is selected and click “Next”
- On the “Operations Manager Setup” page, in the “Configure Operations manager Accounts” section enter the data reader account and password and click “Next”
- On the “Operations Manager Setup” page, in the “Diagnostic and Usage Data” section click “Next”
- On the “Operations Manager Setup” page, in the “Installations Summary” section click “Install”
- On the “Operations Manager Setup” page, in the “Setup is Completed” section click “Close”
When you start the System Center Operations Manager Console the end result should look something like this
In the next part we are going to install Audit collection services.
4 thoughts on “SCOM 2016 – Install System Center Operations Manager 2016 – Part 5”