0% found this document useful (0 votes)
560 views25 pages

Step by Step System Center Operations Manager 2016 Installation PDF

The document provides step-by-step instructions for installing System Center Operations Manager (SCOM) 2016 in a single server environment. It describes downloading and extracting the SCOM setup, installing prerequisites using a PowerShell script, and running the SCOM setup wizard to configure the database, services accounts, and complete the installation. The full SCOM deployment is then ready once required management packs are installed and devices are discovered.

Uploaded by

Roman Garabadjiu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
560 views25 pages

Step by Step System Center Operations Manager 2016 Installation PDF

The document provides step-by-step instructions for installing System Center Operations Manager (SCOM) 2016 in a single server environment. It describes downloading and extracting the SCOM setup, installing prerequisites using a PowerShell script, and running the SCOM setup wizard to configure the database, services accounts, and complete the installation. The full SCOM deployment is then ready once required management packs are installed and devices are discovered.

Uploaded by

Roman Garabadjiu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

Step by Step System Center Operations Manager 2016 Installation

Today we are going to install System Center Operations manager 2016 in our test environment. It will be
a single server deployment with below configuration:

• Windows Server 2016 Standard Edition


• SQL Server 2016 Standard Edition

You can refer Microsoft documentation System requirements for System Center 2016 - Operations
Manager for SCOM 2016 supported configurations.

If we talk about SCOM, System Center Operations Manager is well known enterprise class monitoring
application from Microsoft having capabilities to monitor Server OS, Hardware, Network devices,
Applications, etc.

Before we start, we need to install supported version of SQL Server. I have covered the SQL Server 2016
installation process in below article, please refer the same:

Install SQL Server 2016 for System Center Operations Manager 2016

So, let’s start with downloading the System Center Operations Manger 2016 Setup. You can download
SCOM 2016 Setup from Microsoft Download Center.

1: Click on Download button against SC2016_SCOM_EN.EXE and save the setup on Management Server.

2: Extract the SCOM setup files by running SC2016_SCOM_EN.EXE


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

Installing Prerequisites

Before we procced with the Operations Manager installation, we need to fulfill few prerequisites which
are required for Operations Manager 2016.

oskar landman has written a wonderful script which can install all the required prerequisites for the
Operations Manager 2016, and the same can be downloaded from TechNet Gallery.

Download it and give Five Star Rating ☺

Once we download the file, we will get below two scripts under .zip file:

• SCOM2012_2016_Prerequisites.ps1
• DownloadOnly_SCOM2012_2016_Prerequisites.ps1

We need to use SCOM2012_2016_Prerequisites.ps1 script only as the other script is only for
downloading the prerequisites.

3: Login to the server and launch PowerShell with elevated privileges.

4: Run the script SCOM2012_2016_Prerequisites.ps1 and click Yes button as we are running the script
on Windows Server 2016.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

5: Click Yes button as the prerequisites are required for Web Console as well.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

6: Click OK to provide Windows Server 2016 source.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

7: Provide path to Windows Server 2016 setup location.

8: Click Yes button as we will be installing the prerequisites for SCOM 2016.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

That’s all you need to do for installing the prerequisites for SCOM 2016.

Note: You must have Internet connection on the server so the script can download required files from
internet.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

9: Restart the server so the changes may take place.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

Installing SCOM

Once the server reboot is done, we are good to go for the SCOM 2016 installation.

I have already extracted the SCOM setup files by running SC2016_SCOM_EN application we have
downloaded from the Microsoft Download Center.

1: Launch the Setup and click Yes button.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

2: Click on Install option.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

3: Select all the features and click Next.

Note: If you have separate SQL Server machine for your SCOM environment, then you need to install
Reporting server feature on the SQL machine.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

4: Provide location where SCOM will be installed and click Next.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

Since we have already installed all the required prerequisites for SCOM, our prerequisite test has passed
without any issues.

5: Click Next to continue.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

6: Provide a suitable Management group name for your SCOM environment and click Next.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

7: Accept the license terms and click Next.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

8: Provide Operational database Server name and instance name.

9: Provide Data file folder, Log file folder path and Click Next.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

10: Provide data warehouse database Server name and instance name.

11: Provide Data file folder, Log file folder path and Click Next.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

12: Select the SQL Server instance for reporting services and click Next.

NOTE: SQL Agent service should be started otherwise you will get error and you will not be able to
proceed further.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

13: Leave the options to default and click Next.

We are not going to enable SSL for the Web console, I have covered the SSL configuration part in my
blog Configure SCOM Web URL to use HTTPS (SSL) only.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

14: Leave option to default and click Next.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

Now here you need to pay attention. As per best practices, it’s advised to use separate accounts for the
services however since it’s for a demo purpose I am using single account for all the services mentioned
here.

You can get more information about Operations Manager Accounts here Account Information for
Operations Manager

15: Provide credentials and click Next.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

Diagnostic and Usage Data feature is enabled by default. If you use this Operations Manager console to
connect to a Operations Manager management server that is sending Diagnostic and Usage Data to
Microsoft, the Operations Manager console will also send this data.

Microsoft automatically collects usage and performance data over the internet ("Data"). Microsoft uses
this Data to provide and improve the quality, security and integrity of Microsoft products and services.

You can turn off this feature anytime by changing the setting found in the Settings workspace of the
Operations Manager console.

16: Click Next.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

17: Click Install button.


SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

Installation may take few minutes to complete, based upon your server speed.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

Once the Setup is complete, make sure it’s complete with green check mark. You will get Warning
message against Management Server component due to evaluation version of Operations Manager.

18: Click Close button to close the Operations Manager Setup Wizard and launch SCOM console.
SHASHI BHUSHAN

http://systemcentermvp.com/2017/09/21/install-scom-2016-step-step/

System Center Operations Manager is ready for use. Install required Management Packs and start
discovering devices.

That’s it.

Hope this helps.

You might also like