Please enter search query.
Search <book_title>...
Cluster Server 8.0 Implementation Guide for Microsoft Exchange - Windows
Last Published:
2021-12-21
Product(s):
InfoScale & Storage Foundation (8.0)
Platform: Windows
- Introducing the VCS agents for Exchange and NetApp
- Installing the product and configuring a VCS cluster
- Installing Microsoft Exchange Server
- Configuring the Exchange database service group
- About configuring the Exchange service group
- Prerequisites for configuring the Exchange database service group
- Creating the Exchange database service group
- About verifying the service group configuration
- About modifying the Exchange database service group configuration
- Deleting the Exchange service group
- Making a standalone Exchange server highly available
- Deploying Disaster Recovery for Exchange Server
- Removing the software components
- Troubleshooting
- Appendix A. Resource type definitions
- Appendix B. Sample Configurations
Sample service group configuration
A sample Exchange cluster service group configuration file (main.cf) is as follows:
include "types.cf"
cluster Exch2010 (
UserNames = { a = aLLf }
Administrators = { a }
)
system System1 (
)
group EXCHSG_SG1 (
SystemList = { System1 = 0 }
)
Exch2010DB db1-Exch2010DB (
DBName = db1
)
NIC EXCHSG_SG1-NIC (
MACAddress @System1 = 00-11-43-DD-F4-80
)
NetAppFiler EXCHSG_SG1-NetAppFiler (
FilerName = vcsnetapp1
StorageIP = "10.217.19.140"
)
NetAppSnapDrive EXCHSG_SG1-NetAppSnapDrive (
FilerResName = EXCHSG_SG1-NetAppFiler
VolumeName = Vol1
ShareName = DEPRECIATED_VALUE
LUN = "EXch.lun"
MountPath = I
Initiator @System1 = { "iqn.1991-05.com.microsoft:System1.e10dc.com" }
)
NetAppSnapMirror EXCHSG_SG1-NetAppSnapMirror (
FilerResName = EXCHSG_SG1-NetAppFiler
VolumeName = Vol1
)
EXCHSG_SG1-NetAppSnapDrive requires EXCHSG_SG1-NetAppFiler
EXCHSG_SG1-NetAppSnapDrive requires EXCHSG_SG1-NetAppSnapMirror
EXCHSG_SG1-NetAppSnapMirror requires EXCHSG_SG1-NetAppFiler
SG1-Exch2010DB requires EXCHSG_SG1-NIC
SG1-Exch2010DB requires EXCHSG_SG1-NetAppSnapDrive
// resource dependency tree
//
// group EXCHSG_SG1
// {
// Exch2010DB SG1-Exch2010DB
// {
// NIC EXCHSG_SG1-NIC
// NetAppSnapDrive EXCHSG_SG1-NetAppSnapDrive
// {
// NetAppFiler EXCHSG_SG1-NetAppFiler
// NetAppSnapMirror EXCHSG_SG1-NetAppSnapMirror
// {
// NetAppFiler EXCHSG_SG1-NetAppFiler
// }
// }
// }
// }