Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts

Wednesday, January 13, 2016

Installation of Microsoft SQL Server 2012 Step by Step


2) Create  a user in Active directory and name it svcSQL.

3) Add user SPAdmin to local administrator group which was created in last blog post.

   To Add user to Administrators group : Go to : Server Manager >> Tools >> Active Directory Users and Computers

   Then Click on Builtin OU and look for Administrators group, double click on that and jump on Members tab and Add SPAdmin

   user to it’s members. that’s it.

   Insert SQL Server 2012 media and start installation.

4) Click on Installation link.

Installation Tab
5) Click on New SQL Server stand alone installation.

 
NewInstallationOption
6) Click Ok.

SetupSupportFile

7) Enter product key or select free edition and click Next.

8)  Accept the License terms.

9) If you want to you can install updates or skip by uncheck select box and click Next.

ProductUpdate 
10) Again click Next.

SetupSuportRule 
11) Select SQL Server Feature Installation and click Next.

SQLServerFeatureInstallation 
12) Select Database engine, SQL Server Replication, Full -Text and Semantic  Extractions for Search,

      Data Quality Service, Analysis Services, Reporting Services – Native, Reporting Services – SharePoint,
     
      Management Tools – Basic and Complete both. and click Next.

InstanceFeature  
13) If it gives 0 warnings, Click Next.

InstallationRule 
14) Keep default instance and click Next.

InstanceCreate
      again click Next.

15) Now I’ve created three service account in Active directory named
    • SQL Server Database Engine : svcSQL
    • SQL Server Agent : svcSQLAgent
    • SQL Server Analysis Service : svcSQLAnalysis
ServiceAccounts
      Click Next.

16) Select Mixed Mode SQL Server authentication and put password for sa account.

      Click Add Current User button to add current user as SQL Server admin

ServerConfig 
       Click Next.
17) Enter svcSQLAnalysis service account as admin for Analysis service access. and go Next.

AnalysisService 
18) Select Install Only option for Reporting service and go Next.

ReportingService 
19)  go Next.
20) go Next.
21) Click install button to finish.

Install_Final 
and the installation of SQL server is done.

Windows Server 2012 Server Installation and Active Directory Configuration

1) Download : Windows Server 2012 download
2) Start installation by booting from CD or DVD 
    Select Time and currency format, I’ve selected English (India)

Time Currency Formate

Click on Install

 Install

Select “Windows Server 2012 Datacenter (Server with a GUI) x64

ServerUi

Accept the licence terms
select “Custom : Install windows only (Advanced)”

CustomInstall 

Click Next

AllocateDisc

Installation process will start 

InstallationProcess

Machine will reboot couple of times between installation.
Enter Password for default account Administrator.

Password


Press Ctrl + Alt + Delete to sign in 

ctrlAltDelete

Change the name of Server 

Go to System properties, Right click on Computer >> Properties and select "Change Settings”

SystemChange

Click on Change button under Computer Name tab.

Change1

Give name to Computer, I’ve given SP13 as I am going to use this machine for SharePoint 13 installation.

mName 

After this you will have to restart machine to apply changes. 

Configure Active Directory

Once the machine restarted, you will see Server manager is already open. Click on Add roles and features

AddRole

Click Next 

AddFeature 

Select Role base or feature-based installation option and click Next.

RoleBase 

Select Server from the Server pool  and click Next.

ServerPool

Select check box option “Active Directory Domain Services” 

CheckBoxAd 

after selecting option we will have to add prerequisite features for AD services.
Click on Add features.

AddADFeatures 

Click Next 

ConfirmInstallation 

Click Install button.
After installation don’t close the windows. we need to promote this server to domain controller.
Click on “promote this server to domain controller”.

promotead 

Select option “Add a new forest” and enter fully qualified domain name. I’ve put “zsdev.com”.

DomainName

Keep Forest functional level and Domain functional level to  “Windows Server 2012”.

ffl-dfl 

put password for Directory Service Restore Mode.  And Click Next.

delegatedns 

again Click Next.

NetbiosName 

keep the same NetBIOS domain name and click on Next button.

AdDatabase 

You can change Database folder, log and Sysvol path. i will keep as it is. and click Next.

ReviewSelection 

Review your selection and click on Next button. and  Begin Install. 
Machine will restart after installation and ask your domain credentials to sign in.

domainCred 

Add User to Active Directory

Open Server Manager >> Tools >> Active Directory Users and Computers.

Tools 

and Create Organization Unit  by clicking on domain name >> New >> Organizational Unit  name it Accounts.
Right click on Accounts >> New >> Users. 

NewUser 

Don’t forget to uncheck “Users must change Password at next login”
and  Check “Password never expires”.

NewUserPassword 

Thanks.