In the last few sections we have configured the SharePoint three-tier farm installation. In this section, we will simply verify the load and search capabilities under balance.
A balanced load of hardware can generally be used in a production environment, or NLB in Windows itself. The method of DNS polling is used to verify the load balance.
1. DNS resolution
This adds a XCLOUD.PW DNS zone, PORTAL.XCLOUD.PW this URL as the homepage of the site.
Add 2 A records as follows, pointing to 2 SPS front-end servers, respectively.
650) this.width=650; "title=" clip_image002 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image002" src= "http://s3.51cto.com/wyfs02/M02/6C/04/wKiom1U9pIWALP0KAACW8VgjGs0995.jpg" height= "168"/>
2. Configure the Web application
Enter the SPS Management Center to manage Web applications
If you have previously configured a Web application that uses port 80 by default, you can click Delete to create a new one.
650) this.width=650; "title=" clip_image004 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image004" src= "http://s3.51cto.com/wyfs02/M00/6C/04/wKiom1U9pIbzlDxbAABqZj9g1lg145.jpg" height= "119"/>
Set a URL with a balanced payload address
650) this.width=650; "title=" clip_image006 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image006" src= "http://s3.51cto.com/wyfs02/M01/6C/04/wKiom1U9pIfQX2LZAAGFoyi-Gyw776.jpg" height= "625"/>
After the creation is complete as follows
650) this.width=650; "title=" clip_image008 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image008" src= "http://s3.51cto.com/wyfs02/M02/6C/04/wKiom1U9pIjxScgqAABU4MiMfw4205.jpg" height= "/>"
3. Create a site collection to verify the load balancing of the site
Go to Application management, create a site collection
650) this.width=650; "title=" clip_image010 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image010" src= "http://s3.51cto.com/wyfs02/M00/6C/04/wKiom1U9pIzBZfr-AADlRCp-9SU748.jpg" height= "294"/>
Here, create a team site under the root directory
650) this.width=650; "title=" clip_image012 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image012" src= "http://s3.51cto.com/wyfs02/M01/6C/04/wKiom1U9pI2ip-LvAADC1k_0KRY435.jpg" height= "525"/>
650) this.width=650; "title=" clip_image014 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image014" src= "http://s3.51cto.com/wyfs02/M02/6C/04/wKiom1U9pI2C1ElRAABQXR7AIZQ017.jpg" height= "104"/>
Clicking on the site collection URL will automatically go to the homepage
650) this.width=650; "title=" clip_image016 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image016" src= "http://s3.51cto.com/wyfs02/M01/6C/04/wKiom1U9pI7TWLeUAADpD2CkTy8488.jpg" height= "296"/>
Close and enable 2 front ends, respectively, to verify Web service availability.
You can do this in the following order:
1) Wfe1,wfe2 all open
2) Close WFE1, service transfer to WFE2 provide
3) Close WFE2, Web page cannot be opened
4) Open WFE2, service provided by WFE2
5) Turn on WFE1
Note that the above only provides a failover scenario, and does not have the ability to validate the actual balanced load.
The verification of balanced load can use multiple clients to access the Web site, through IIS log to confirm that different clients are served by different Web servers.
On the client side, you can also use the ping command to confirm which server is providing the Web service.
650) this.width=650; "title=" clip_image018 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image018" src= "http://s3.51cto.com/wyfs02/M01/6C/00/wKioL1U9pfTBlWTWAAIEEa_ij-g362.jpg" height= "427"/>
Because the client has a DNS cache, it will take some time after swapping the server or forcing the DNS cache to be emptied to get the correct results, which is also the drawback of DNS polling as a load balancing function.
4. Verifying search Capabilities
First of all, add a few experimental documents to the document now.
650) this.width=650; "title=" clip_image020 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image020" src= "http://s3.51cto.com/wyfs02/M02/6C/00/wKioL1U9pfXyErnwAACnRqMMTCM365.jpg" height= "281"/>
Crawl through search administration in central administration
650) this.width=650; "title=" clip_image022 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image022" src= "http://s3.51cto.com/wyfs02/M00/6C/00/wKioL1U9pfnzHVRdAADkoD03E1E424.jpg" height= "346"/>
After waiting for write time, the completion is completed when the state becomes idle.
650) this.width=650; "title=" clip_image024 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image024" src= "http://s3.51cto.com/wyfs02/M01/6C/00/wKioL1U9pfmRGQM_AACZzEHqucA596.jpg" height= "224"/>
Return to search administration to confirm that there are currently 23 items available for search
650) this.width=650; "title=" clip_image026 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image026" src= "http://s3.51cto.com/wyfs02/M02/6C/00/wKioL1U9pfqwQkQFAAEHF3Oq0jo278.jpg" height= "470"/>
Create a search site collection, template Select Enterprise Search Center
650) this.width=650; "title=" clip_image028 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image028" src= "http://s3.51cto.com/wyfs02/M00/6C/00/wKioL1U9pfygC6gWAAERpETixIw871.jpg" height= "598"/>
After entering the search site, you can enter keywords to search
650) this.width=650; "title=" clip_image030 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;border-left:0px;padding-right:0px; "border=" 0 "alt = "clip_image030" src= "http://s3.51cto.com/wyfs02/M00/6C/04/wKiom1U9pJjy2a57AABtsndkIwI429.jpg" height= "211"/>
Confirm Search Results
650) this.width=650; "title=" clip_image032 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px, "border=" 0 "alt=" clip_ image032 "src=" http://s3.51cto.com/wyfs02/M01/6C/04/wKiom1U9pJnSfEjXAAEDbl2Qadc723.jpg "height=" 349 "/>
This article is from the "Iron Fist of the Invincible Speaker" blog, please be sure to keep this source http://yaojiwei.blog.51cto.com/762134/1639001
SharePoint 2013 Instance 1-building a three-tier server farm 10-Functional validation