Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


August 2001

The 7 Habits of Highly Available Exchange Servers


RSS
Subscribe to Windows IT Pro | See More Performance Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!
SideBar    Comparing RAID 5 and RAID 0+1

To a large extent, the techniques you employ for backing up your IS determine the length of the recovery process. If you plan for disaster recovery, you'll get back on your feet more quickly after a failure. Exchange Server 5.5 availability takes its biggest hit from the unpartitioned IS because when you need to restore this monolithic IS, you need to restore the entire IS. If you run Exchange 2000 Enterprise Server, you can partition the IS, which improves recovery time.

The most common approach to IS backups is doing full nightly backups to tape, then rotating the tapes off site. Database (.edb) restoration from tape drives runs at 15GB to 30GB per hour on the best DLT technology and more slowly on other tape technology or over the network.

Win2K's Ntbackup utility lets you perform online Exchange 2000 and Exchange Server 5.5 backups to disk. You can then back up the resulting .bkf file to tape and rotate the file off site. The advantage of this approach is that in the event of an IS problem, you can go directly to the disk-based backup set instead of locating and loading a tape. Restores from disk are also typically faster than restores from tape. For more information about Exchange 2000 backup and recovery, see Jerry Cochran, "Exchange 2000 Storage Exposed, Part 2," August 2000.

If you're willing to spend the extra money, advanced backup techniques—cloning, snapshots, and data replication—lead to much faster recoveries and are approaches to consider as your situation requires (e.g., if you need to satisfy a service level agreement—SLA). Cloning is a function of RAID 0+1 mirroring. The clone is the third member of a triple mirrored set. Extracting the clone requires that you stop the Exchange Server services so that the database is consistent. This action immediately affects uptime, but SLAs typically permit such brief outages if they take place during off-hours.

To run utilities such as integrity checks, you can present the clone to another host on the SAN. You can then take the clone offline and back it up to tape. To restore a database that's been totally lost, you can make the clone stripe set the primary member of a new mirror set, then bring your Exchange Server system back online. Even if your database is large, you're back online in minutes instead of hours. The RAID controller will rebuild the mirror set in the background, with a negligible impact on performance.

A snapshot is a point-in-time copy of a disk. Snapshot software, running on the OS or at the RAID controller level, creates a disk map. As your source disk changes, your snapshot records those changes.

Some snapshot software lets you present the snapshot to other systems. This feature can be valuable if you need to test an application without risking the production database. Snapshots are also handy for individual item or mailbox restores. Restoring from a snapshot is similar to restoring from a tape backup. The traditional method for restoring individual items and mailboxes is to restore the entire IS to a recovery server. With a snapshot, you don't need to wait for a lengthy tape to restore; instead you can mount the snapshot to the recovery server and immediately extract the specific information that you want to recover.

To guarantee database integrity, creating a snapshot requires that you take offline all stores that share a disk volume. (In Exchange 2000, you dismount each Mailbox Store and Public Folder Store individually; in Exchange Server 5.5, you dismount the IS as a whole.) Some vendors provide snapshot technology with online backup capabilities, but database consistency is difficult to guarantee.

Data replication helps protect you against the most serious disasters, such as loss of the data center. Data replication can copy the IS in realtime to a distant location. The underlying technology (e.g., fibre channel, Asynchronous Transfer Mode—ATM) determines how distant this location can be. Data replication solutions typically involve specialized, high-end hardware (e.g., Marathon Technologies' Marathon Exchange Servers, Compaq SANworks Data Replication Manager) or specialized software (e.g., VERITAS Software's Storage Replicator), all of which can be expensive.

Monitor Proactively
Proactively monitoring and maintaining your system can prevent downtime. Exchange Server's basic server and link monitoring tools provide limited functionality compared with third-party tools such as AppManager Suite and PATROL. You can monitor your servers at several levels: network, system hardware, OS, and application. The number of platforms you monitor and how you want the product to integrate with your systems will help you decide which product to use. But more important than what product you use is using it proactively: Respond to all early warnings to prevent detected problems from recurring or becoming more severe.

Sharpen Your Network Defense
Administrators of highly available Exchange Server organizations defend their systems vigorously against viruses and network attacks. Without a solid defense, you risk taking a hit to availability. I've seen an email virus outbreak shut down Exchange Server systems that previously had great availability track records. Cleaning up the aftereffects of such an outbreak can take hours.

A common network defense myth is that virus detection software is your most important method of protection. For information about antivirus software placement on SMTP or Exchange servers, see "A Viral Survival Checklist," http://www.exchangeadmin.com, InstantDoc ID 8513, and "Update to 'A Viral Survival Checklist,'" http://www.exchangeadmin.com, InstantDoc ID 8778. Virus scanning protects your systems against older known viruses but can't protect you against new viruses. For information about antivirus applications, see Tony Redmond, "The Great Antivirus Crusade," April 2001.

You also need to educate your users about how to recognize and dispose of suspicious attachments. You and your users need to configure systems in ways that limit the damage of virus attacks. Microsoft Outlook offers security patches, and Outlook 2002 will offer security options that help control virus attacks.

Although essential, purchasing antivirus software isn't enough. To sharpen your network defense, you need to stay on top of security bulletins and hotfixes. If you run Exchange 2000, you can take advantage of Win2K Server's security benefits. To read about leveraging Exchange 2000 and Win2K integration, see Jan De Clercq, "Win2K Security and Exchange 2000," October 2000.

Synergize Expertise
Organizations that have the most highly available Exchange Server systems have an amazing amount of inhouse expertise—although they might not have started out with such experts. Even if they did, ever-changing technology levels the field of high technology every few years. What organizations with highly available Exchange Server systems have in common is that they continually develop their inhouse expertise. And what they can't do, they outsource.

To be a high-availability system, a system's downtime must be less than 52 minutes per year. These 52 minutes don't leave much room for outages and planned downtime, so don't be discouraged if your system isn't one of the elite and highly available. Instead of counting downtime minutes, concentrate on developing these seven habits, and one day you'll be the Exchange Server expert whom others seek out.

End of Article

   Previous  1  [2]  Next  


Reader Comments
PLEASE, PLEASE, PLEASE reconsider the clustering advice for Exchange 5.5, at least on an NT4.0 platform. We have had such an environment (based on Microsoft initial advice) for close to six months now - and we - FINALLY - got rid of it last weekend (with Microsoft's agreement and support). It doesn't do one any good because the Exchange database is still shared - and - like in our case - when we had corruptions of it - it was actually more damaging to have a cluster environment, as the second server won't come up either ("shared" data), and it would require much, much, much more work for rebuilds. We have gone through all options a couple of times, with Microsoft by our side (support), when we were finally advised to get rid of it altogether.
And - guess what - even the response time of the server improved now.
Just my $0.02
Regards,


Calin July 31, 2001


One method we have used for fast recovery (Exch 5.5).
<br>
(a) Shutdown services.<br>
(b) Cold backup to disk ( clone / snapshot etc. ).<br>
(c) Backup disk to tape.<br><br>
In the event of failure:-<br>
(a) Point Exchange server databases to clone copies<br>
(b) restart services ( applying transactions )<br><br>

This saved my skin once and was pretty quick. Probably not recommended by anyone though.

Nigel Robinson August 06, 2001


I agree with Nigel and Calin. The best method for backing up your Exchange org environment is still cloning the disk/partition, rather than wasting time and money on clustering solutions.
<br><br>
In my company, we use a 2 HDDs with ($700) Lucor ExactCopy software installed on NT 4.0/Exh 5.5 SP3, and we scheduled twice a week a complete exact copy (sector by sector) through ExactCopy program from Disk 0 to Disk 1, in addition to our weekly tape backup for Exchange server databases. In case of HD failure, simply remove the failed disk and replace it with the other one. Thanks to ExactCopy to maintain for you 100% copy of your original HD. If the copy disk fails, just replace it and rebuild it again with ExactCopy!. For any other DB/Mailbox restore reason, use the weekly back-up from the tape on NT server.

M. Yassin August 08, 2001


I agree with the previous comments about the perils of clustering. I've just spent the week from hell fixing a major problem with Exchange 5.5 running on a Win2k cluster at one of our client's sites. After a week without mail, users (and more importantly Management) were becoming increasingly frustrated at their inability to do their jobs...heads were on the block here.

The problem was eventually traced to a cluster node misbehaving badly (the node was evicted, rebuilt and brought back into the cluster without problems), however there were very few indicators pointing to the cluster node as the source of the problem. For what this client actually requires (which is **NOT** 24x7 availability) clustering is a complex, overpriced solution that has it's own set of problems. A single server solution with RAID 0+1 and RAID 5 storage would have been more appropriate for this customer, however the cluster was sold to the client as a "must have". Beware the perils of an over-ambitious sales department where clustering is concerned...

Shane Woodman August 11, 2001


<br><br>
Not Just a Storage Solution Provider<br><br>
I'm writing in regard to Evan Morris's "The 7 Habits of Highly Available Exchange Servers" (August 2001). Although Marathon Technologies is pleased to be included in this article, the article represents the company's solutions too narrowly.<br><br>
Habit 4: Back Up with Restores in Mind mentions Marathon as a storage solution provider. Marathon has storage capabilities, but the company's key goal is to ensure that mission-critical applications keep running.<br><br>
In keeping with the title of the article, mention of Marathon's NoFail EMail offerings seems appropriate. Marathon's NoFail Email continuous Exchange solutions guarantee that email will always be available and accessible with no loss of data or transactions. Marathon's Long Distance SplitSite Disaster Tolerance offering lets you physically separate Marathon Exchange Servers and place them in different geographic locations, thus providing high availability and disaster tolerance.<br><br>
As you can see, Marathon is more than just a storage solution provider. Marathon is an overall system-availability solutions provider for the Windows environment that spans a variety of applications, including messaging, storage, process automation, e-commerce, online financial services, computer-aided emergency dispatch, and Web-based applications.<br><br>
Linda Mentzer, Vice President of Marketing, Marathon Technologies<br>

Linda Mentzer January 18, 2002


Is this article likely to be updated for Exchange 2003 or later? I'd be happy to have a go.

adamfield January 25, 2006 (Article Rating: )


You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? Register now




Top Viewed ArticlesView all articles
WinInfo Short Takes: Week of November 23, 2009

An often irreverent look at some of the week's other news, including some post-PDC some soul searching, a Google Chrome OS announcement and a Microsoft response, Windows 7 off to a supposedly strong start, the Jonas Brothers and Xbox 360, and so much more ...

Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

2009 Windows IT Pro Editors' Best and Community Choice Awards

Picking a favorite product from an impressive crowd of competitive offerings is never an easy task, and such was the case with our Editors' Best and Community Choice awards this year. ...


Exchange Server and Outlook Whitepapers Email Controls and Regulatory Compliance

Take Control of Your Email: Understand the Business Reasons for Email Storage Management

Related Events Deep Dive into Windows Server 2008 R2 presented by John Savill

Bail Out Your Exchange Environment

Check out our list of Free Email Newsletters!

Exchange Server and Outlook eBooks Spam Fighting and Email Security for the 21st Century

Understanding and Leveraging Code Signing Technologies

The Expert's Guide for Exchange 2003: Preparing for, Moving to, and Supporting Exchange Server 2003

Related Exchange Server and Outlook Resources Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format

Exchange & Outlook UPDATE eNewsletter
News, strategies, products, and developments in Exchange Server and Outlook messaging.

Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement