zoukankan      html  css  js  c++  java
  • SharePoint 2010 network load balance 负载均衡配置

    SharePoint Permission Report, SharePoint Permission Check

    How to Setup Load Balance in SharePoint 2010 Farm

    Posted on : 12-12-2011 | By Rocky

    As we know, in medium or large enterprise, there are two or three tires in SharePoint Farm, generally including three kinds server: Data server, App server, WFE server. WFE server is used to handle requests from customers, the frequent requests from a lot of users maybe bring out maximum load to WFE server, so it is necessary to build multiple WFE servers to distribute the load, this post will teach you how to complete the configuration step by step.

    It includes three parts.

    Part1 Add a WFE server to the current SharePoint Farm. (One has existed in the farm)

    Part2 Add the feature Network Balancing and configure the cluster.

    Part3 Create an entry in the DNS for the cluster.

    Assume one WFE server has been added to your SharePoint farm, now let’s add another one.

    1. Install SharePoint in another WFE Server and enter the configuration wizard, connect to an existing server farm.

    2. Click Next then type database server name, click Retrieve Database Names and select the farm configuration database.

    3. Click Next and input the passphrase which you have specified when you first install the SharePoint Farm.

    4. Click the Advanced Settings and Select User this machine to host the web site.

    5. Click OK to finish the configurations.

    6. Now install the feature NLB(Network Load Balancing) in the two WFE(web front end) SharePoint servers.

    7. Configure NLB and create a cluster, Go to Start>Administrative Tools>Network Load Balancing Manager.

    8. Right-click Network Balancing node and select New Cluster.

    9.Connect to one host and add the cluster IP address.

    10.Select Multicast, the default is Unicast.

    11. You can define the port rule, but I leave the default here.

    12.Add the other WFE server to the cluster.

    13. Type the host name that to be part of the new cluster.

    14.Set the priority to be 2.

    15. Click Next, complete the configuration.

    16.Create an entry in DNS for the cluster.

    17117

    17. Set the binding for the site.

    18. Modify Alternate Access Mapping for the default site collection from http://spb10wfe1 to http://cluster.

  • 相关阅读:
    margin:0 auto是什么意思
    CSS border-collapse 属性
    CSS-水平和垂直居中
    jQuery 事件
    移动端Html5控制布局
    CSS :root 测试
    SQL 读取XML到Datatable
    微信小程序 table 简单测试
    微信小程序 JS 获取View 和 屏幕相关属性(高度、宽度等等)
    JavaScript(正则表达式一)
  • 原文地址:https://www.cnblogs.com/ahghy/p/2625119.html
Copyright © 2011-2022 走看看