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.

  • 相关阅读:
    python简单的游戏场景代码
    ZooKeeper应用场景
    Zookeeper配置文件中的配置项解释和Zookeeper的安装
    MapReduce的手机流量统计的案例
    java和js获取当前天之后或之前7天(任意)日期
    JDK中ThreadDump诊断Java代码中的线程死锁问题
    Java代码调用Oracle的存储过程,存储函数和包
    Oracle的卸载过程步骤
    JDK中ConcurrentHashMap效率测试
    JDK提供的四种线程池代码详解
  • 原文地址:https://www.cnblogs.com/ahghy/p/2625119.html
Copyright © 2011-2022 走看看