SlideShare a Scribd company logo
1 of 36
Download to read offline
MSG348
Best Practices For
Exchange Server Cluster
Deployments
Karl Robinson
Senior Systems Engineer
ISS Solutions Engineering
Hewlett-Packard Corporation
Agenda
 Why Cluster
 What is a Cluster
 What’s New
 Planning
 Administrative / Operational Practices
Why Cluster
 High Availability
   What is it?
     Availability versus Reliability
 Benefits
   Reduce single points of failure
   Maintenance and upgrade
 Doesn’t protect against
   Shared storage failures
   Network failures
   Operational or procedural failures
What Is A Cluster?
 Collection of physical servers that can
 act as a single logical server
 Requirements
   Shared Storage
   Same IP subnet
What Is A Cluster?
 Collection of Resources
   Physical Disk
   IP Address
   Network Name
 Exchange Specific Resources
   System Attendant
   Information Store
   Search
   HTTP, IMAP4, POP3, SMTP Virtual Servers
   Routing Service
   MTA Instance
Cluster Resources
     Cluster Support for Exchange 2000
     Resources
Exchange 2000 Component Cluster Functionality     Comments
System Attendant        Active/Active         Each Exchange Virtual Server is
                                              created by the SA resource is
                                              configured
Information Store          Active/Active       Each cluster node is limited to 4
                                               storage groups
Message Transfer Agent     Active/Passive      The MTA will be in only one
                                               cluster group. One MTA instance
                                               per cluster
POP3, IMAP, SMTP, HTTP     Active/Active       Multiple virtual servers per node
DAV, NNTP
Connectors: MSMail, CC     Active/Passive      Not Supported in a Cluster
Mail, Profs, etc
Site Replication Service   Active/Passive      Not Supported in a Cluster
MS Search Server           Active/Active       One instance per virtual server
Key Management, Video,     Active/Passive      Not Supported in a Cluster
Chat, Conference, ADC
What Is A Cluster?
What’s New ?
 Eight Node Support
   Windows Server 2003 Enterprise and
   Datacenter Editions
   Active/Active only supported with 2 nodes
   N Active Servers with Y passive Servers
   (N+1, etc.)
   Better economics
     1+1 – 50% Standby
     3+1 – 25% Standby
     7+1 – 12.5% Standby
     6+2 – 25% Standby
What’s New ?
 Cluster Service Installation
   Cluster Administrator installed by default
   in Admin Tools
   No need to install additional components
   from disk for cluster service
 New Server Cluster Wizard
   Simplifies cluster installation
   Analyses environment to determine
   cluster feasibility
demo

  New Server
  Cluster Wizard
What’s New
 Security
   No longer need to make the cluster
   service account an Exchange full admin
   Support for Kerberos
   Support for IPSEC (FE -> BE clustered
   Exchange server)
   Secure by default (POP and IMAP
   resources will not longer be created
   by default)
What’s New?
 Faster Failover
   Flattened dependency tree

 Exchange 2000         Exchange 2003
What’s New?
 Faster failover
   Anti-affinity API
     Strong anti-affinity means that groups will be
     kept apart if possible
     Find available nodes faster than in
     Windows 2000
 Quorum types
   Local
   Majority Node Set
   Disk Resource (traditional)
What’s New?
 File System Mount Points
   Relief from drive letter limitation
What’s New?
 Volume Shadow Copy Service
 (VSS) support
   Windows Server 2003
   Supported snap/clone of
   Exchange Databases
   Supported by storage vendors
Active/Active and N+I
Active / Active
   All nodes can have an active virtual server
   A single node can have multiple active
      virtual servers at the same time
   Supported up to 2 nodes only
   A single node cluster is considered A/A
N+I
   At least 1 free node at any time
   No more than 1 active virtual server per
      node (enforced with 3 or more nodes)
demo

  Exchange Server
  2003 Virtual
  Server Creation
Planning Clusters
 Cluster Hardware
 Storage Planning
 Windows 2003 infrastructure
 Naming Conventions
 Service Account
Cluster Hardware
 Ensure HCL compliance
   Servers, Storage, HBAs, Drivers
 Other high availability components
   Redundant power supplies, flash ROM,
   hot plug fans
   Hot Plug PCI
   Redundant HBAs, NICs, SCSI controllers
   Advanced memory protection
     Hot add RAM
     Advanced ECC
     Online Spare Memory
Cluster Hardware
 Choose standard configurations
 Keep cluster nodes at same patch level
   Service Packs
   Hot Fixes
   Security Updates
   Driver versions
Redundancy, Redundancy
 Redundancy at all levels
 Power
 Network
 Hardware
 AD – Multiple GCs/DCs
 DNS – Multiple DNS servers
 Bridgehead servers
Storage Planning
 Estimate storage requirements
 #users? #quota required?
 Use HP Storage Planning Calculator
 Not to be taken lightly, especially
 in a cluster
 Use consistent naming for folders
 and databases
Storage Planning
Component                Folder Name
Exchange Binaries        D:exchsrvrbin
Message Transfer Agent   R:exchsrvrMTADATA
MTA Work Directory       R:exchsrvrMTADATA
SMTP Mailroot            R:exchsrvrmailroot
SG1 Transaction Logs     S:exchsrvrSG1_TransLogs
Database folder          T:exchsrvrSG1_MBDData


SG1 Mailstore1           T:exchsrvrSG1_MBDDataSG1Mailstore1.edb
                         T:exchsrvrSG1_MBDDataSG1Mailstore1.stm
SG1 Mailstore2           T:exchsrvrSG1_MBDDataSG1Mailstore2.edb
                         T:exchsrvrSG1_MBDDataSG1Mailstore2.stm
Storage Planning
 Distribute components!
 Use Q for quorum drive
 Do not use Drive M: (hidden in Ex2003)
 Use RAID 0+1 for databases
 Use RAID 1 for transaction logs
 Use RAID 1 for SMTP drop area,
 Tracking Logs, and MTA
Storage Planning
 Make sure the
 System
 Attendant is
 dependent on
 all disk
 resources for
 that virtual
 server.
Windows Infrastructure
 Infrastructure must understand
 existence of Virtual Servers
 Critical to success of any cluster
 Redundancy, Redundancy
 Implement multiple DC’s/GCs in same
 site as cluster
 Implement multiple DNS servers
Node Configuration
 Deploy latest SP on each node
 Correct network configuration on cluster
 NIC’s
   2 NICs
   One set for Private, one set for Public and Private
   Name your network connections
   Do not configure a default gateway, DNS or WINS
   on private NICs
   Use Static IP addresses
   Remove “Client for Microsoft Networks” and
   “File and Printer Sharing” from private NICs
Node Configuration
 NIC autodetect KB
 174812
   Do not use
   Autodetect. Set media
   type, duplex, speed &
   flow control manually.
 Set/Verify binding
 order on NICs
Node Configuration
 Set staggered boot delays on
 each node
 /3gb modification
 /3gb /USERVA = 3030 for Windows
 Server 2003
 IP addresses
   2 for each node – Public & Private NICs
   1 for the cluster network name
   1 for each Exchange Virtual Server
Naming Conventions
Service Account
 Used by Windows Cluster Service
 Do not logon with this account
 unnecessarily
 Use one service account per cluster
 Use a consistent naming scheme
 Delegate permissions to the cluster
 account prior to installation
 (Exchange 2000)
Other Practices
 Test, Test, Test
 Document
 Train
 Monitor
 Third Party Products – ensure cluster
 compatibility
 Disaster Recovery
Summary
 Clusters are not for everyone, but with new
 versions of Windows and Exchange, you
 may want to re-evaluate their use in your
 organization.
 The additional complexity must
 be understood
 Provide flexibility in administration
 Contribute to HA if operated properly
 http://www.hp.com/solutions/activeanswers
 http://h18004.www1.hp.com/solutions/enterp
 rise/highavailability/index.html
Exchange Community Resources

Exchange Community Web Page
  http://www.microsoft.com/exchange/community
Exchange Newsgroups
  http://www.microsoft.com/exchange/community/newsgroups
Attend A Free Chat Or Webcast
  http://www.microsoft.com/exchange/community/webcasts.asp
  Some recent Exchange webcasts still available for viewing
     Exchange 2003 Overview: http://www.microsoft.com/usa/Webcasts/
     ondemand/1589.asp
     Decide between Exchange 2000 & Exchange 2003:
     http://searchwin2000.techtarget.com/content/0,290959,
     sid1_gci875523,00.html

Locate A Local User Group
  http://microsoft.com/communities/usergroups/default.mspx
Suggested Reading And Resources
      The tools you need to put technology to work!

            TITLE                       Available     Price
Microsoft® Exchange Server 2003
Administrator's Companion: 0-
7356-1979-4                               9/24/03      $59.99



Active Directory® for
Microsoft® Windows® Server                 Today        $49.99
2003 Technical Reference: 0-
7356-1577-2



  Microsoft Press books are 20% off at the TechEd Bookstore
  and also at the Ask the Experts area in the Expo Hall
  Visit Amazon.com today to receive 40% off selected titles
© 2003 Microsoft Corporation. All rights reserved.
This presentation is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.

More Related Content

What's hot

Benefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeBenefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeMarketingArrowECS_CZ
 
Oracle Cloud Infrastructure – Storage
Oracle Cloud Infrastructure – StorageOracle Cloud Infrastructure – Storage
Oracle Cloud Infrastructure – StorageMarketingArrowECS_CZ
 
Presentation linux on power
Presentation   linux on powerPresentation   linux on power
Presentation linux on powersolarisyougood
 
SQL Server Cluster Presentation
SQL Server Cluster PresentationSQL Server Cluster Presentation
SQL Server Cluster Presentationwebhostingguy
 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...xKinAnx
 
IMCSummit 2015 - Day 2 IT Business Track - 4 Myths about In-Memory Databases ...
IMCSummit 2015 - Day 2 IT Business Track - 4 Myths about In-Memory Databases ...IMCSummit 2015 - Day 2 IT Business Track - 4 Myths about In-Memory Databases ...
IMCSummit 2015 - Day 2 IT Business Track - 4 Myths about In-Memory Databases ...In-Memory Computing Summit
 
Teradata memory management - A balancing act
Teradata memory management  -  A balancing actTeradata memory management  -  A balancing act
Teradata memory management - A balancing actShaheryar Iqbal
 
VMworld 2013: VMware Virtual SAN Technical Best Practices
VMworld 2013: VMware Virtual SAN Technical Best Practices VMworld 2013: VMware Virtual SAN Technical Best Practices
VMworld 2013: VMware Virtual SAN Technical Best Practices VMworld
 
IBM Spectrum Scale Networking Flow
IBM Spectrum Scale Networking FlowIBM Spectrum Scale Networking Flow
IBM Spectrum Scale Networking FlowSandeep Patil
 
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...xKinAnx
 
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral ProgramBig Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral Programinside-BigData.com
 
SOUG_Deployment__Automation_DB
SOUG_Deployment__Automation_DBSOUG_Deployment__Automation_DB
SOUG_Deployment__Automation_DBUniFabric
 
Microsoft Offical Course 20410C_08
Microsoft Offical Course 20410C_08Microsoft Offical Course 20410C_08
Microsoft Offical Course 20410C_08gameaxt
 
Highly available, scalable and secure data with Cassandra and DataStax Enterp...
Highly available, scalable and secure data with Cassandra and DataStax Enterp...Highly available, scalable and secure data with Cassandra and DataStax Enterp...
Highly available, scalable and secure data with Cassandra and DataStax Enterp...Johnny Miller
 
Continuent webinar 02-19-2015
Continuent webinar 02-19-2015Continuent webinar 02-19-2015
Continuent webinar 02-19-2015Continuent
 
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...xKinAnx
 
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...xKinAnx
 
GWAVACon 2013: Novell Open Enterprise Server Best Practices
GWAVACon 2013: Novell Open Enterprise Server Best PracticesGWAVACon 2013: Novell Open Enterprise Server Best Practices
GWAVACon 2013: Novell Open Enterprise Server Best PracticesGWAVA
 
DataStax | DSE: Bring Your Own Spark (with Enterprise Security) (Artem Aliev)...
DataStax | DSE: Bring Your Own Spark (with Enterprise Security) (Artem Aliev)...DataStax | DSE: Bring Your Own Spark (with Enterprise Security) (Artem Aliev)...
DataStax | DSE: Bring Your Own Spark (with Enterprise Security) (Artem Aliev)...DataStax
 

What's hot (20)

Double-Take Software
Double-Take SoftwareDouble-Take Software
Double-Take Software
 
Benefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeBenefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): Compute
 
Oracle Cloud Infrastructure – Storage
Oracle Cloud Infrastructure – StorageOracle Cloud Infrastructure – Storage
Oracle Cloud Infrastructure – Storage
 
Presentation linux on power
Presentation   linux on powerPresentation   linux on power
Presentation linux on power
 
SQL Server Cluster Presentation
SQL Server Cluster PresentationSQL Server Cluster Presentation
SQL Server Cluster Presentation
 
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
Ibm spectrum scale fundamentals workshop for americas part 1 components archi...
 
IMCSummit 2015 - Day 2 IT Business Track - 4 Myths about In-Memory Databases ...
IMCSummit 2015 - Day 2 IT Business Track - 4 Myths about In-Memory Databases ...IMCSummit 2015 - Day 2 IT Business Track - 4 Myths about In-Memory Databases ...
IMCSummit 2015 - Day 2 IT Business Track - 4 Myths about In-Memory Databases ...
 
Teradata memory management - A balancing act
Teradata memory management  -  A balancing actTeradata memory management  -  A balancing act
Teradata memory management - A balancing act
 
VMworld 2013: VMware Virtual SAN Technical Best Practices
VMworld 2013: VMware Virtual SAN Technical Best Practices VMworld 2013: VMware Virtual SAN Technical Best Practices
VMworld 2013: VMware Virtual SAN Technical Best Practices
 
IBM Spectrum Scale Networking Flow
IBM Spectrum Scale Networking FlowIBM Spectrum Scale Networking Flow
IBM Spectrum Scale Networking Flow
 
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
Ibm spectrum scale fundamentals workshop for americas part 3 Information Life...
 
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral ProgramBig Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
 
SOUG_Deployment__Automation_DB
SOUG_Deployment__Automation_DBSOUG_Deployment__Automation_DB
SOUG_Deployment__Automation_DB
 
Microsoft Offical Course 20410C_08
Microsoft Offical Course 20410C_08Microsoft Offical Course 20410C_08
Microsoft Offical Course 20410C_08
 
Highly available, scalable and secure data with Cassandra and DataStax Enterp...
Highly available, scalable and secure data with Cassandra and DataStax Enterp...Highly available, scalable and secure data with Cassandra and DataStax Enterp...
Highly available, scalable and secure data with Cassandra and DataStax Enterp...
 
Continuent webinar 02-19-2015
Continuent webinar 02-19-2015Continuent webinar 02-19-2015
Continuent webinar 02-19-2015
 
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
Ibm spectrum scale fundamentals workshop for americas part 5 spectrum scale_c...
 
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
Ibm spectrum scale fundamentals workshop for americas part 4 Replication, Str...
 
GWAVACon 2013: Novell Open Enterprise Server Best Practices
GWAVACon 2013: Novell Open Enterprise Server Best PracticesGWAVACon 2013: Novell Open Enterprise Server Best Practices
GWAVACon 2013: Novell Open Enterprise Server Best Practices
 
DataStax | DSE: Bring Your Own Spark (with Enterprise Security) (Artem Aliev)...
DataStax | DSE: Bring Your Own Spark (with Enterprise Security) (Artem Aliev)...DataStax | DSE: Bring Your Own Spark (with Enterprise Security) (Artem Aliev)...
DataStax | DSE: Bring Your Own Spark (with Enterprise Security) (Artem Aliev)...
 

Viewers also liked

Hp Best Practices For Microsoft Exchange Server 2000 And 2003 Cluster Deploym...
Hp Best Practices For Microsoft Exchange Server 2000 And 2003 Cluster Deploym...Hp Best Practices For Microsoft Exchange Server 2000 And 2003 Cluster Deploym...
Hp Best Practices For Microsoft Exchange Server 2000 And 2003 Cluster Deploym...Armando Leon
 
Proxmox 4.2 usage in the Standards Interoperability PLM Project
Proxmox 4.2 usage in the Standards Interoperability PLM Project Proxmox 4.2 usage in the Standards Interoperability PLM Project
Proxmox 4.2 usage in the Standards Interoperability PLM Project Dr Nicolas Figay
 
Secure Data Center on Cloud Environment, Case Study on GamaBox Cloud Infrastr...
Secure Data Center on Cloud Environment, Case Study on GamaBox Cloud Infrastr...Secure Data Center on Cloud Environment, Case Study on GamaBox Cloud Infrastr...
Secure Data Center on Cloud Environment, Case Study on GamaBox Cloud Infrastr...idsecconf
 
Android Forensics: Exploring Android Internals and Android Apps
Android Forensics: Exploring Android Internals and Android AppsAndroid Forensics: Exploring Android Internals and Android Apps
Android Forensics: Exploring Android Internals and Android AppsMoe Tanabian
 
Setup and configuration for ibm tivoli access manager for enterprise single s...
Setup and configuration for ibm tivoli access manager for enterprise single s...Setup and configuration for ibm tivoli access manager for enterprise single s...
Setup and configuration for ibm tivoli access manager for enterprise single s...Banking at Ho Chi Minh city
 
Android forensics an Custom Recovery Image
Android forensics an Custom Recovery ImageAndroid forensics an Custom Recovery Image
Android forensics an Custom Recovery ImageMohamed Khaled
 

Viewers also liked (9)

Hp Best Practices For Microsoft Exchange Server 2000 And 2003 Cluster Deploym...
Hp Best Practices For Microsoft Exchange Server 2000 And 2003 Cluster Deploym...Hp Best Practices For Microsoft Exchange Server 2000 And 2003 Cluster Deploym...
Hp Best Practices For Microsoft Exchange Server 2000 And 2003 Cluster Deploym...
 
Clustering overview
Clustering overviewClustering overview
Clustering overview
 
2016 nas 年會簡報
2016 nas 年會簡報2016 nas 年會簡報
2016 nas 年會簡報
 
Proxmox 4.2 usage in the Standards Interoperability PLM Project
Proxmox 4.2 usage in the Standards Interoperability PLM Project Proxmox 4.2 usage in the Standards Interoperability PLM Project
Proxmox 4.2 usage in the Standards Interoperability PLM Project
 
Secure Data Center on Cloud Environment, Case Study on GamaBox Cloud Infrastr...
Secure Data Center on Cloud Environment, Case Study on GamaBox Cloud Infrastr...Secure Data Center on Cloud Environment, Case Study on GamaBox Cloud Infrastr...
Secure Data Center on Cloud Environment, Case Study on GamaBox Cloud Infrastr...
 
Android Forensics: Exploring Android Internals and Android Apps
Android Forensics: Exploring Android Internals and Android AppsAndroid Forensics: Exploring Android Internals and Android Apps
Android Forensics: Exploring Android Internals and Android Apps
 
Setup and configuration for ibm tivoli access manager for enterprise single s...
Setup and configuration for ibm tivoli access manager for enterprise single s...Setup and configuration for ibm tivoli access manager for enterprise single s...
Setup and configuration for ibm tivoli access manager for enterprise single s...
 
WhatsApp Forensic
WhatsApp ForensicWhatsApp Forensic
WhatsApp Forensic
 
Android forensics an Custom Recovery Image
Android forensics an Custom Recovery ImageAndroid forensics an Custom Recovery Image
Android forensics an Custom Recovery Image
 

Similar to Ms Tech Ed Best Practices For Exchange Server Cluster Deployments June 2003

MySQL HA with PaceMaker
MySQL HA with  PaceMakerMySQL HA with  PaceMaker
MySQL HA with PaceMakerKris Buytaert
 
MySQL InnoDB Cluster HA Overview & Demo
MySQL InnoDB Cluster HA Overview & DemoMySQL InnoDB Cluster HA Overview & Demo
MySQL InnoDB Cluster HA Overview & DemoKeith Hollman
 
CloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanCloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanKimihiko Kitase
 
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011Michael Noel
 
Accelerate Your OpenStack Deployment Presented by SolidFire and Red Hat
Accelerate Your OpenStack Deployment Presented by SolidFire and Red HatAccelerate Your OpenStack Deployment Presented by SolidFire and Red Hat
Accelerate Your OpenStack Deployment Presented by SolidFire and Red HatNetApp
 
Avoiding Chaos: Methodology for Managing Performance in a Shared Storage A...
Avoiding Chaos:  Methodology for Managing Performance in a Shared Storage A...Avoiding Chaos:  Methodology for Managing Performance in a Shared Storage A...
Avoiding Chaos: Methodology for Managing Performance in a Shared Storage A...brettallison
 
Building the Perfect SharePoint 2010 Farm - SPS Sacramento
Building the Perfect SharePoint 2010 Farm - SPS SacramentoBuilding the Perfect SharePoint 2010 Farm - SPS Sacramento
Building the Perfect SharePoint 2010 Farm - SPS SacramentoMichael Noel
 
Set your Data in Motion with Confluent & Apache Kafka Tech Talk Series LME
Set your Data in Motion with Confluent & Apache Kafka Tech Talk Series LMESet your Data in Motion with Confluent & Apache Kafka Tech Talk Series LME
Set your Data in Motion with Confluent & Apache Kafka Tech Talk Series LMEconfluent
 
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011Michael Noel
 
Cloud stack overview
Cloud stack overviewCloud stack overview
Cloud stack overviewhowie YU
 
Continuent Tungsten - Scalable Saa S Data Management
Continuent Tungsten - Scalable Saa S Data ManagementContinuent Tungsten - Scalable Saa S Data Management
Continuent Tungsten - Scalable Saa S Data Managementguest2e11e8
 
AWS Summit Sydney | 50GB Mailboxes for 50,000 Users on AWS? Easy - Session Sp...
AWS Summit Sydney | 50GB Mailboxes for 50,000 Users on AWS? Easy - Session Sp...AWS Summit Sydney | 50GB Mailboxes for 50,000 Users on AWS? Easy - Session Sp...
AWS Summit Sydney | 50GB Mailboxes for 50,000 Users on AWS? Easy - Session Sp...Amazon Web Services
 
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011Michael Noel
 
70-410 Practice Test
70-410 Practice Test70-410 Practice Test
70-410 Practice Testwrailebo
 
Get started With Microsoft Azure Virtual Machine
Get started With Microsoft Azure Virtual MachineGet started With Microsoft Azure Virtual Machine
Get started With Microsoft Azure Virtual MachineLai Yoong Seng
 

Similar to Ms Tech Ed Best Practices For Exchange Server Cluster Deployments June 2003 (20)

MySQL HA with PaceMaker
MySQL HA with  PaceMakerMySQL HA with  PaceMaker
MySQL HA with PaceMaker
 
MYSQL
MYSQLMYSQL
MYSQL
 
MySQL InnoDB Cluster HA Overview & Demo
MySQL InnoDB Cluster HA Overview & DemoMySQL InnoDB Cluster HA Overview & Demo
MySQL InnoDB Cluster HA Overview & Demo
 
Cl306
Cl306Cl306
Cl306
 
SQL Server Clustering Part1
SQL Server Clustering Part1SQL Server Clustering Part1
SQL Server Clustering Part1
 
Amazon Kinesis
Amazon KinesisAmazon Kinesis
Amazon Kinesis
 
CloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanCloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen Japan
 
11g R2
11g R211g R2
11g R2
 
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011
 
Accelerate Your OpenStack Deployment Presented by SolidFire and Red Hat
Accelerate Your OpenStack Deployment Presented by SolidFire and Red HatAccelerate Your OpenStack Deployment Presented by SolidFire and Red Hat
Accelerate Your OpenStack Deployment Presented by SolidFire and Red Hat
 
Avoiding Chaos: Methodology for Managing Performance in a Shared Storage A...
Avoiding Chaos:  Methodology for Managing Performance in a Shared Storage A...Avoiding Chaos:  Methodology for Managing Performance in a Shared Storage A...
Avoiding Chaos: Methodology for Managing Performance in a Shared Storage A...
 
Building the Perfect SharePoint 2010 Farm - SPS Sacramento
Building the Perfect SharePoint 2010 Farm - SPS SacramentoBuilding the Perfect SharePoint 2010 Farm - SPS Sacramento
Building the Perfect SharePoint 2010 Farm - SPS Sacramento
 
Set your Data in Motion with Confluent & Apache Kafka Tech Talk Series LME
Set your Data in Motion with Confluent & Apache Kafka Tech Talk Series LMESet your Data in Motion with Confluent & Apache Kafka Tech Talk Series LME
Set your Data in Motion with Confluent & Apache Kafka Tech Talk Series LME
 
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
 
Cloud stack overview
Cloud stack overviewCloud stack overview
Cloud stack overview
 
Continuent Tungsten - Scalable Saa S Data Management
Continuent Tungsten - Scalable Saa S Data ManagementContinuent Tungsten - Scalable Saa S Data Management
Continuent Tungsten - Scalable Saa S Data Management
 
AWS Summit Sydney | 50GB Mailboxes for 50,000 Users on AWS? Easy - Session Sp...
AWS Summit Sydney | 50GB Mailboxes for 50,000 Users on AWS? Easy - Session Sp...AWS Summit Sydney | 50GB Mailboxes for 50,000 Users on AWS? Easy - Session Sp...
AWS Summit Sydney | 50GB Mailboxes for 50,000 Users on AWS? Easy - Session Sp...
 
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011
 
70-410 Practice Test
70-410 Practice Test70-410 Practice Test
70-410 Practice Test
 
Get started With Microsoft Azure Virtual Machine
Get started With Microsoft Azure Virtual MachineGet started With Microsoft Azure Virtual Machine
Get started With Microsoft Azure Virtual Machine
 

More from Armando Leon

Deep Freeze Std Manual Español
Deep Freeze Std Manual EspañolDeep Freeze Std Manual Español
Deep Freeze Std Manual EspañolArmando Leon
 
200308 Active Directory Security
200308 Active Directory Security200308 Active Directory Security
200308 Active Directory SecurityArmando Leon
 
VPN Make the case.
VPN Make the case.VPN Make the case.
VPN Make the case.Armando Leon
 
SMS SMTP Planning Guide
SMS SMTP Planning GuideSMS SMTP Planning Guide
SMS SMTP Planning GuideArmando Leon
 
SMS Implementation Guide
SMS Implementation GuideSMS Implementation Guide
SMS Implementation GuideArmando Leon
 
Optimer Sikkerheden Exchange Server 2003
Optimer Sikkerheden Exchange Server 2003Optimer Sikkerheden Exchange Server 2003
Optimer Sikkerheden Exchange Server 2003Armando Leon
 

More from Armando Leon (6)

Deep Freeze Std Manual Español
Deep Freeze Std Manual EspañolDeep Freeze Std Manual Español
Deep Freeze Std Manual Español
 
200308 Active Directory Security
200308 Active Directory Security200308 Active Directory Security
200308 Active Directory Security
 
VPN Make the case.
VPN Make the case.VPN Make the case.
VPN Make the case.
 
SMS SMTP Planning Guide
SMS SMTP Planning GuideSMS SMTP Planning Guide
SMS SMTP Planning Guide
 
SMS Implementation Guide
SMS Implementation GuideSMS Implementation Guide
SMS Implementation Guide
 
Optimer Sikkerheden Exchange Server 2003
Optimer Sikkerheden Exchange Server 2003Optimer Sikkerheden Exchange Server 2003
Optimer Sikkerheden Exchange Server 2003
 

Recently uploaded

Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityEric T. Tung
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...rajveerescorts2022
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 

Recently uploaded (20)

Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 

Ms Tech Ed Best Practices For Exchange Server Cluster Deployments June 2003

  • 1. MSG348 Best Practices For Exchange Server Cluster Deployments Karl Robinson Senior Systems Engineer ISS Solutions Engineering Hewlett-Packard Corporation
  • 2. Agenda Why Cluster What is a Cluster What’s New Planning Administrative / Operational Practices
  • 3. Why Cluster High Availability What is it? Availability versus Reliability Benefits Reduce single points of failure Maintenance and upgrade Doesn’t protect against Shared storage failures Network failures Operational or procedural failures
  • 4. What Is A Cluster? Collection of physical servers that can act as a single logical server Requirements Shared Storage Same IP subnet
  • 5. What Is A Cluster? Collection of Resources Physical Disk IP Address Network Name Exchange Specific Resources System Attendant Information Store Search HTTP, IMAP4, POP3, SMTP Virtual Servers Routing Service MTA Instance
  • 6. Cluster Resources Cluster Support for Exchange 2000 Resources Exchange 2000 Component Cluster Functionality Comments System Attendant Active/Active Each Exchange Virtual Server is created by the SA resource is configured Information Store Active/Active Each cluster node is limited to 4 storage groups Message Transfer Agent Active/Passive The MTA will be in only one cluster group. One MTA instance per cluster POP3, IMAP, SMTP, HTTP Active/Active Multiple virtual servers per node DAV, NNTP Connectors: MSMail, CC Active/Passive Not Supported in a Cluster Mail, Profs, etc Site Replication Service Active/Passive Not Supported in a Cluster MS Search Server Active/Active One instance per virtual server Key Management, Video, Active/Passive Not Supported in a Cluster Chat, Conference, ADC
  • 7. What Is A Cluster?
  • 8. What’s New ? Eight Node Support Windows Server 2003 Enterprise and Datacenter Editions Active/Active only supported with 2 nodes N Active Servers with Y passive Servers (N+1, etc.) Better economics 1+1 – 50% Standby 3+1 – 25% Standby 7+1 – 12.5% Standby 6+2 – 25% Standby
  • 9. What’s New ? Cluster Service Installation Cluster Administrator installed by default in Admin Tools No need to install additional components from disk for cluster service New Server Cluster Wizard Simplifies cluster installation Analyses environment to determine cluster feasibility
  • 10. demo New Server Cluster Wizard
  • 11. What’s New Security No longer need to make the cluster service account an Exchange full admin Support for Kerberos Support for IPSEC (FE -> BE clustered Exchange server) Secure by default (POP and IMAP resources will not longer be created by default)
  • 12. What’s New? Faster Failover Flattened dependency tree Exchange 2000 Exchange 2003
  • 13. What’s New? Faster failover Anti-affinity API Strong anti-affinity means that groups will be kept apart if possible Find available nodes faster than in Windows 2000 Quorum types Local Majority Node Set Disk Resource (traditional)
  • 14. What’s New? File System Mount Points Relief from drive letter limitation
  • 15. What’s New? Volume Shadow Copy Service (VSS) support Windows Server 2003 Supported snap/clone of Exchange Databases Supported by storage vendors
  • 16. Active/Active and N+I Active / Active All nodes can have an active virtual server A single node can have multiple active virtual servers at the same time Supported up to 2 nodes only A single node cluster is considered A/A N+I At least 1 free node at any time No more than 1 active virtual server per node (enforced with 3 or more nodes)
  • 17. demo Exchange Server 2003 Virtual Server Creation
  • 18. Planning Clusters Cluster Hardware Storage Planning Windows 2003 infrastructure Naming Conventions Service Account
  • 19. Cluster Hardware Ensure HCL compliance Servers, Storage, HBAs, Drivers Other high availability components Redundant power supplies, flash ROM, hot plug fans Hot Plug PCI Redundant HBAs, NICs, SCSI controllers Advanced memory protection Hot add RAM Advanced ECC Online Spare Memory
  • 20. Cluster Hardware Choose standard configurations Keep cluster nodes at same patch level Service Packs Hot Fixes Security Updates Driver versions
  • 21. Redundancy, Redundancy Redundancy at all levels Power Network Hardware AD – Multiple GCs/DCs DNS – Multiple DNS servers Bridgehead servers
  • 22. Storage Planning Estimate storage requirements #users? #quota required? Use HP Storage Planning Calculator Not to be taken lightly, especially in a cluster Use consistent naming for folders and databases
  • 23. Storage Planning Component Folder Name Exchange Binaries D:exchsrvrbin Message Transfer Agent R:exchsrvrMTADATA MTA Work Directory R:exchsrvrMTADATA SMTP Mailroot R:exchsrvrmailroot SG1 Transaction Logs S:exchsrvrSG1_TransLogs Database folder T:exchsrvrSG1_MBDData SG1 Mailstore1 T:exchsrvrSG1_MBDDataSG1Mailstore1.edb T:exchsrvrSG1_MBDDataSG1Mailstore1.stm SG1 Mailstore2 T:exchsrvrSG1_MBDDataSG1Mailstore2.edb T:exchsrvrSG1_MBDDataSG1Mailstore2.stm
  • 24. Storage Planning Distribute components! Use Q for quorum drive Do not use Drive M: (hidden in Ex2003) Use RAID 0+1 for databases Use RAID 1 for transaction logs Use RAID 1 for SMTP drop area, Tracking Logs, and MTA
  • 25. Storage Planning Make sure the System Attendant is dependent on all disk resources for that virtual server.
  • 26. Windows Infrastructure Infrastructure must understand existence of Virtual Servers Critical to success of any cluster Redundancy, Redundancy Implement multiple DC’s/GCs in same site as cluster Implement multiple DNS servers
  • 27. Node Configuration Deploy latest SP on each node Correct network configuration on cluster NIC’s 2 NICs One set for Private, one set for Public and Private Name your network connections Do not configure a default gateway, DNS or WINS on private NICs Use Static IP addresses Remove “Client for Microsoft Networks” and “File and Printer Sharing” from private NICs
  • 28. Node Configuration NIC autodetect KB 174812 Do not use Autodetect. Set media type, duplex, speed & flow control manually. Set/Verify binding order on NICs
  • 29. Node Configuration Set staggered boot delays on each node /3gb modification /3gb /USERVA = 3030 for Windows Server 2003 IP addresses 2 for each node – Public & Private NICs 1 for the cluster network name 1 for each Exchange Virtual Server
  • 31. Service Account Used by Windows Cluster Service Do not logon with this account unnecessarily Use one service account per cluster Use a consistent naming scheme Delegate permissions to the cluster account prior to installation (Exchange 2000)
  • 32. Other Practices Test, Test, Test Document Train Monitor Third Party Products – ensure cluster compatibility Disaster Recovery
  • 33. Summary Clusters are not for everyone, but with new versions of Windows and Exchange, you may want to re-evaluate their use in your organization. The additional complexity must be understood Provide flexibility in administration Contribute to HA if operated properly http://www.hp.com/solutions/activeanswers http://h18004.www1.hp.com/solutions/enterp rise/highavailability/index.html
  • 34. Exchange Community Resources Exchange Community Web Page http://www.microsoft.com/exchange/community Exchange Newsgroups http://www.microsoft.com/exchange/community/newsgroups Attend A Free Chat Or Webcast http://www.microsoft.com/exchange/community/webcasts.asp Some recent Exchange webcasts still available for viewing Exchange 2003 Overview: http://www.microsoft.com/usa/Webcasts/ ondemand/1589.asp Decide between Exchange 2000 & Exchange 2003: http://searchwin2000.techtarget.com/content/0,290959, sid1_gci875523,00.html Locate A Local User Group http://microsoft.com/communities/usergroups/default.mspx
  • 35. Suggested Reading And Resources The tools you need to put technology to work! TITLE Available Price Microsoft® Exchange Server 2003 Administrator's Companion: 0- 7356-1979-4 9/24/03 $59.99 Active Directory® for Microsoft® Windows® Server Today $49.99 2003 Technical Reference: 0- 7356-1577-2 Microsoft Press books are 20% off at the TechEd Bookstore and also at the Ask the Experts area in the Expo Hall Visit Amazon.com today to receive 40% off selected titles
  • 36. © 2003 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.