Install SCOM 2016 (System Center Operation Manager)

Install SCOM 2016 (System Center Operation Manager)

Prerequisite for Management Servers

- Install prerequisites for IIS  WEB console

Powershell:

 

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

 

- Regsiter ASP.NET 4.x handler

  1. “cd %WINDIR%\Microsoft.NET\Framework64\v4.0.30319\“
  2. aspnet_regiis.exe -r
  3. IISRESET
  4. Reboot your server…

- Install Microsoft System CLR Types for SQL Server 2014 

https://www.microsoft.com/en-us/download/details.aspx?id=42295 

- Install Microsoft Report Viewer 2015 Runtime

https://www.microsoft.com/en-us/download/details.aspx?id=45496

 

- Create the service accounts

Domain\Account Description
Domain\scom_aa SCOM Action Account
Domain\scom_da SCOM Data Access/SDK Account
Domain\scom_sql_read SCOM SQL Reader
Domain\scom_sql_write SCOM SQL Writer
Domain\scom_admin SCOM Administrators Group
Domain\sql_sa SQL Service Account
Domain\sql_srs SQL Service Reporting Services Account

- Add service accounts to local admin on Management Servers:

  1. scom_aa
  2. scom_da
  3. sql_sa
  4. sql_srs

1. Start Installation

SCOM_Start_Instllation

2. In this case i will go and install all 3 options

SCOM_select_Features

3. Getting Started

SCOM_Getting_Started

4. Good new SCOM_Prerequisites checked :)

SCOM_Prerequisites

5. Create SCOM first Management Server Group

SCOM_Create_Management_Server_Group

6. Licence Agreement 

SCOM_licence_agreement

7. Configure SCOM operational DB

SCOM_Configure_Operational_DB

8. Configure SCOM Data Warehouse DB

SCOM_Configure_Data_Warehouse_DB

9. Specify a website for use with the SCOM Web Console

SCOM_WEB_Console

10. Select SCOM Authentication mode fro Web Console

SCOM_WEB_Console_Authentication

11. Configure SCOM Operations Manager Accounts, the service accounts created on top of this article

SCOM_Configure_SCOM_Operations_Manager_Accounts

12. SCOM Diagnostic and Usage Data

SCOM_Diagnostic_Usage_Data

13. SCOM Microsoft Updates, until now Cumulative Updates required more than just install updates, you need also to do some works on SCOM DB. 

 SCOM_updates

14. Installation Summary

SCOM_Summary

15.  Installation Progress, looks good, now is time for a tea break :)

SCOM_Installation_Progress 

16. SCOM installation is complete

SCOM_Installation_Complete

17. SCOM RTM Version

SCOM_version

18. Please don't start to use SCOM until apply the latest Updates Roolup, in my case the latest is UR4, follow the article: Apply SCOM Update Rollup

After UR4 

SCOM_version_2

Now I will go to add the second MS server, this is the best practices to have minimum two Management servers

 

 You need to do same steps with the service accounts. No console or web console are required 

1. Run again setup from the second server

Start_installation

2. This time select just Management Server

SCOM_MS_Select_Features

3. Select Installation Location 

SCOM_Select_installation_location

4. SCOM prerequisites 

SCOM_Prerequisites

5. SCOM Add a MS to an existing management group

SCOM_MS_existing_management_group 

6. SCOM licence

SCOM_MS_licence

7. Select SCOM existing Operational DB

COM_MS_Operational_DB 

8. Select SCOM service accounts

SCOM_MS_service_account

9. SCOM diagnostic and usage data

SCOM_Diagnostic_Usage_Data

10. SCOM updates

SCOM_updates

11. SCOM Summary

SCOM_Summary

12. Installation Progress

SCOM_MS_Installation_Progress

13. Apply UR4 to mach MS1 server, same process like Apply SCOM Update Rollup only we need just MS server 

SCOM_MS_UR4

14. All good :)

SCOM_MS_all_good

To access SCOM webconsole go to http://server-name/OperationsManager/

SCOM_WEB_Console_use

*******************************************

Now you have a up and run env. happy SCOM'ing :)