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.

  • 相关阅读:
    静态代码块--》非静态代码块--》构造方法
    谈谈SQL server的 worker threads-----微软亚太区数据库技术支持组 官方博客
    SQL SERVER SQLOS的任务调度--微软亚太区数据库技术支持组 官方博客
    线程池 数据库连接池 内存池
    SQL Server的thread scheduling(线程调度)
    ookla 网络上传下载 PING 测试
    mysql 监控工具
    SQL Server 2000 ——系统表和系统视图
    SQL Server 2000 ——DBCC命令
    几个未公开的 DBCC 命令
  • 原文地址:https://www.cnblogs.com/ahghy/p/2625119.html
Copyright © 2011-2022 走看看