Please enter search query.
Search <book_title>...
Storage Foundation and High Availability Solutions 7.4 HA and DR Solutions Guide for Microsoft Exchange 2010 - Windows
Last Published:
2018-05-31
Product(s):
InfoScale & Storage Foundation (7.4)
Platform: Windows
- Section I. Introduction and Concepts
- Introducing Storage Foundation and High Availability Solutions for Microsoft Exchange Server
- How VCS monitors storage components
- Introducing the VCS agent for Exchange 2010
- Introducing Storage Foundation and High Availability Solutions for Microsoft Exchange Server
- Section II. Configuration Workflows
- Configuring high availability for Exchange Server with InfoScale Enterprise
- Reviewing the HA configuration
- Reviewing a standalone Exchange Server configuration
- Reviewing the Replicated Data Cluster configuration
- Reviewing the disaster recovery configuration
- Disaster recovery configuration
- Notes and recommendations for cluster and application configuration
- Configuring disk groups and volumes for Exchange Server
- About managing disk groups and volumes
- Configuring the cluster using the Cluster Configuration Wizard
- Using the Solutions Configuration Center
- Configuring high availability for Exchange Server with InfoScale Enterprise
- Section III. Deployment
- Installing Exchange Server 2010
- Configuring Exchange Server for failover
- Configuring the service group in a non-shared storage environment
- Configuring campus clusters for Exchange Server
- Configuring Replicated Data Clusters for Exchange Server
- Setting up the Replicated Data Sets (RDS)
- Configuring a RVG service group for replication
- Configuring the resources in the RVG service group for RDC replication
- Configuring the RVG Primary resources
- Adding the nodes from the secondary zone to the RDC
- Verifying the RDC configuration
- Deploying disaster recovery for Exchange Server
- Reviewing the disaster recovery configuration
- Setting up your replication environment
- Configuring replication and global clustering
- Configuring the global cluster option for wide-area failover
- Possible task after creating the DR environment: Adding a new failover node to a Volume Replicator environment
- Testing fault readiness by running a fire drill
- About the Fire Drill Wizard
- About post-fire drill scripts
- Prerequisites for a fire drill
- Preparing the fire drill configuration
- Running a fire drill
- Deleting the fire drill configuration
- Section IV. Reference
- Appendix A. Using Veritas AppProtect for vSphere
- Appendix B. Troubleshooting
- Appendix A. Using Veritas AppProtect for vSphere
Exchange 2010 service group sample configuration
A sample VCS Exchange 2010 service group configuration file (main.cf) is included for reference.
include "types.cf" cluster exchcluster ( SecureClus = 1 ) system System1 ( ) system System2 ( ) system System3 ( ) system System4 ( ) group EXCHSG_SG1 ( SystemList = { System1 = 0, System2 = 1, System3 = 2 } ) Exch2010DB db1-Exch2010DB ( DBName = db1 ) Exch2010DB db2-Exch2010DB ( DBName = db2 ) Exch2010DB db3-Exch2010DB ( DBName = db3 ) Exch2010DB db4-Exch2010DB ( DBName = db4 ) MountV EXCHSG_SG1-MountV ( MountPath = "I:" VolumeName = vol1 VMDGResName = EXCHSG_SG1-VMDg ) MountV EXCHSG_SG1-MountV-1 ( MountPath = "J:" VolumeName = vol2 VMDGResName = EXCHSG_SG1-VMDg ) NIC EXCHSG_SG1-NIC ( MACAddress @System1 = 00-14-C2-3A-1F-70 MACAddress @System2 = 00-19-BB-30-A1-D6 MACAddress @System3 = 00-15-60-0F-20-BA ) VMDg EXCHSG_SG1-VMDg ( DiskGroupName = SG1DG3 DGGuid = 282aa5eb-f1fc-44c8-b62b-072924f6fa47 ) EXCHSG_SG1-MountV requires EXCHSG_SG1-VMDg db1-Exch2010DB requires EXCHSG_SG1-NIC db1-Exch2010DB requires EXCHSG_SG1-MountV db2-Exch2010DB requires EXCHSG_SG1-NIC db2-Exch2010DB requires EXCHSG_SG1-MountV EXCHSG_SG1-MountV-1 requires EXCHSG_SG1-VMDg db3-Exch2010DB requires EXCHSG_SG1-MountV-1 db3-Exch2010DB requires EXCHSG_SG1-NIC db4-Exch2010DB requires EXCHSG_SG1-MountV-1 db4-Exch2010DB requires EXCHSG_SG1-NIC // resource dependency tree // group EXCHSG_SG1 // { // Exch2010DB db1-Exch2010DB // { // NIC EXCHSG_SG1-NIC // MountV EXCHSG_SG1-MountV // { // VMDg EXCHSG_SG1-VMDg // } // } // Exch2010DB db2-Exch2010DB // { // NIC EXCHSG_SG1-NIC // MountV EXCHSG_SG1-MountV // { // VMDg EXCHSG_SG1-VMDg // } // } // Exch2010DB db3-Exch2010DB // { // MountV EXCHSG_SG1-MountV-1 // { // VMDg EXCHSG_SG1-VMDg // } // NIC EXCHSG_SG1-NIC // } // Exch2010DB db4-Exch2010DB // { // MountV EXCHSG_SG1-MountV-1 // { // VMDg EXCHSG_SG1-VMDg // } // NIC EXCHSG_SG1-NIC // } // }