How to Install System Center Operations Manager 2022

Network Security

System Center Operations Manager (SCOM) 2022 is the latest version of Microsoft’s monitoring solution for your enterprise. This guide will show you how to install your first ‘Management Server’, which is the server that handles all the communication and sending of data to its SQL databases for historical retrieval and analysis.

In case you missed it, I just went through a long and somewhat tedious ordeal to install Microsoft Endpoint Configuration Manager (2022) in my lab. That was tiring. The amount of preparation and prerequisite planning you need to go through is staggering.

Granted, Microsoft does have solid documentation on the subject and it was fairly easy to follow along with. But, in my honest opinion, the writing is on the wall.

I believe Microsoft is keeping things tedious and inefficient for a reason: They want you to migrate to the cloud, of course! Start using the Microsoft Endpoint Manager admin center in your Microsoft 365 space. Let us take care of these steps and provide you with an easy-to-use Platform as a Service (PaaS) solution. Yes, I know, that’s the future.

Well, I do have more experience with System Center Operations Manager, so I’m pretty sure the process to install my first management server with the new ‘2022’ version should be a trifle easier and less painful. Let me fill you in on the basics.

Minimum requirements for System Center Operations Manager 2022

To get all the latest information about system requirements for System Center Operations Manager 2022, be sure you visit Microsoft’s official support page, which is often updated.

Special Note – THIS one you’re going to want to pay attention to. For the core components of System Center Operations Manager 2022, you will need:

Initial preparation

First off, I have a fresh Windows Server 2022 server (WS22-SCOM-MS01) ready for the installation process. I also plan to utilize the same SQL Server 2019 server that already has SharePoint Server Subscription Edition databases and the new Microsoft Endpoint Manager (System Center Configuration Manager) databases. So, we’ll be adding a third application to its library of databases, and this should be a fun ride. And, by the way, I was going to mention this in my last post, but I ran out of space. 😉

As a routine ‘maintenance’ task, I updated the SQL Server Management Studio (SSMS) application and installed the latest cumulative update for SQL Server 2019 on my SQL Server (AD-WS19-SQL01). You can find the latest CU here and the latest SSMS download here.

To obtain the software, you can use the same resources I mentioned in my previous System Center Configuration Manager post: You can either use the Volume License Service Center or the Microsoft Evaluation website.

Once you have the ISO downloaded, you can mount it, then extract the .EXE file to a temporary location. Then, you can run the .EXE which will prompt you to choose a location to place the installation files.

Yes, I know: This is NOT a modern and efficient approach. I do not know why the ISO is not laid out like almost every other ISO and simply includes the installation files. The multi-step process here is NOT ‘2022.’

Anyway, once you have the files extracted, go ahead and run setup.exe as an administrator.

Installing System Center Operations Manager 2022

System Center 2022 - Operations Manager splash screen
The System Center Operations Manager 2022 splash screen

As I always like to update setup programs to make them more robust and secure, I will check the box to ‘Download the latest updates to the setup program‘ and click Install.

System Center Operations Manager is installing the latest security updates and bug fixes
System Center Operations Manager is installing the latest security updates and bug fixes

The first decision we need to make is choosing what features we want to install.

Select which System Center Operations Manager features you want to install
Select which System Center Operations Manager features you want to install

For the purposes of this lab, I will choose the first two, the Management server and the Operations console. You can expand each item to get a description of it.

My plan here is to install the core Management server to lay the foundation and the Operations console to be able to interact with it. I’ll have another post in the future where I’ll install the latter two features, the Web console, and the Reporting server.

I’ll click Next after selecting the aforementioned two items. Here, we can choose an alternate installation location if necessary.

Choosing the installation folder for System Center Operations Manager
Choosing the installation folder for System Center Operations Manager

After I clicked Next, I am honestly stunned…

The System Center Operations Manager setup is ready to proceed.
The System Center Operations Manager setup is ready to proceed.

Really, I am stunned! Maybe the System Center Operations Manager engineering team spent some time in either making the prerequisites for SCOM ‘easier’, or they worked with the Windows Server team so that modern versions of the OS like Windows Server 2022 would simply be ready to go out of the box.

Again, I did not do ANY prep work on this server besides running Windows Update to get it patched to April 2022 Patch Tuesday levels. The server is at OS build – 20348.643 as of this writing. Let’s proceed.

Creating the first Management server

In the next Configuration section, we are creating our first Management server in a new management group. I will name the new Management group as REINDERS-LAB.

We're creating our first Management server during the System Center Operations Manager setup
We’re creating our first Management server in a new Management group – REINDERS-LAB

Read the license terms, check the box, and click Next.

Screenshot 2022 04 12 135812
Read the license terms, check the box to sign off on said license terms, and click Next!

Configuring the SQL databases

Next, we tackle the configuration of the SQL databases. First, we enter the SQL server name and optional instance.

We need to add a component on our SQL Server
Ah, our first ‘Hold up, sir’ moment. We need to add a component on our SQL Server…

If you notice the red text at the bottom, we need to install the ‘SQL Server Full-Text Search‘ component on our SQL Server. Let’s do that!

On my SQL box, I opened Control Panel and clicked on Programs and Features. I clicked on ‘Microsoft SQL Server 2019 (64-bit)’ and clicked the ‘Uninstall/Change’ button. When prompted, I browsed my SQL Server 2019 installation files.

We need to install the 'SQL Server Full-Text Search' component on our SQL Server.
We need to install a missing component on SQL Server 2019

On the Installation Type screen, we’ll choose to add a feature to our existing instance.

We are choosing to add an additional feature to our installation
We are choosing to add an additional feature to our installation

I found it! Put a checkmark in the ‘Full-Text and Semantic Extractions for Search‘ item, and click Next.

Here we are adding the Full-Text and Semantic Extractions for Search
Here we are adding the Full-Text search feature…

You can proceed through the rest of the setup program, which should be successful.

Setup successfully installed the new feature for us in SQL
Setup successfully installed the new feature for us in SQL

Alright, heading back to the System Center Operations Manager install, I simply re-typed in the SQL server name, and we can now go forward. Confirm the initial database name and size (honestly, all defaults should be good), and click Next.

Type in the SQL server name and confirm the initial database name and size
Type in the SQL server name and confirm the initial database name and size

System Center Operations Manager uses two separate databases, so now we’re choosing the initial setup for the ‘data warehouse‘ database. Again, type in the SQL server name and instance, and you should be good with the defaults.

Choosing the initial configuration of our data warehouse database
Choosing the initial configuration of our data warehouse database

Configuring Operations Manager accounts

Now, we get to have some fun with the configuration of service accounts for Operations Manager. In a production environment, I would highly recommend creating separate service accounts for each of the 4 tasks listed.

You should expand each account on the right side of this window to read more about what the account is used for and what rights and permissions it needs, especially on the SQL side. After you design the service account structure and create the accounts, you can populate this screen with the domain/account name and associated password.

For the means of this post, I will use my account which has administrator rights in the domain and the ‘sysadmin’ role in SQL Server.

Configuring Operations Manager accounts
Don’t do it this way and use the same account for all. This is just for demonstration purposes.

On the Diagnostics and Usage Data screen, you can read the information and click Next.

Read the Diagnostics and Usage Data information and click Next!
Read the Diagnostics and Usage Data information and click Next!

Before we take the plunge, review the ‘Installation Summary’ page and click Install!

Carefully review the installation parameters and click Install
Carefully review the installation parameters and click Install

Hot damn! We’re good. Please don’t pay attention to that warning message regarding Management server, it’s just telling us that an evaluation version has been initially installed. There is a simple procedure you can follow in the Operations Console, or you can use a PowerShell command to add a valid product key from the Volume License Service Center or your Microsoft Agreement.

The installation is successful, and the warning message for Management server is normal
Success! Don’t worry about that warning…it happens on EVERY DARN SCOM INSTALL – 🙂

You can click Close on the Setup screen.

Getting started with the Operations Console

Click the Start button and you should see the two new programs for System Center Operations Manager – Operations Console and Operations Manager Shell.

New System Center Operations Manager programs to launch from the Windows 10 Start Menu
New SCOM programs to launch

Let’s start with the Operations Console. Here is System Center Operations Manager 2022!

The System Center Operations Manager Console
Behold – The SCOM 2022 Operations Console!

(Optional) Licensing

One final (optional) step as part of your initial configuration if you have a valid System Center 2022 license:

  • Click Help -> About.
  • On the About screen, click the Activate button.
  • Paste or enter your product key, and click OK.
  • Now, you just need to restart the Data Access service on your management server.
Screenshot 2022 04 12 145547

Conclusion

That should do it, ladies and gentlemen. I hope this post guides you well when you do your next System Center Operations Manager installation. As you can see, it’s not that complicated in comparison to what’s needed for a System Center Configuration Manager 2022 install.

In case it’s not obvious, this is just the start of your System Center Operations Manager journey. There are a great number of ‘post-setup’ tasks you need to do before SCOM offers your company any value. The key task is adding agents to your Windows servers. SCOM can then alert you when things go awry.

If you have any questions or comments, please free to let me know below. I would love to hear how your installs are going. Thank you for reading!