install sql server 2016 for system center operations ...€¦ · sql server 2016 installation is...

21
http://Systemcentermvp.com Shashi Bhushan Install SQL Server 2016 for System Center Operations Manager 2016 If you are planning to perform System Center Operations Manager installation, the first thing which needs to be done before running the SCOM setup will be the SQL Server installation. Make sure you have installed the .NET Framework 3.5 before starting the SQL Server installation otherwise you will get the installation error. You can install .NET Framework 3.5 from Add Roles and Features under Server ManagerDashboard. In our demo, we are using Windows Server 2016 Standard Edition as base Operating System for installing SQL Server 2016 Standard Edition. Before you start, make sure you select the supported SQL Version for SCOM 2016 installation. You may refer below Microsoft documentation for same: SQL Server Design Considerations

Upload: others

Post on 15-Aug-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

Install SQL Server 2016 for System Center Operations Manager 2016

If you are planning to perform System Center Operations Manager installation, the first thing which

needs to be done before running the SCOM setup will be the SQL Server installation.

Make sure you have installed the .NET Framework 3.5 before starting the SQL Server installation

otherwise you will get the installation error. You can install .NET Framework 3.5 from Add Roles and

Features under Server ManagerDashboard.

In our demo, we are using Windows Server 2016 Standard Edition as base Operating System for installing

SQL Server 2016 Standard Edition.

Before you start, make sure you select the supported SQL Version for SCOM 2016 installation. You may

refer below Microsoft documentation for same:

SQL Server Design Considerations

Page 2: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

Let’s start…

1: Extract or Mount the SQL Server 2016 ISO and run Setup.exe

SQL Server Installation Center page will open.

Page 3: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

2: Click on Installation option.

3: Click the New SQL Server stand-alone installation or add features to an existing installation link.

Page 4: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

4: Enter the product key and click Next to continue.

Page 5: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

5: Accept the License Terms and click Next button.

Page 6: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

6: Select Use Microsoft Update to check for updates option and click Next to continue.

Page 7: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

7: Setup will check for Install Rules, click Next if there are no Failures.

Page 8: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

8: Select below Features and click Next.

• Database Engine Services

• Full-Text and Semantic Extractions for Search

• Reporting Services – Native

You will not get option to install Management Tools in SQL Server 2016. We will install SSMS (SQL Server

Management Studio) after completing this installation.

Page 9: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

Under Instance Configuration you can either select Default Instance or provide Named instance.

9: Select Default instance and click Next to continue.

Page 10: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

Under Server Configuration page, specify the service accounts and collation configuration.

As per best practice, it’s advised to use Service account for the Services. Since this installation is for the

demo purpose, will leave the Account Name as default.

10: Change the SQL Server Agent Service Startup Type to Automatic.

Page 11: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

11: Click on Collation tab and make sure SQL_Latin1_General_CP1_CI_AS Database Engine is selected.

12: Click Next to continue.

Page 12: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

13: Select Authentication Mode to Mixed Mode and provide sa account password.

14: Click Add Current User button to add the user through which installation is being done as SQL Server

Administrator.

Alternately you can add specific users or SQL Administrator group under SQL Server administration

option.

15: Click Next to continue.

Page 13: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

16: Select Install and configure option under Reporting Services Native Mode.

17: Click Next to continue.

Page 14: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

18: Verify the SQL Server features to be installed and click Install button.

Page 15: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

Now sit back and relax, installation might take few minutes to complete based upon your server

performance.

19: Make sure all the Features are installed with Succeeded Status, click Close button to close the setup

window.

Page 16: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS).

1: Click on Installation option under SQL Server Installation Center.

2: Click on Install SQL Server Management Tools.

Page 17: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

The option on the SQL Server 2016 Installation Center takes you to a web download.

You can also download the SQL Server at Download SQL Server Management Studio (SSMS)

Once the download completes, you can run the installation standalone without a connection to the

Internet.

3: Right click the SSMS setup and click Run as administrator option.

Page 18: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

4: Click on Install button.

Page 19: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

It will load the packages.

Page 20: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

Installation will start and may take 10 -20 minutes to complete, depends upon your system speed.

Page 21: Install SQL Server 2016 for System Center Operations ...€¦ · SQL Server 2016 installation is complete, now it’s time to install SQL Server Management Studio (SSMS). 1: Click

http://Systemcentermvp.com Shashi Bhushan

Restart you server to finish the installation.

That’s it.

We are good to go for System Center Operations Manager 2016 installation.

Hope this helps.