Skip to main content

How to install Windows Server with Active Directory + DNS + DHCP +SQLServer +SharePoint

How to install Windows Server with Active Directory with DNS and DHCP with SQLServer and SharePoint 


https://drive.google.com/file/d/10Ykg3534D4lgnySpR9JJfvT7n9neO6c6/view?usp=sharing

This article explain about how to configure and install windows server GUI with manageable dependencies.

Prerequisites:
Hardware Configuration:10 GB Ram Hard Disk 200 GB
Install Windows Server 2012



Action-1
Open the Server Manager -Change the Server Name (Helpstacks)
Windows Firewall            -Turn Off
Ethernet                            -Ethernet Adapter change  the Automatic Obtain IP to set Valid IP
                                          -Check out IPV6 
                                          -Check in IPV4 
                                           192.168.1.1
                                           255.255.255
                                           Gateway-Empty
                                           Preferred DNS-192.168.1.1
                                           Alternate DNS-Empty
Change the Time Zone     -Calculatta India

Action -2

Open MMC
MMC is used for adding Group and user account
Ex:SPAdmin
      TeamLead
      ProjectManger
       DevObs




Action -3

AD-Configuration
Active Directory





Note:Use your Windows 7 or laptop to set the Default gateway IP and open the Computer Properties to change the computer name above there is domain change settings please enter your ad domain name helpstacks.com to login as created user in the AD users

Action -4

DHCP -Configuration




Action-5

DNS Configuration



Note:After DHCP Configuration
we are set with IP Range from 1 - 50 machines  after successfully completed the DHCP configuration
Open the Client user machine last we change the domain name and ip address from this update user can change only the IP address to set Automatic Obtain Ip that result filter out the DNS domain controller to inlize an automatic IP validating 
Action-6
SQL Server 2012 Database Engine install -
-Firewall Inbound rule to allow port 1433
-SQLServer Max Degree Parallelism Set 0 to 1
-Select the Database-management, Management Tools
-Server Account & Browser account set as Add SPSQL with Credentials
-Install Share point Prerequisites
-Install manually all the prerequisites except Appfabric 
-Appfabric Installation-Use the command to run 
Note:Before that you can copy the files through any location and merge the directory using dos after you hit the command.
\WindowsServerAppFabricSetup_x64.exe /i CacheClient,CachingService,CacheAdmin /gac


Action-7

SQL server Database user permission + SharePoint Installation


Action-7

Logical Architecture Of SharePoint



Action-8

Create Web Application In SharePoint 2013 Server

-Central Administration-Application Management -Manage Web Application - New

Managed Path

-Central Administration-Application Management -Manage Web Application - ManagePath

Create Site Collection

--Central Administration-Application Management -Create Site Collection

Managed Path Settings in Sites

-Central Administration-Application Management -Create Site Collection - ManagePath




Comments

Popular posts from this blog

How to execute Python Script in PyCharm-Configuration

Compile a VBScript into an EXE – iExpress

Sometimes you need to compile a vbscript into an EXE. There are a few applications that allow you to do this, however there is one already installed on the windows build called  iExpress . Before using this, you need to make sure your script works and launches what it is supposed to. E.g. if it launches Internet Explorer with a specific URL. Go to start menu > run and type  iExpress  and press enter. Next > until you are on  Package title . Here enter a title for your exe. Next > No prompt.  Next > Do not display a license.  Next > Add –  Here you will browse to your vbscript .  Next > In the install program section, you need to point to cscript.exe as this is what will run your script. So enter  C:\Windows\System32\cscript.exe “enter vbscript here.vbs” .  Next > Hidden.  Next > No message.  Next > Here you will select where you want to save your EXE files. Then ...