Skip to main content

Installing SharePoint2013 on Windows 2012 Server

Installing SharePoint2013 on Windows 2012 Server With SQL Server 2012: Part1

More Information about  hardware and software requirements on Sharepoint 2013 from the following Microsoft TechNet article; http://technet.microsoft.com/library/cc262485(office.15).aspx

The setup environment will comprise of the following;
  • Windows 2012 Server Release Candidate running SQL 2012 RTM
  • Windows 2012 Server Release Candidate running Active Directory Domain Services (AD DS)
  • Windows 2012 Server Release Candidate running Exchange 2013 Consumer Preview
  • Windows 2012 Server Release Candidate running SharePoint 2012 Consumer Preview
  • Windows 8 Consumer Preview Client running Office 2013 Consumer Preview
Installing SQL 2012  on Windows 2012 Server:
Prerequisite:

If you don’t have your Active Directory in place for your test environment, you can follow my step by step guide in Configuring Active Directory (AD DS) in Windows 2012.

For SQL,  created an account in Active directory for the SQL Server Service Account. This should be a standard domain user account which will be used to run the MSSQLSERVER service on your SQL server. e.g. DOMAIN\sp_sqluser.  If you are installing from this account, this account will require Local Administrative Privileges.

installation of SQL 2012 using our newly created SQL server service account.

If you are like me and went ahead and installed SQL 2012 without installing .NET Framework 3.5 you will receive errors on failed components, notably, the Database Engine Services and Management Tools.
As noted in the Hardware and Software Requirements for Installing SQL Server 2012 MSDN article, .NET 3.5 SP1 is a requirement for SQL Server 2012 when you select Database Engine, Reporting Services, Replication, Master Data Services, Data Quality Services, or SQL Server Management Studio, and it is no longer installed by SQL Server Setup.  You will need to install this prior to install SQL 2012.
To do so, Navigate to the Server Manager Dashboard, , Click on Add roles and features and add the .NET 3.5 Features.

Select Role-based or feature-based installation option.




Click Next
By pass the Select server roles screen by click Next.
In the Select features screen, select .NET Framework 3.5 Features.


Click Next and then Install.
If you receive the following warning, “Do you need to specify an alternate source path? Make sure your Windows 2012 media is mounted and ready.


Once the .Net Framework 3.5 which include .NET 2.0 and 3.0 have been installed, we can proceed with the installation steps for SQL Server 2012.
Insert the SQL Server 2012 media and from the SQL Server Installation Center click on Installation.


Then click on New SQL Server stand-alone installation or add features to an existing installation.


Click OK when the setup support rules have succeeded.
Enter your product key and click Next and then accept the License Terms and click Next again.
The installation will then check the internet for any product updates. Click Next or Skip.
You will then be greeted with the setup support rules page. click Next to proceed.


In the next screen, select your SQL Server Setup Role. In this instance, we are selecting SQL Server Feature Installation.


Click Next
Select the required features.


Click Next
The Installation rules will then appear.  If the installation rules succeeded, click Next to continue.
In the Instance Configuration screen, keep Default Instance selected.


Click Next.
The Disk Space Requirements screen will then appear, hopefully confirming with a green tick.



Click Next.
Specify the SQL server service account that we had created earlier.


Click Next
In the Database configuration specify your SQL Server administrators, and make any changes to data directories as necessary.


Click Next
If you had selected the Reporting Services previously, you will be greeted with the below screen.  As we are installing Reporting Services SharePoint Integrated Mode, our only option is to Install only.


Click Next
The Error Reporting screen will then be displayed.


Click Next
The Installation Configuration rules will run and note any warnings or failures.


If everything is Ok, Click Next to proceed.
The below all familiar summary screen is displayed.  This is your last chance to double check your options and configuration.


If you are happy with the above, Click Install
You will eventually reach a screen saying that the installation was successful.
A few new tiles in relation to SQL will appear in the Windows 2012 Metro UI and you can launch SQL Management Studio to confirm a successful installation.


Installing SharePoint2013 on Windows 2012 Server With SQL Server 2012: Part2

Comments

Popular posts from this blog

Tab Control in Asp.Net

Scenerio: I need your help in designing tab control in   asp.net .My requirement is I need a tab control in   asp.net (C#) like  for example goto my computer ,right click c drive and select properties.we get tabs like general,security etc....... like that i need to design one tab control(no need of any rightclick) in my web page and the database table columns should come as tabs and inseide the tab data of that particular column should come.   Example:Employee master tab1:Employee name.........his name in the tab tab2:Age.............his age tab3:Address........his address   Solution:   You can do this using a simple div <style type="text/css"> .tabs         {             position: relative;             height: 20px;             margin: 0;   ...

AI and Microsoft: Revolutionizing Efficiency in Nonprofit Organizations

  How AI and Microsoft Enhance Efficiency in Nonprofit Organizations In today’s fast-paced world, nonprofit organizations face unique challenges—limited resources, increasing demands, and the constant need to do more with less. But what if technology could be the game-changer they need? In my latest research paper,  "How AI and Microsoft Enhance Efficiency in Nonprofit Organizations" , I explore how cutting-edge technologies like Artificial Intelligence (AI) and Microsoft’s innovative tools are revolutionizing the way nonprofits operate. From streamlining administrative tasks to enhancing donor engagement and optimizing resource allocation, AI and Microsoft’s solutions are empowering nonprofits to focus on what truly matters—their mission. This paper dives deep into real-world examples, practical applications, and the transformative potential of these technologies. Whether you’re a nonprofit professional, a tech enthusiast, or simply curious about the intersection of technolo...

Social tagging overview in Sharepoint 2010

A tag is a word or phrase that identifies an individual piece of information according to a set of attributes or criteria. Tags make it easy to find and share information about a specific subject or task. Social tagging helps users categorize information in ways that are meaningful to them. Social tagging can improve the quality of search results by filtering against specific tags, and it can also connect individuals who want to share information with other users who have like interests. This article describes the social tagging features in Microsoft SharePoint Server 2010. This article does not describe how to configure social tagging features. It also does not discuss how to implement social tagging features as part of an overall social media strategy for an enterprise. About using social tagging features Social tagging features help users to share information and to retrieve relevant, high-quality content more efficiently. Such sharing encourages collaboration and b...