- \n\t
- There exists no single point of failure. When you implement SCC it requires a shared SAN which becomes your single point of failure. \n\t
- Shared storage or a SAN is not a prerequisite for CCR. However, if you go with an SCC solution you're going to need to spend tens of thousands of extra dollars on a SAN solution. \n\t
- Mailbox server can span two locations. This is probably one of the greatest accomplishments of Exchange Server 2007. It has the ability to have a mailbox store at two locations. If something happens to site A site B can pick up where it left off. \n\t
- Better failover design. With CCR you maintain two independent copies of the log file and database data. This is a big improvement and decreases chance the same failure will affect both servers. \n\t
- Easier to install. Installation becomes easier since there is no shared SAN and the hardware requirements do not have to be identical \n\t
- Reduce load on your servers during backup. Since your passive node contains up to date data on your Exchange database you can create your backup jobs on your passive node. This means you can run backups mid day when the entire organization is hammering your active Exchange node. This is completely seamless to the end user as they will notice no degradation while accessing the server. \n
Exres.dll is gateway for clusters responsible for bringing resources online offline.
\nEvery 500 milliseconds UDP packet heartbeat
\nQuorum resource is a shared disk that holds the configuration information all resources need access
\nCcr requires:
\n2003 Server Enterprise
\nTwo network cards
\nThree hard drives OS/Logs/Databases
\nHotfix 921181 – Support for file share witness - http://support.microsoft.com/kb/921181
\nRecommend Hub Transport for the file share witness
\nInstall CCR
\nInstall x64 OS normally
\nJoin domain
\nIsolate private nics to private vlan
\nHotfix 921181
\nInstall IIS
\nInstall updated msdaps.dll
\nFile Witness Share
\nCreate directory on hub transport
\nGive the account which is used to run the cluster service full control of sharing and ntfs perms
\nCreate cluster
\nGo to program files administrative tools cluster admin
\nCreate MNS Quorum
\nCluster res “majority node set” /priv mnsfileshare=servershare
\nCluster group “cluster group” move
\nCluster res “majority node set” /priv
\nInstall Exchange 2007
\nHeartbeat ports on the switch same vlan can be accomplished through port tagging
\nSet-transportconfig enable configure transport dumpsters on hub transport server which is required
\nMaxdumpstersizeperstoragegroup specify the max size of the transport dumpsters queue for each storage group 1.25 times the size of maximum message that can be set.
\nMaxdumpstertime parameter is how long email message is in the transport dumpster so value of 7:00:00 7 days means you can extended outage of 7 days and no loss of messages
\nEnable transport dumpster
\nSet-transpotconfig –maxdumpstersizeperstorage group <size> -MaxDumpsterTime <timespan>
\nWhen installing Exchange 2007 make sure you have at least 3 hard drive arrays for the OS, logs, and database files.
\n\n