设为首页 收藏本站
查看: 635|回复: 0

[经验分享] Exchange 2010 – NLB Client Access (on Virtual Machines)

[复制链接]

尚未签到

发表于 2018-7-9 07:11:44 | 显示全部楼层 |阅读模式
  This article begins, post VM creation and OS installation/Patching process.
Assumptions:

  •   Guest Operating System is Windows 2008 R2
  •   HyperV Host is running Windows 2008 R2
  •   Each VM guest has two network adapters presented to it.
  •   NLB Cluster will be in (UNICAST) Mode
Configuration Steps:

  •   Configure Network Adapters
  •   Configure Network Load Balancing
  •   Validate Configuration
  •   Decide on you DNS records for Client Access
      Reference:
Scenario: Desired NLB Configuration
  The image below illustrates the desired NLB topology/configuration for this article.
  Note:  This particular scenario the NLB and CorpNet networks are on the same network.  If we desired external access to the NLB cluster, the NLB and CorpNet would most likely be on seperate networks.

Configure Network Adapters
  Note:  When running Unicast, the NIC that has NLB enabled will have its’ MAC Address overwritten (Each Node will share the MAC address assigned to the NLB Cluster).  Because of this there will be additional configuration required within HyperV for the assigned NLB network interfaces.  
  1.  Install on the Guest VM Windows 2008R2, and install the latest patches and drivers.
  2. Create DNS A-Record for the Cluster Name.  My cluster name is webmail.contoso.com
  3. On each Guest, in Windows Rename the network connections accordingly.  I have mine as such:
  4.  On each Guest VM, in Windows, Configure each Network Adapter based on your network address scheme.  The required configuration information for each Network adapter is as follows:

  •   NLB NIC: IP Address and Subnet Only Configured


      •   Metric:  20
      •   WINS:  Disable Netbios


  IMPORTANT:  DO NOT MANUALLY select the “network load balancing (NLB) connection”!! This will happen automatically during the NL10.1.B Cluster creation process.  If its manually selected the NLB Cluster creation will not pick up this network interface as an option.  This image is merely to serve as a reference to remove all connections accept NLB and TCP.


  •   Corp Network NICn: Corporate network configuration (IP, GW, DNS).


      •   Metric:    1


  •   Binding Order


      •   Corp Network
      •   NLB
      •   Remote Access Connections




  My Server NIC configuration:
  CAS01

  CAS02

  5. Once the NICs are configured... Run an IPCONFIG /all and note the IP and MAC Address assignment for both Network Interfaces.
  Note: Once the cluster is created, the designated cluster Network Interface will receive a new MAC Address, and NLB Property will be Enabled on the Network Interface (NLB)
  6.  IMPORTANT!!!     By default Windows 2008 has IP  Forwarding disabled.  In order for this configuration with TWO NLB NICs to work and Not Define a Gateway to adhere to best practices, you have to enable IP forwarding on the NLB NIC so that requests sent to it are forwarded to the other; otherwise backend communication will not function.  Below is the simple command line to run on each NLB Node.
  Note:  Be sure to open the command prompt as “Run as Administrator”, also if you are running IPV6 make sure to substitute the ipv4 with ipv6.
netsh interface ipv4 set int “<NLB NIC NAME>” forwarding=enabled  My Scenario:    netsh interface ipv4 set int “NLB” forwarding=enabled
  7.  Next proceed with creating and configuring the new NLB Cluster.

Install Client Access (in our case Hub and CAS) Role, Features, Apps, etc.

Installing the Front-end (HUB and CAS) – Loadbalanced using NLB

  • Install Prerequisites/Roles/Features
ItemInfoInstall Prerequisites  The servers that will hold the Exchange Server 2010 server roles have the following prerequisites:

  •   The servers need to be running on Windows Server 2008 or Windows Server 2008 R2;
  •   .Net framework 3.5 with SP1 needs to be installed;
  •   PowerShell 2.0 needs to be installed;
  •   Office 2007 Filter packs needs to be installed for the Hub Transport Server role and the Mailbox Server role; Http://go.microsoft.com/fwlink/?LinkId=123380
  Make sure that after installing Windows on the servers that they are up-to-date with the latest hotfixes and service packs.
Install Roles/FeaturesFrom a Powershell Command Prompt (With elevated privileges)  <prompt> Import-Module ServerManager
  <prompt> Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy,NLB –Restart
  After the servers have rebooted, we must open an elevated Windows PowerShell window again, and set the service to start automatically. This can be accomplished with the following command:
  Set-Service NetTcpPortSharing –StartupType Automatic
  Since we are going to install both the Hub Transport on these servers, we must also install the Microsoft Filter Pack.
Additional Configurations  I will then turn off the Internet Explorer Enhanced Security Configuration for Administrators.
  Go to the Server Manager, Scroll down to the Security Information

  • Installing Exchange Client Access/Hub Server Role:  Automated Install
      Setup.com /mode:install /roles:ht,ca /ExternalCASServerDomain:webmail.contoso.com
      /LegacyRoutingServer:Ex2003srv.contoso.

Create and Configure Network Load Balancing Cluster
  This process will detail the process for creating and configuring the NLB Cluster.
  1.  Log into one of the Guest Virtual Machines (NLB Nodes). In my case Server1 (First node in the cluster)
  2.  Right Click Network Load Balancing Manager, and select “RUN AS ADMINSTRATOR”.
  3. In the console tree, right-click Network Load Balancing Clusters, and then click New Cluster.
  4. In the Host box, type the computer name (CAS01.contoso.com) of the guest virtual machine that will be the first host of the cluster, and then click Connect. (Host Name, not cluster name)
  5.  In the Interfaces available for configuring a new cluster list, select a network adapter for the NLB cluster, and then click Next.
  6.  Under interfaces select NLB Network Interface.
  Note:  If your NLB Network interface does not show up in the list, verify that the “Network Load Balancing” property is un checked within the network interface properties.  NLB will not pick up the network interface if that checkbox is already enabled.
  7.  On the New Cluster: Cluster IP Addresses screen, define the virtual IP address. In my case its the IP Address assigned to

  webmail.contoso.com  A-Record (192.168.1.130) for the NLB cluster.

  Important:Note the MAC address in the Network Address property, and then click Next. You will use this MAC address later.
  8.  Under Cluster operation mode, click Unicast, and then click Next.
  9. Complete the rest of the NLB configuration, and then shut down the virtual machine.
  10.  At this point you have a single node within the NLB Cluster, and the MAC Address has been changed.  To verify, run an IPCONFIG /ALL, and check to see if the NLB Network Connection changed from what was previously noted, to a new MAC Address.  In my case, mine changed from (Previous MAC: 00:15:5D:CC:16:5E to 02:BF:0A:01:0A:A0).
  11.  If you didn't do it in step 7, be sure to note the new MAC Address, and shutdown the Node (Server1).
  12.  Once the Guest (Server1) is shutdown, open HyperV Manager and Select the Server1 > Settings > Network Adapter (The one assigned to NLB).
  13.  Under MAC Address, set the MAC Address to STATIC, and enter the MAC Address assigned to the NLB Network Interface (Note earlier).
  15.  Next select “Enable spoofing of MAC addresses”, and select apply.

  Add the second VM to the NLB Cluster
  1. Continuing from step 15, startup the VM (CAS01) and log into Windows.
  2.  Open Network Load Balancing Manager (RUN AS ADMINISTRATOR).
  3.  Right click the NLB cluster, and then click Add Host To Cluster.
  4.  Specify the name of the new host (CAS02), and then click Connect. The network adapters that are available for the host are listed at the bottom of the dialog box.
  5.  Click the network adapter that you want to use for Network Load Balancing (In my case NLB), and then click Next.
  6.  The IP address that is configured on this network adapter is the dedicated IP address (192.168.1.132) for this host.
  7.  Complete the rest of the NLB configuration, and then shut down the virtual machine (CAS02).
  8.  Once the Guest (CAS02) is shutdown, open HyperV Manager and Select the CAS01 > Settings > Network Adapter (The one assigned to NLB).
  9.  Under MAC Address, set the MAC Address to STATIC, and enter the MAC Address assigned to the NLB Network Interface (Note earlier).
  10.  Next select “Enable spoofing of MAC addresses”, and select apply.

  11. Next, Start the virtual machine (CAS02).
  12. Open Network Load Balancing Manager.
  13.  Verify that the NLB cluster is up as well as both nodes.
  14.  At this point you now have a two-node NLB Cluster, each node sharing the same MAC address on the NLB network interface.
Configure Client Access Array
  After the NLB cluster, Exchange is installed you can
  Previous Exchange versions (Exchange 2000/2003) did not support to the use the front-end server by internal MAPI clients. They were connected directly to internal Back-End servers via MAPI over RPC. With the introduction of Exchange server 2007 this limitation has decreased significantly. Client Access Server worked for most protocols except MAPI clients.
  With Exchange Server 2010 all protocols should go through the Client Access Server and cannot connect to Mailbox servers by MAPI clients directly. This has been done by introducing a new Client Access Server(CAS) service known as the RPC Client Access service.
  To configure Exchange Server 2010 CAS array, you should follow the five steps mentioned bellow.

  •   You must configure internal DNS entry for the name of the CAS array. This name must be unique for the internal network.
  •   You must configure Network Load Balancing. In this case i use Windows Network Load Balancing technology.
  •   Create the new Client Access Array.
  •   Configure a mailbox database to use Cas Array
  •   Verify the Autodiscover services is working with CAS Array. (This step is optional, but it would be good to verify this)

  •   To create the ClientAccessArray , Launch the Exchange 2010 Management Shell.  Run the following cmdlet:
  New-ClientAccessArray -Name “Internal CAS Array” -FQDN webmail.contoso.com
  One ClientAccessArray can be created per Active Directory site and, once it has been created, new mailbox databases will automatically detect its existence and configure themselves to use it.  However, for any mailbox databases that have already been created, you must update the RPCClientAccessServer attribute on each database to configure client mailboxes hosted on these databases to also use the ClientAccessArray.
  Run the following cmdlet:
  Set-MailboxDatabase “NAME_OF_DATABASE” -RPCClientAccessServer webmail.contoso.com
  Note that you could also set the RPCClientAccessServer attribute by running Get-MailboxDatabase | Set-MailboxDatabase -RPCClientAccessServer internalCASArray.client.local and it would configure this attribute for all mailbox databases in the organization.  If you have multiple sites, you would want to restrict this.
  4.  Check the output of the following cmdlet to confirm that the RPCClientAccessServer attribute was set properly for the appropriate databases:
  Get-MailboxDatabase | Select Name,RPCClientAccessServer | fl
  Once the above steps have been completed, try creating a MAPI profile for a user hosted in Exchange 2010.  Enter your load balanced name (internalCASArray.client.local), a username, and click Check Name.  You should see your load balanced name remain and not be replaced by one of your underlying CAS servers!
  link:http://idamd.blogspot.hk/2010/07/exchange-2010-nlb-client-access-on.html

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-535423-1-1.html 上篇帖子: NFL: Patriot Fans Turn Out To Exchange 下篇帖子: 微软整合实验(六): 布署Exchange 2010 CAS&Hub负载均衡
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表