Posts

Showing posts with the label NLB

REF: Server 2008 NLB

  http://technet.microsoft.com/zh-tw/library/ff625247.aspx http://technet.microsoft.com/zh-tw/library/gg476050.aspx http://technet.microsoft.com/zh-tw/library/aa997237.aspx http://technet.microsoft.com/en-us/library/cc754833(WS.10).aspx http://www.dotblogs.com.tw/dotjason/archive/2009/04/27/8209.aspx http://technet.microsoft.com/zh-tw/library/cc771300(WS.10).aspx http://social.technet.microsoft.com/Forums/en-US/winserverClustering/thread/0afdb0fc-2adf-4864-b164-87e24451f875/ http://www.msexchange.org/articles_tutorials/exchange-server-2007/planning-architecture/uncovering-new-rpc-client-access-service-exchange-2010-part3.html http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/35f2f669-fc27-4471-b5e9-e11d554b2a2f http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/7ac5a550-269e-4f53-9da3-cbede707e698

LAB: Exchange 2010 CAS NLB on VM

  http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=1006558&sliceId=1&docTypeID=DT_KB_1_1&dialogID=42912404&stateId=0%200%2041454115   http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1006580 http://communities.vmware.com/message/1392417 http://communities.vmware.com/message/1775552

LAB: Update NLB Basic

Image
    http://blog.morecoffeeany1.com/2010/03/19/building-nlb-exchange-2010-rtm-cas-ht-servers-hyper-v-%E2%80%93-part-1/ http://blogs.kraftkennedy.com/index.php/2009/11/25/configuring-nlb-for-exchange-2010-cas-load-balancing/ (***) Quote from  http://blogs.kraftkennedy.com       1. Create IP and A record for CAS Array VIP: 192.168.1.70  (CASArray.lab2.local)   2. LAN Preparation Node1: Public LAN: 192.168.1.71 (LAB2-CAS01.lab2.local) 255.255.255.0 1921.68.1.1 NLB LAN: 192.168.1.73 255.255.255.0   Node2: Public LAN: 192.168.1.72 (LAB2-CAS02.lab2.local) 255.255.255.0 1921.68.1.1 NLB LAN: 192.168.1.74 255.255.255.0 3. NIC Advanced Settings   4. Create NLB   5. NLB LAN enable forwarding on both nodes That is: netsh interface ipv4 set int “NLB LAN” forwarding=enabled For me the following c...

Ticket: Exchange 2010 on server 2008 - Event ID 10009 — COM Remote Service Availability

Image
  網路負載平衡 (NLB):單點傳播 (Unicast) 與 多點傳送 (Multicast) 的差異   on node1 BQT-CAS01 NLB monitoring status on Node1 BQT-CAS01 ping testing but on Node2 BQT-CAS02 NLB manager seems fine on Node2 BQT-CAS02 ping testing   Event ID 10009 — COM Remote Service Availability Check the firewall settings and enable the firewall exception rule To check the firewall settings and enable the firewall exception rule: Click Start , and then click Run . Type wf.msc , and then click OK . If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue . In the console tree, click Inbound rules . In the list of firewall exception rules, look for COM+ Network Access (DCOM In) . If the firewall exception rule is not enabled, in the details pane click Enable rule , and then scroll horizontally to confirm that the protocol is TCP and the LocalPort is 135 . Close Win...

Issue: Exchange 2010 CAS NLB configuration - netsh

Image
    Balancing Act: Dual-NIC Configuration with Windows Server 2008 NLB Clusters Configuring NLB for Exchange 2010 CAS Load Balancing Next Steps Before you start using your new NLB cluster for CAS functionality, you should complete two final tasks.  First, IP forwarding should be enabled on each cluster member’s NLB LAN NIC.  By default, Windows 2008 disables IP forwarding, which causes problems with NLB.  IP forwarding enabled allows, from an NLB perspective, requests sent from one NIC to be sent out the other.  IP forwarding can be enabled on your NLB LAN NIC by running netsh interface ipv4 set int “NLB LAN” forwarding=enabled from a command prompt.     netsh interface show int That will show you the interfaces in the server.  Find the name of the cluster NIC and put it in quotes in the following command: ne tsh interface ipv4 set interface "Cluster NIC" forw...

Exchange 2010 CAS NLB Part3 – Install Exchange 2010 CAS role on Server 2008 R2

Image
  1. Open Powershell with elevated rights using "Run As Administrator", and run below cmdlets to install prerequisites... Import-Module ServerManager 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 -Restart Set-Service NetTcpPortSharing -StartupType Automatic Cannot install Exchange 2010 on Win Server 2k8R2   2. Import-Module ServerManager 3. 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 –Restart 4. Set-Service NetTcpPortSharing -StartupType Automatic 5. Client Access Role Failed Error: The following e...

Exchange 2010 CAS NLB Part2 – Add Additional NLB Node

Image
  1. 2. 3. 4. 5. 6.

Exchange 2010 CAS NLB Part1 – Add First NLB Node

Image
  1. Exchange Queue & A: CAS Arrays - Server Roles, Client Creation, Load Balancing and More 2. Configuring NLB for Exchange 2010 CAS Load Balancing 3. Unable to connect to Windows Server 2008 NLB Virtual IP Address from hosts in different subnets when NLB is in Multicast Mode 4. Building NLB Exchange 2010 RTM CAS / HT Servers (Hyper-V) – Part 1 (***) 5. 網路負載平衡 (NLB):單點傳播 (Unicast) 與 多點傳送 (Multicast) 的差異 6. 安裝手冊範本 - Client Access Server (Windows Server 2008) 7. Uncovering the new RPC Client Access Service in Exchange 2010 (Part 3) 8. Unicast or Multicast Mode? 9. Quick Tip: Configuring Network Load Balancing (NLB) on Windows 2008 for Exchange CAS Servers… 10. 分享exchange 2007系列之四:Windows 2008 & Exchange CAS NLB 11. Windows Server 2008怎麼設定網路負載(Network LoadBalance) 1. ServerManagerCmd -i NLB   2.   Internal CAS array name: BQT-CASArray.MSFT.corp.com CAS server: BQT-CAS01.MSFT.corp.com...