Thursday, 7 March 2013

How to Install SQL Server 2008 R2 on WIndows Server 2008 R2 for vcenter server

I put the DVD into a drive (actually, I am using an ISO that I attached to the virtual machine) and right-clicked on the drive in My Computer and clicked “Install or run program from your media” SQL Server Setup installs the following software components required by the product:
       .NET Framework 3.5 SP1
        SQL Server Native Client
       SQL Server Setup support files
1. The first thing that happens when you launch the installation of SQL Server 2008 R2 is it checks for the proper framework. if it is not installed, it will install it for you. In my case, it adds ".NET Framework 3.5 SP1".

  2. On the next screen, click Installation on the left to display the installation options.We are then
       going to select New Installation or Add Features to an existing installation.

    3. On the Setup Support Rules you should be able to just click OK. If you click Show Details
    it will look something like this..
 

  4.  Enter your product key then click Next
  5. Accept the license agreement click Next
  6. On the Setup Support Files click Install
  7. On the Setup Support Rules screen, you can see that I have a couple warnings



    The .NET warning is that I do not have Internet access on this computer. Not a problem so I am   
     just  moving on.
   
    The Firewall warning will be ignored as well. I will go back and modify the firewall later.I will   
    just click Next and move on

8.On the Feature selection, I am going to Turn on few options.. Click Next

9. On the Installation Rules you can click "Show Details" if you like then just click Next
 
10. Next is the Instance configuration…

 11. Leave default settings and press Next..

 12. On the Disk Space Requirements Screen just click Next

We are going to use the same account for all of our services. just click on the Use the same account for all SQL server Services button to bring up a small dialog box. In the Account Name field select NT Authority\SYSTEM then click OK

We will keep the defaults for Collation so just click Next

On the Database engine configuration Page we have much to do…

On the Account Provisioning tab I am changing to Mixed Mode. This gives me the capability to manage users from inside of SQL. Without it users have to use Windows authentication. Once you change to mixed mode you will need to put in a password for the “sa” account which is the internal SQL Administrator account. You will need to use a complex password for this. If you do not need mixed mode, you can just leave Windows authentication mode turned on.

You have to specify SQL Server administrators. In my case, I clicked “Add Current User” which added esxstuff\Administrator. I also clicked Add to add Woodgrovebank\Domain admins and Woodgrovebank\SQL2008R2Service which is a user account I created for SQL Server. I am not initially using this account but I want to go ahead and make it an administrator.

   
 13. Just click Next and Select In the Reporting Services configuration, I will leave Install the native    
   mode default configuration and then click Next
  Then Click Next

Almost done. You can show the details on the Installation Configuration Rules if you like all applicable tests should be passed so just click Next

14. On the Ready To install screen you can review your configuration and then just click Install
Then just let it chug for about 20 mins or so (depending on performance of your machine it could be longer)



No comments:

Post a Comment