Jump to content


  • 0
AdinE

SCOM 2012 SP1 in a LAB – Installation (Part D – Install SQL Server)

Question

In our last post, we installed Active Directory. Now we will install SQL Server.

 

Install SQL Server

At this point, since we will be installing SQL Server on the same server that we will be installing SCOM, it is expected that you have the VM created, the OS is installed, the appropriate networking has been configured, and it is joined to your lab domain.

 

To avoid a specific installation error (see the end of the Install SQL Server section), you have to install the .NET Framework 3.5. So we’re going to complete this first before we start the installation of SQL.

 

.NET Framework Installation

To install the specific version of .NET that we require (version 3.5 in this case), start by launching the Server Manager, and selecting Manager > Add Roles and Features.

Server Manager 02.png

 

On the Add Roles and Features Wizard, read the information on the Before You Begin screen, and then click Next.

Add Roles and Features 01.png

 

On the Installation Type screen, select ‘Role-based or feature-based installation’, and click Next.

Add Roles and Features 02.png

 

On the Server Selection screen, since we are installing SQL on the same server as SCOM, ensure that it is selected, and then click Next.

Add Roles and Features 03.png

 

On the Server Roles screen, we are not installing a Role, but rather a Feature, so just click Next.

Add Roles and Features 04.png

 

On the Features screen, select .NET Framework 3.5 Features, and click Next.

Add Roles and Features 05.png

 

Since in Windows Server 2012 the .NET Framework 4.x is the main framework, the OS installation does not contain the source files for this installation. Therefore, you will need to click on the ‘Specify an alternate source path’ link at the bottom of the dialog.

Add Roles and Features 06.png

 

You will need to provide the path to where the source files are. This is found within the installation media of Windows Server 2012. If you insert a DVD or mount an ISO, specify the path to the SxS folder (i.e. D:\Sources\SxS), and then press OK.

Add Roles and Features 07.png

 

Click Install, and once it has completed, click Close.

Add Roles and Features 08.png

 

 

SQL Installation

Start by either extracting or mounting the SQL Server ISO, and run the setup.exe. In this example, we are installing SQL Server 2012 SP1.

On the main installation screen, click on the Installation link on the left pane.

SQL Install 01.png

 

From the Installation screen, click the ‘New SQL Server stand-along installation or add features to an existing installation’ link.

SQL Install 02.png

 

This is initiate the installation. First, the Setup Support Rules will check for any issues. As long as there isn’t any ‘Failed’ issues, click OK to continue with the installation.

SQL Install 03.png

 

Next, enter your product key or select the evaluation copy to install, and press Next.

SQL Install 04.png

 

Accept the License Terms and choose if you will send usage data to Microsoft, then press Next.

SQL Install 05.png

 

If you have an Internet connection, the installer will check if there are any applicable updates to the installation, and will download the updates to use during the install. Click Next.

SQL Install 06.png

 

The Setup will perform another Setup Support Rules check. As long as there are no Failures, you can click Next.

SQL Install 07.png

 

Next is the Setup Role. For our needs, we will choose ‘SQL Server Feature Installation’, then press Next.

SQL Install 08.png

 

For the Feature Selection, select the following, and then press Next.

 

§ Database Engine Services

§ Full-Text and Semantic Extractions for Search

§ Reporting Services - Native

§ Management Tools – Basic and Complete (for running queries and configuring SQL services)

SQL Install 09.png

 

The Installation Rules will run to determine if anything will block the SQL installation. If there are no Failures, click Next.

SQL Install 10.png

 

Next we will configure the instance. You can choose either to use a Default instance, or a Named instance. In this example, I will use a named instance, so as to not get this installation of SQL mixed up with any other I will have in my lab. Make your applicable choice, and click Next.

SQL Install 11.png

 

The setup will check and confirm there is enough space on the drive for the installation. If everything is reported as OK, click Next.

SQL Install 12.png

 

You next have to configure the server, which includes the Service Accounts and Collation.

 

In Production, it is best practice to have a separate account for each of the services. In our lab, we will leave everything at defaults, with the exception of changing the ‘SQL Server Agent’ startup type from ‘Manual’ to ‘Automatic’. After you have completed this, don’t click Next, but rather click on the Collation tab.

SQL Install 13.png

 

On the Collation tab, you will need to click the Customize button to be able to change it appropriately.

SQL Install 14.png

 

On the Customize dialog, select ‘SQL collation, used for backwards compatibility’.

SQL Install 15.png

 

Within the list, find ‘SQL_Latin1_General_CP1_CI_AS’ and select it, then click OK.

SQL Install 16.png

 

You will be back on the Server Configuration dialog, click Next.

SQL Install 17.png

 

On the Database Engine Configuration screen, leave the Authentication Mode at ‘Windows authentication mode’. What do have to change is to add SQL Server Administrators. Click the Add button.

SQL Install 18.png

 

On the next dialog, you will need to add either the user(s) or security group(s) you want to have administrator access to SQL. At a bare minimum, add the current user account, so that you can log into SQL Server. Add the user(s)/security group(s), and click OK.

SQL Install 19.png

 

You will be back on the Database Engine Configuration screen, and your accounts will now be present. In my example, I have an Active Directory Security Group I specifically created for SQL Administrators. Then click Next.

SQL Install 20.png

 

Since we checked off Reporting Services, we are now presented with its configuration. Leave the default ‘Install and configure’ option selected, and click Next.

SQL Install 21.png

 

You can choose to send Error Reporting information to Microsoft. Make your choice, and click Next.

SQL Install 22.png

 

The setup will now re-check the configuration rules, based on the selections and information that has been supplied. If it passes, click Next.

SQL Install 23.png

 

Review the information on the Ready To Install screen, and then click Install.

SQL Install 24.png

 

Note: during the installation, you may encounter the following error message. This is due to not having the .NET Framework 3.5 installed prior to attempting to install SQL Server. If you encounter this, cancel the SQL server installation, and install the .NET Framework 3.5 (which is an available feature within Roles and Features).

SQL Install Error 01.png

 

You may have to wait a while for the Installation Progress to complete.

SQL Install 25.png

 

On the Complete screen, click Close.

SQL Install 26.png

 

Congratulations, you now have SQL Server installed and are finally ready to install System Center Operations Manager (SCOM).

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

For sure, anytime. If there is anything specific that the community is looking for please let me know (email: Adin.Ermie@outlook.com).

 

You can also check my personal blog, as I tend to post things on there first.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.