Book Image

Microsoft Exchange 2010 PowerShell Cookbook

Book Image

Microsoft Exchange 2010 PowerShell Cookbook

Overview of this book

Table of Contents (22 chapters)
Microsoft Exchange 2010 PowerShell Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Building a Windows NLB cluster for CAS servers


High availability for servers running the CAS role is achieved using Network Load Balancing and CAS arrays. While it is recommended that you use a hardware network load balancing (HLB) solution, Windows Network Load Balancing (NLB) is still supported and may be appropriate for small or medium size organizations. In this recipe, you'll learn how to create a Windows NLB cluster using PowerShell for servers running Windows Server 2008 R2.

Getting ready

For this example, you'll need to run some commands against each of your CAS servers that will be a part of the NLB cluster. You must run these commands from at least one of the CAS servers, and each server in the cluster will need to be running Windows Server 2008 R2 for this to work.

To complete the steps in this recipe, you can use a standard Windows PowerShell console or use the Exchange Management Shell from the server.

How to do it...

  1. The first step is to install Windows Network Load Balancing and...