15 Ways to Optimize Microsoft Exchange by Robert Shimonski & Chad Conrow

Size: px
Start display at page:

Download "15 Ways to Optimize Microsoft Exchange by Robert Shimonski & Chad Conrow"

Transcription

1 15 Ways to Optimize Microsoft Exchange by Robert Shimonski & Chad Conrow In today s high-speed, fast-paced environment whether it be business or technology it is essential to pay close attention to detail. It s those finer details that can make the difference and can sometimes be what make you stand out. When it comes to your company s system, it s imperative to ensure it works the best it can. Most senior engineers also pay close attention to finer details the ones that make any Microsoft Windows Exchange 2003 deployment a cut above the rest. Broken down here, you ll find 15 important tips to cover when assessing your current Exchange environment. The article covers optimization techniques that were used in a real-world deployment, such as offloading to a front-end server, using a dedicated server or appliance to filter out spam, viruses, server sizing, memory and disk configuration, and much more. 1. Use Bridgehead Servers Applying optimization techniques will most likely equal better performance. Systems administrators and engineers should always seek better performance. They know that demand will increase, load will increase and hardware is fixed. By optimizing, you get to fine-tune your environment to provide a better return on investment. To optimize your Exchange environment, consider what sort of tasks can be offloaded to a front-end server. A Bridgehead server is a Microsoft Exchange Server computer that acts as the endpoint of a connection between two sites and is responsible for routing messages through that connection. Typical uses for front-end servers are to offload Outlook Web Access (OWA), Internet message access protocol v4 (IMAP4), post office protocol v3 (POP3) and simple mail transfer protocol (SMTP) relaying from your internal mailbox servers. Offloading OWA has the added benefit of enabling the use of forms-based authentication, which improves security by allowing session time-outs. Also consider moving any public folders or resource mailboxes that have event syncs associated with them to a dedicated back-end server. This way, your users will not be impacted by problems that may arise out of the event service using excessive resources. 2. Use Dedicated Security Devices Dodging the responsibility of spam and virus protection is not a good way to run your e- mail system, especially since most malware and viruses target Microsoft products. When you do deploy them, it is imperative to consider the impact that these added services and resources will have on your systems. Every time you add a software package on a system, you inevitably take a bite out of what that system can handle normally you are asking it to do more. It s very important to consider sticking with what Microsoft is a distributed software model and deploy a distributed design when considering security and protection. To shortchange the budget in this area is a mistake. You will impact the performance of the whole deployment because you try to run too much on one system that is already taxed by its own services. An Exchange Server has to run Active Directory. Therefore, between the base NOS install and Exchange, you really shouldn t consider running too

2 much more on that system. Think about when you have to turn on logging then what? You are asking for problems if you are running a firewall, virus protection, anti-spam software and everything else on the same system you are running your on. Consider using a dedicated server or appliance to filter out spam and viruses before they enter the Exchange environment. This alone can reduce the number of messages being processed by the system by as much as 80 percent. If you can t remove the load, find devices to help share it, and you will regain performance power. 3. Size Servers With the Right Hardware Despite servers and operating systems that support 32 GB or more RAM, Exchange 2003 is still a 32-bit application that is limited to utilizing 4 GB of RAM, so building servers with more than 4 GB of RAM on an Exchange server is a waste of money. With this limitation, the sweet spot for processors is four. Any more than four CPUs, and you re likely to hit a RAM bottleneck long before the CPUs become a problem. Therefore, buying eight- or 16-processor servers will not gain much performance over a four-cpu system. Thus, a four-processor server with 4 GB of RAM is the practical limit for a high-performing Exchange server. Always consider doing research on your hardware, especially when it comes to Exchange. You need to consider how to get every ounce of power you can out of your system. In addition, always use the proper hardware, ensuring that you purchase approved hardware for your vendor (e.g., make sure that if you run your system on Dell, you check Dell s site or your vendor for exact matching) and checking the Microsoft Hardware Compatibility List. (For more information see 4. Use Hyper-Threading Hyper-threading technology allows multi-threaded software applications to execute threads in parallel. When a system has the ability to switch between multiple threads of execution to give the user the appearance that it s all happening at the same time, this is called multithreading. Hyper-threading technology allows for a new level of performance for evolving enterprise software applications that require more and put higher demands on processors. This need will only continue to grow. Be sure to turn hyper-threading on. This will give you an instant CPU gain of 15 percent to 25 percent with no additional cost. This is true whether you have a single- or quad-processor server. 5. Run Windows Server 2003 Exchange 2003 and Windows Server 2003 were designed together, and memory tuning, processor optimization and several other performance aspects of Windows Server 2003 are all utilized by Exchange You can do the deployment in other ways, but the best gains can be yours if you plan to keep Windows Server 2003 and Exchange Server 2003 together. 6. Verify and Set Your Memory Configuration Exchange 2003 does much of the memory tuning that was manual under Exchange One of the few remaining memory configurations that you need to tune manually with Exchange 2003 is the boot.ini if your system has more than 1 GB of RAM. On a Windows 2003 server, you need to modify the c:\boot.ini file with the addition of the /3GB and /USERVA=3030 settings.

3 Sample boot.ini for Windows 2003 servers: Boot Loader] Timeout=30 Default=multi(0)disk(0)rdisk(0)partition(2)\WINNT [Operating Systems] multi(0)disk(0)rdisk(0)partition(2)\winnt="microsoft Windows Server 2003" /fastdetect /3GB /USERVA=3030 For Windows 2000 Advanced Server, the /3GB switch is used, but the /USERVA=3030 switch is invalid. For Windows 2000 Standard Server, no switches can be used at all, Exchange will be limited to 2 GB of usable RAM, and the remaining RAM will be allocated to the OS or other processes running on the system. 7. Network Configuration and Performance Network configuration on LAN segments will rarely be an issue for modern hardware with the efficiency of current LAN adapters. With users connecting across a WAN, however, bandwidth and latency are both important factors to consider in overall Exchange performance. With Exchange 2003 and Outlook 2003, Microsoft has introduced Cached Mode Exchange, which greatly reduces the impact of latency and bandwidth issues across a WAN. In real-world deployments, Cached Mode Exchange against an Exchange 2003 server can average as little as 1 Kbps per user at peak usage. In this case, a T-1 that is dedicated to Exchange traffic could handle as many as 1,500 users a vast improvement. Other improvements include compressed data streams and an optimized RPC protocol that requires significantly fewer round-trips per operation, resulting in better end-user insulation from bandwidth and latency issues commonly experienced with Exchange 5.5 and Exchange Disk Configuration Disaster is always unexpected, and when it happens to your system it only feels worse. You can try to avert catastrophe (or plan to recover from it) with a good disaster recovery policy. If you do not have one, the next step would be to consider clustering or high availability. If that is not possible, you should at least have a Redundant Array of Inexpensive Disks (RAID) set ready. Hard drives have a mean time between failure (MTBF) set, and the drives will eventually fail. It s imperative that you have all these forms of disaster planning in place, but in its simplest form, you should really have RAID running. RAID can also improve read and write speeds to and from your hard disk, as it also utilizes striping. When choosing a RAID configuration, consider RAID 1+0 as the first choice and RAID 5 as a compromise if your budget won t allow for the additional disks needed for RAID 1+0. SAN environments with the additional cache and processing power can often significantly narrow the performance gap between RAID 1+0 and RAID 5. There also are benefits in performance and monitoring via most vendors SAN software and hardware. 9. Disk Geometry When formatting the volumes for use with Exchange, be sure to use the diskpar utility that comes with the Windows 2000 Server Resource Kit to correctly align the physical disk geometry. Before you mount a new RAID volume through disk manager, open a

4 command prompt and run diskpar.exe i * to get a list of available disks, then run diskpar.exe s to format the disk with a 64 Kb off-set. If using a SAN, consult your SAN vendor for the proper off-set. Also, make sure that you use NTFS for best performance and security. 10. Disk Performance An average disk read performance to work from is between 0.5 and 0.75 IOPS (I/Os per second) per active user for the data store volume. A good rule of thumb for I/O ratios on Exchange stores is three reads for every write. A typical 10,000 RPM Fibre Channel drive delivers approximately 100 IOPS. A 15,000 RPM Fibre Channel drive delivers approximately 120 IOPS, which means that you re often better off buying more 10,000 RPM drives rather than upgrading to 15,000 RPM drives. The RAID configuration also will have an impact on the overall performance of a set of spindles. The impacts on IOPS for using RAID 0 (no data protection) on a typical exchange system is none, so the RAID multiplier is 1.0, but RAID 1 or RAID 1+0 doubles the number of I/Os required for each write, so the multiplier is 0.8 (i.e., you will get roughly 80 percent of the overall performance of a RAID 0 array with RAID 1). For a RAID 5 array, which requires four I/Os per write, the factor is 0.57, or 57 percent of the overall performance of a RAID 0 array, which means you often need fewer disks when implementing with RAID 1 than you need with RAID 5 due to the performance constraints. If you are using a SAN, check with your SAN vendor to see what the impact of the various RAID levels is on the effective IOPS of the system, as advanced caching techniques can increase RAID 5 performance significantly. The overall calculation for the number of spindles you need to achieve a certain number of IOPS can be summarized in the following equation: # Disks Required = (# IOPS/user desired x Number of Users)/(IOPS/disk x RAID Level Factor) For example, a server to handle 1,000 users at 0.5 IOPS/user with RAID 1 would use the following equation: N = (0.5 x 1,000)/(100 x 0.8) = 6.25 or eight total disks (after rounding up to the next even number). If RAID 5 were used, however, N = (0.5 x 1,000)/(100 x 0.57) = 8.9, or nine total disks. Moving to 15,000 RPM disks changes these numbers to six and eight, respectively. To determine the IOPS per user on an active system, monitor the physical disk/disk transfers/sec perfmon counter over a period of time, looking for your peak activity, and then use this equation: IOPS/user = (peak disk transfers/sec)/(number of users at peak). If your system is flatlining with a consistently high disk transfers/sec counter, you probably need to add more disks and/or change the RAID level of your array. 11. Global Catalog Servers Your domain controllers will be doing a lot of the address book lookup work that Exchange servers did under Exchange 5.5. For this reason, it is important to monitor and design your Active Directory environment with Exchange in mind, and understand that overloading your domain controllers can have a direct impact on your Exchange system

5 performance. Be sure to have global catalogs located in the same sites as your Exchange servers and avoid multi-purpose domain controllers if at all possible. 12. Performance Monitoring One of the most important things to know about tuning a server is what counters to watch for. Microsoft has simplified this greatly by releasing the Performance Monitor Wizard, available for download at faa046d69214&DisplayLang=en. This tool will automatically set up monitoring for the most important aspects of Exchange. Run the wizard, select Advanced Configuration and on the next screen, check the Exchange Server box. (See Figure 1.) Continue through the wizard, selecting the names and locations of the log files and frequency for updates. Finally, you will be presented with a screen to select the aspects of the system that you d want to monitor. Figure 1: Performance Monitor 13. Perform Load Testing Be sure to validate the performance metrics that you predict for your system by using jetstress, loadsim and medusa (aka, Exchange Stress and Performance) tools, available for free download from Microsoft s download center. Jetstress is a good way to evaluate a single server s disk I/O performance and really helps evaluate RAID or SAN controller performance and the impacts of using various configurations. Loadsim emulates actual users sending messages across your system by opening active MAPI sessions. It can be used to perform end-to-end performance testing of your overall system. Be sure to turn on perfmon prior to starting your loadsim tests, so that you can identify whether your bottlenecks are memory, disk I/O or CPU-based limitations. Medusa is similar to loadsim, but adds the ability to test and tune IMAP, POP-3, LDAP, WebDAV and a slew

6 of other non-mapi type connections into your Exchange environment, allowing for a more realistic performance test, particularly when combined with MAPI calls from loadsim. 14. Exchange Best Practices Analyzer Microsoft has released the Exchange Best Practices Analyzer tool to help administrators find problems in their configurations and to make suggestions on ways to improve their Exchange systems. A very straightforward wizard looks at your environment and pinpoints any of several possible problems with your system. While it s not a perfect tool, the feedback is very useful, and Microsoft is upgrading the tests and checks that the tool performs on a regular basis. To download the tool, visit Document the Environment and Keep a Change Log As your last and final tip, make sure that you document and log your environment. You can learn a lot from a log and some documentation. Make sure you keep a constant look at your Event Viewer logs as well you can take proactive steps toward handling potential problems or issues. Summary It is essential to pay close attention to detail when attempting to make a great Exchange deployment even better. When rolling out and managing your Exchange deployment, remembering these details will ensure a better-performing system. A final note: Make sure to back up your systems before applying any patch or fix, complete all tests in a lab segment and always have a back-out plan for your production systems. Robert Shimonski and Chad Conrow are currently involved in a global Exchange 2003 deployment spanning hundreds of sites around the world. The 15 tips were provided from a real-world deployment and are important when assessing your current Exchange environment. For any questions or comments, the authors at rshimonski@certmag.com. This article originally appeared in Certification Magazine,

Microsoft Exchange Server 2003 Deployment Considerations

Microsoft Exchange Server 2003 Deployment Considerations Microsoft Exchange Server 3 Deployment Considerations for Small and Medium Businesses A Dell PowerEdge server can provide an effective platform for Microsoft Exchange Server 3. A team of Dell engineers

More information

Essential. Guide TESTING YOUR DISASTER RECOVERY ABILITY. The. February 2006. By Paul Robichaux

Essential. Guide TESTING YOUR DISASTER RECOVERY ABILITY. The. February 2006. By Paul Robichaux Essential The February 2006 to Guide TESTING YOUR DISASTER RECOVERY ABILITY By Paul Robichaux It doesn t matter how good your disaster recovery procedures and processes are if you don t test them. This

More information

Planning Domain Controller Capacity

Planning Domain Controller Capacity C H A P T E R 4 Planning Domain Controller Capacity Planning domain controller capacity helps you determine the appropriate number of domain controllers to place in each domain that is represented in a

More information

2400 - Implementing and Managing Microsoft Exchange Server 2003

2400 - Implementing and Managing Microsoft Exchange Server 2003 2400 - Implementing and Managing Microsoft Exchange Server 2003 Introduction This five-day, instructor-led course provides students with the knowledge and skills that are needed to update and support a

More information

Dell - Secure Exchange Reference Architecture Dell White Paper

Dell - Secure Exchange Reference Architecture Dell White Paper Dell - Secure Exchange Reference Architecture Dell White Paper By Sumankumar Singh & Bharath Vasudevan 1 Summary Email has become a vital communication tool for most businesses. Whether in the office or

More information

Lesson Plans Configuring Exchange Server 2007

Lesson Plans Configuring Exchange Server 2007 Lesson Plans Configuring Exchange Server 2007 (Exam 70-236) Version 2.1 Table of Contents Course Overview... 2 Section 1.1: Server-based Messaging... 4 Section 1.2: Exchange Versions... 5 Section 1.3:

More information

Exchange Server 2007 Design Considerations

Exchange Server 2007 Design Considerations Exchange Server 2007 Design Considerations Product Group - Enterprise Dell White Paper By Ananda Sankaran Sumankumar Singh April 2007 Contents Introduction... 3 Server Roles in Exchange 2007... 4 Mailbox

More information

Audience. At Course Completion. Prerequisites. Course Outline. Take This Training

Audience. At Course Completion. Prerequisites. Course Outline. Take This Training Designing a High Availability Messaging Solution using Microsoft Exchange Server 2007 Course 5054A: Two days; Instructor-Led Preliminary Course Syllabus Note: You are viewing a Preliminary Course Syllabus.

More information

Course Syllabus. Implementing and Managing Microsoft Exchange Server 2003. Key Data. Audience. Prerequisites

Course Syllabus. Implementing and Managing Microsoft Exchange Server 2003. Key Data. Audience. Prerequisites Course Syllabus Key Data Product #: 1947 Course #: 2400 Number of Days: 5 Format: Instructor-Led Certification Exams: 70-284 This course helps you prepare for the following Microsoft Certified Professional

More information

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 Course Number: 5053A Course Length: 3 Days Course Overview This three-day instructor-led course provides students with the

More information

Benchmarking Guide. Performance. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4

Benchmarking Guide. Performance. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4 BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Performance Benchmarking Guide Published: 2015-01-13 SWD-20150113132750479 Contents 1 BlackBerry Enterprise Server for Microsoft

More information

Jerry Cochran Internet Solutions Business Unit Compaq Computer Corporation

Jerry Cochran Internet Solutions Business Unit Compaq Computer Corporation Jerry Cochran Internet Solutions Business Unit Compaq Computer Corporation Core Services Messaging Inbox Collaboration Workflow Management/Newsgroups Organizational Applications, Business Processes, Corporate

More information

Distribution One Server Requirements

Distribution One Server Requirements Distribution One Server Requirements Introduction Welcome to the Hardware Configuration Guide. The goal of this guide is to provide a practical approach to sizing your Distribution One application and

More information

Windows Server Performance Monitoring

Windows Server Performance Monitoring Spot server problems before they are noticed The system s really slow today! How often have you heard that? Finding the solution isn t so easy. The obvious questions to ask are why is it running slowly

More information

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: Content DELL TM PowerEdge TM T610... 1 500 Mailbox Resiliency

More information

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance.

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance. Agenda Enterprise Performance Factors Overall Enterprise Performance Factors Best Practice for generic Enterprise Best Practice for 3-tiers Enterprise Hardware Load Balancer Basic Unix Tuning Performance

More information

Microsoft Exchange Server 2007, Upgrade from Exchange 2000/2003 (3938. 3938/5049/5050) Course KC3065 5 Days OVERVIEW COURSE OBJECTIVES AUDIENCE

Microsoft Exchange Server 2007, Upgrade from Exchange 2000/2003 (3938. 3938/5049/5050) Course KC3065 5 Days OVERVIEW COURSE OBJECTIVES AUDIENCE Microsoft Exchange, Upgrade from Exchange 2000/2003 COURSE OVERVIEW This instructor-led course offers Microsoft Exchange Server administrators with the skills they need to manage a Microsoft Exchange infrastructure.

More information

Q & A From Hitachi Data Systems WebTech Presentation:

Q & A From Hitachi Data Systems WebTech Presentation: Q & A From Hitachi Data Systems WebTech Presentation: RAID Concepts 1. Is the chunk size the same for all Hitachi Data Systems storage systems, i.e., Adaptable Modular Systems, Network Storage Controller,

More information

5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007

5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007 5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007 Course Number: 5054A Course Length: 2 Days Course Overview This 2-day course teaches messaging engineers to

More information

Introduction. Part I Introduction to Exchange Server 2010 1

Introduction. Part I Introduction to Exchange Server 2010 1 Contents Introduction xxix Part I Introduction to Exchange Server 2010 1 Chapter 1 Introduction to Exchange Server 2010 3 Part II Brief History of Exchange Servers 4 New Features in Exchange Server 2010

More information

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 Course Number: 5047B Course Length: 3 Days Certification Exam This course will help you prepare for the following Microsoft

More information

Stingray Traffic Manager Sizing Guide

Stingray Traffic Manager Sizing Guide STINGRAY TRAFFIC MANAGER SIZING GUIDE 1 Stingray Traffic Manager Sizing Guide Stingray Traffic Manager version 8.0, December 2011. For internal and partner use. Introduction The performance of Stingray

More information

Improving Microsoft Exchange Performance Using SanDisk Solid State Drives (SSDs)

Improving Microsoft Exchange Performance Using SanDisk Solid State Drives (SSDs) WHITE PAPER Improving Microsoft Exchange Performance Using SanDisk Solid State Drives (s) Hemant Gaidhani, SanDisk Enterprise Storage Solutions Hemant.Gaidhani@SanDisk.com 951 SanDisk Drive, Milpitas,

More information

Cisco Unified Computing System: Meet the Challenges of Today s Microsoft Exchange Server Workloads

Cisco Unified Computing System: Meet the Challenges of Today s Microsoft Exchange Server Workloads White Paper Cisco Unified Computing System: Meet the Challenges of Today s Microsoft Exchange Server Workloads What You Will Learn Email has evolved into a mission-critical service for most organizations,

More information

Deploying and Managing Microsoft Exchange Server 2013

Deploying and Managing Microsoft Exchange Server 2013 Deploying and Managing Microsoft Exchange Server 2013 Module Overview 1. Exchange Server 2013 Prerequisites and Requirements 2. Exchange Server 2013 Deployment 3. Managing Exchange Server 2013 1. Exchange

More information

Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days

Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days Who Should Attend: This workshop is intended for experienced enterprise-level messaging professionals who have

More information

MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007

MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007 MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007 Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course

More information

my forecasted needs. The constraint of asymmetrical processing was offset two ways. The first was by configuring the SAN and all hosts to utilize

my forecasted needs. The constraint of asymmetrical processing was offset two ways. The first was by configuring the SAN and all hosts to utilize 1) Disk performance When factoring in disk performance, one of the larger impacts on a VM is determined by the type of disk you opt to use for your VMs in Hyper-v manager/scvmm such as fixed vs dynamic.

More information

MCSE SYLLABUS. Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003:

MCSE SYLLABUS. Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: MCSE SYLLABUS Course Contents : Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: Managing Users, Computers and Groups. Configure access to shared folders. Managing and Maintaining

More information

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב ע"ש ספיר

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב עש ספיר מודולות הלימוד של מייקרוסופט הקורס מחולק ל 4 מודולות כמפורט:.1Configuring Microsoft Windows Vista Client 70-620 Installing and upgrading Windows Vista Identify hardware requirements. Perform a clean installation.

More information

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 EXECUTIVE SUMMARY Microsoft Exchange Server is a disk-intensive application that requires high speed storage to deliver

More information

Course Syllabus. 5053A: Designing a Messaging Infrastructure using Microsoft Exchange Server 2007. Key Data. Audience. At Course Completion

Course Syllabus. 5053A: Designing a Messaging Infrastructure using Microsoft Exchange Server 2007. Key Data. Audience. At Course Completion Key Data Product ID#: 2676 Course #: 5053A Number of Days: 3 Format: Instructor-Led Certification Exams: This course helps you prepare for the following Microsoft Certified Professional exam: 70-237: Pro:

More information

Best practices for operational excellence (SharePoint Server 2010)

Best practices for operational excellence (SharePoint Server 2010) Best practices for operational excellence (SharePoint Server 2010) Published: May 12, 2011 Microsoft SharePoint Server 2010 is used for a broad set of applications and solutions, either stand-alone or

More information

Monitoring Microsoft Exchange to Improve Performance and Availability

Monitoring Microsoft Exchange to Improve Performance and Availability Focus on Value Monitoring Microsoft Exchange to Improve Performance and Availability With increasing growth in email traffic, the number and size of attachments, spam, and other factors, organizations

More information

Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services

Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services What You Will Learn Windows Server on WAAS reduces the cost and complexity

More information

WHITE PAPER [MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE] WHITE PAPER MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE

WHITE PAPER [MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE] WHITE PAPER MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE WHITE PAPER MICROSOFT EXCHANGE 2007 WITH ETERNUS STORAGE ETERNUS STORAGE Table of Contents 1 SCOPE -------------------------------------------------------------------------------------------------------------------------

More information

W H I T E P A P E R. Running Microsoft Exchange Server in a Virtual Machine Using VMware ESX Server 2.5

W H I T E P A P E R. Running Microsoft Exchange Server in a Virtual Machine Using VMware ESX Server 2.5 W H I T E P A P E R Running Microsoft Exchange Server in a Virtual Machine Using VMware ESX Server 2.5 Table of Contents Executive Summary... 3 Introduction... 3 Problem Statement... 3 Introduction to

More information

Deploying Microsoft Exchange Server 2007 mailbox roles on VMware Infrastructure 3 using HP ProLiant servers and HP StorageWorks

Deploying Microsoft Exchange Server 2007 mailbox roles on VMware Infrastructure 3 using HP ProLiant servers and HP StorageWorks Deploying Microsoft Exchange Server 2007 mailbox roles on VMware Infrastructure 3 using HP ProLiant servers and HP StorageWorks Executive summary...2 Target audience...2 Introduction...2 Disclaimer...3

More information

WINDOWS SERVER MONITORING

WINDOWS SERVER MONITORING WINDOWS SERVER Server uptime, all of the time CNS Windows Server Monitoring provides organizations with the ability to monitor the health and availability of their Windows server infrastructure. Through

More information

Microsoft Exchange Server 2010 SP1

Microsoft Exchange Server 2010 SP1 Microsoft Exchange Server 2010 SP1 Number: 70-663 Passing Score: 700 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Mixed dump of Herby and oktrian, credit for these guys. Cleaned from

More information

This course is intended for IT professionals who are responsible for the Exchange Server messaging environment in an enterprise.

This course is intended for IT professionals who are responsible for the Exchange Server messaging environment in an enterprise. 10233A: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Course Number: 10233A Course Length: 5 Day Course Overview This instructor-led course provides you with the knowledge

More information

MICROSOFT EXCHANGE 2003. best practices BEST PRACTICES - DATA STORAGE SETUP

MICROSOFT EXCHANGE 2003. best practices BEST PRACTICES - DATA STORAGE SETUP MICROSOFT EXCHANGE 2003 best practices BEST PRACTICES - DATA STORAGE SETUP TABLE OF CONTENTS E-mail has become a business critical communication tool 3 Build a disaster recovery solution with VSS and Data

More information

white paper Capacity and Scaling of Microsoft Terminal Server on the Unisys ES7000/600 Unisys Systems & Technology Modeling and Measurement

white paper Capacity and Scaling of Microsoft Terminal Server on the Unisys ES7000/600 Unisys Systems & Technology Modeling and Measurement white paper Capacity and Scaling of Microsoft Terminal Server on the Unisys ES7000/600 Unisys Systems & Technology Modeling and Measurement 2 This technical white paper has been written for IT professionals

More information

Evaluation Report: Supporting Microsoft Exchange on the Lenovo S3200 Hybrid Array

Evaluation Report: Supporting Microsoft Exchange on the Lenovo S3200 Hybrid Array Evaluation Report: Supporting Microsoft Exchange on the Lenovo S3200 Hybrid Array Evaluation report prepared under contract with Lenovo Executive Summary Love it or hate it, businesses rely on email. It

More information

Delphi+ System Requirements

Delphi+ System Requirements Delphi+ System Requirements Revision 1.1 Newmarket International, Inc. October 24, 2013 Delphi+ System Requirements Users Up to 15 Up to 25 Up to 50 Up to 90 Up to 200 Over 200 Minimum 2008 Server Hardware

More information

Scaling Microsoft SQL Server

Scaling Microsoft SQL Server Recommendations and Techniques for Scaling Microsoft SQL To support many more users, a database must easily scale out as well as up. This article describes techniques and strategies for scaling out the

More information

GSX Monitor & Analyzer for Exchange On premise. Performance, Reporting, Management

GSX Monitor & Analyzer for Exchange On premise. Performance, Reporting, Management GSX Monitor & Analyzer for Exchange On premise Performance, Reporting, Management 1 About GSX Solutions Founded in 1996, Headquartered in Switzerland Offices in USA, UK, France, Switzerland, China 600

More information

EMC Storage Administrator for Exchange SMB Edition

EMC Storage Administrator for Exchange SMB Edition EMC White Paper EMC Storage Administrator for Exchange SMB Edition Product Overview Abstract: This white paper examines the storage management technologies available with EMC Storage Administrator for

More information

Client Hardware and Infrastructure Suggested Best Practices

Client Hardware and Infrastructure Suggested Best Practices Client Hardware and Infrastructure Suggested Best Practices While it is the responsibility of our Clients to support their hardware and infrastructure, the Pretty Good Practices below are provided for

More information

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSE Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

Using Data Domain Storage with Symantec Enterprise Vault 8. White Paper. Michael McLaughlin Data Domain Technical Marketing

Using Data Domain Storage with Symantec Enterprise Vault 8. White Paper. Michael McLaughlin Data Domain Technical Marketing Using Data Domain Storage with Symantec Enterprise Vault 8 White Paper Michael McLaughlin Data Domain Technical Marketing Charles Arconi Cornerstone Technologies - Principal Consultant Data Domain, Inc.

More information

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10 Table Of Contents - - WINDOWS SERVER 2003 MAINTAINING AND MANAGING ENVIRONMENT...1 WINDOWS SERVER 2003 IMPLEMENTING, MANAGING & MAINTAINING...6 WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS

More information

This Exchange 2003 Guidelines document is a work in progress, and is current as of May 5, 2004.

This Exchange 2003 Guidelines document is a work in progress, and is current as of May 5, 2004. This Exchange 2003 Guidelines document is a work in progress, and is current as of May 5, 2004. docad.cgiar.org Home Exch 2003 Site Map Exchange 2003 Guidelines System-wide Policies - open for review The

More information

Atempo, Inc. LIVE BACKUP DEPLOYMENT GUIDE PLANNING AND DEPLOYING LIVE BACKUP IN YOUR CORPORATE ENTERPRISE. Author: Amy Gracer,

Atempo, Inc. LIVE BACKUP DEPLOYMENT GUIDE PLANNING AND DEPLOYING LIVE BACKUP IN YOUR CORPORATE ENTERPRISE. Author: Amy Gracer, ... Atempo, Inc. LIVE BACKUP DEPLOYMENT GUIDE PLANNING AND DEPLOYING LIVE BACKUP IN YOUR CORPORATE ENTERPRISE Date: May 2011 Author: Amy Gracer, Version: alb.lbdg.333.3 en . Copyright 2006-11 Atempo Inc.

More information

Microsoft Exchange Solutions on VMware

Microsoft Exchange Solutions on VMware Design and Sizing Examples: Microsoft Exchange Solutions on VMware Page 1 of 19 Contents 1. Introduction... 3 1.1. Overview... 3 1.2. Benefits of Running Exchange Server 2007 on VMware Infrastructure 3...

More information

Monitoring the Microsoft Windows Server System with PATROL - a Best Practices Guide

Monitoring the Microsoft Windows Server System with PATROL - a Best Practices Guide Monitoring the Microsoft Windows Server System with PATROL - a Best Practices Guide Contents Introduction...1 Establishing a Baseline...1 The Operating System...1 CPU...2 Memory...4 Network...7 Disk...8

More information

Exchange-based email. Types of email. Why use Exchange for email?

Exchange-based email. Types of email. Why use Exchange for email? Exchange-based email Types of email POP3 Exchange Lotus Notes Squirrel mail Pine They are all pretty basic and limited except Exchange email. Lotus Notes has lots of functionality, but it s a big pain

More information

Storage Systems Performance Testing

Storage Systems Performance Testing Storage Systems Performance Testing Client Overview Our client is one of the world s leading providers of mid-range and high-end storage systems, servers, software and services. Our client applications

More information

A Case Study in Exchange Management: HP s Experience

A Case Study in Exchange Management: HP s Experience A Case Study in Exchange Management: HP s Experience Stan Foster, Mike Ireland, Kathy Pollert, and Rex Backman HP Services, HP OpenView Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The

More information

Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology

Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology In this article I will show you how you can load-balance Exchange 2007 Client Access Servers (CAS) using

More information

Best Practices Guide: Microsoft Exchange Solutions on VMware

Best Practices Guide: Microsoft Exchange Solutions on VMware Contents 1. Introduction... 3 1.1. Overview... 3 1.2. Purpose... 3 1.3. Target Audience... 3 1.4. Scope... 4 2. VMware Infrastructure Best Practices for Exchange... 5 2.1. Physical and Virtual CPUs...

More information

Boost your VDI Confidence with Monitoring and Load Testing

Boost your VDI Confidence with Monitoring and Load Testing White Paper Boost your VDI Confidence with Monitoring and Load Testing How combining monitoring tools and load testing tools offers a complete solution for VDI performance assurance By Adam Carter, Product

More information

Symantec Endpoint Protection 11.0 Architecture, Sizing, and Performance Recommendations

Symantec Endpoint Protection 11.0 Architecture, Sizing, and Performance Recommendations Symantec Endpoint Protection 11.0 Architecture, Sizing, and Performance Recommendations Technical Product Management Team Endpoint Security Copyright 2007 All Rights Reserved Revision 6 Introduction This

More information

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Table of Contents Introduction.... 3 vsphere Architectural Overview... 4 SAN Backup

More information

Virtual Private Servers

Virtual Private Servers Virtual Private Servers Application Form Guide Internode Pty Ltd ACN: 052 008 581 150 Grenfell St Adelaide SA 5000 PH: (08) 8228 2999 FAX: (08) 8235 6999 www.internode.on.net Internode VPS Application

More information

Deploying Microsoft Exchange Server 2010 on the Hitachi Adaptable Modular Storage 2500

Deploying Microsoft Exchange Server 2010 on the Hitachi Adaptable Modular Storage 2500 Deploying Microsoft Exchange Server 2010 on the Hitachi Adaptable Modular Storage 2500 Reference Architecture Guide By Patricia Brailey July 2010 Summary IT administrators need email solutions that provide

More information

The team that wrote this redbook Comments welcome Introduction p. 1 Three phases p. 1 Netfinity Performance Lab p. 2 IBM Center for Microsoft

The team that wrote this redbook Comments welcome Introduction p. 1 Three phases p. 1 Netfinity Performance Lab p. 2 IBM Center for Microsoft Foreword p. xv Preface p. xvii The team that wrote this redbook p. xviii Comments welcome p. xx Introduction p. 1 Three phases p. 1 Netfinity Performance Lab p. 2 IBM Center for Microsoft Technologies

More information

Cisco Application Networking for IBM WebSphere

Cisco Application Networking for IBM WebSphere Cisco Application Networking for IBM WebSphere Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly

More information

Deployment Planning Guide

Deployment Planning Guide Deployment Planning Guide August 2011 Copyright: 2011, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form or by any means,

More information

Dell SC Series Storage and Microsoft Exchange Server 2013 Best Practices

Dell SC Series Storage and Microsoft Exchange Server 2013 Best Practices Dell SC Series Storage and Microsoft Exchange Server 2013 Best Practices Dell Engineering September 2015 A Dell Best Practices Guide Revisions Date October 2012 April 2013 September 2015 Description Initial

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

PrinterOn Enterprise Administration Support Guide

PrinterOn Enterprise Administration Support Guide PrinterOn Enterprise Administration Support Guide Version 2.5 Doc Rev: 1.1 Table of Contents 1. Overview...4 2. Hardware and Operating System Requirements...5 2.1. Hardware Requirements...5 2.2. Software

More information

Network Management and Monitoring Software

Network Management and Monitoring Software Page 1 of 7 Network Management and Monitoring Software Many products on the market today provide analytical information to those who are responsible for the management of networked systems or what the

More information

Everything you need to know about flash storage performance

Everything you need to know about flash storage performance Everything you need to know about flash storage performance The unique characteristics of flash make performance validation testing immensely challenging and critically important; follow these best practices

More information

ProSystem fx Engagement. Deployment Planning Guide

ProSystem fx Engagement. Deployment Planning Guide ProSystem fx Engagement Deployment Planning Guide September 2011 Copyright: 2011, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted

More information

Tech Tip: Understanding Server Memory Counters

Tech Tip: Understanding Server Memory Counters Tech Tip: Understanding Server Memory Counters Written by Bill Bach, President of Goldstar Software Inc. This tech tip is the second in a series of tips designed to help you understand the way that your

More information

WHITE PAPER Optimizing Virtual Platform Disk Performance

WHITE PAPER Optimizing Virtual Platform Disk Performance WHITE PAPER Optimizing Virtual Platform Disk Performance Think Faster. Visit us at Condusiv.com Optimizing Virtual Platform Disk Performance 1 The intensified demand for IT network efficiency and lower

More information

Seradex White Paper. Focus on these points for optimizing the performance of a Seradex ERP SQL database:

Seradex White Paper. Focus on these points for optimizing the performance of a Seradex ERP SQL database: Seradex White Paper A Discussion of Issues in the Manufacturing OrderStream Microsoft SQL Server High Performance for Your Business Executive Summary Microsoft SQL Server is the leading database product

More information

HP Data Protector Software

HP Data Protector Software HP Data Protector Software Performance White Paper Executive summary... 3 Overview... 3 Objectives and target audience... 4 Introduction and review of test configuration... 4 Storage array... 5 Storage

More information

- Brazoria County on coast the north west edge gulf, population of 330,242

- Brazoria County on coast the north west edge gulf, population of 330,242 TAGITM Presentation April 30 th 2:00 3:00 slot 50 minutes lecture 10 minutes Q&A responses History/Network core upgrade Session Outline of how Brazoria County implemented a virtualized platform with a

More information

AppSense Environment Manager. Enterprise Design Guide

AppSense Environment Manager. Enterprise Design Guide Enterprise Design Guide Contents Introduction... 3 Document Purpose... 3 Basic Architecture... 3 Common Components and Terminology... 4 Best Practices... 5 Scalability Designs... 6 Management Server Scalability...

More information

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1 Performance Study Performance Characteristics of and RDM VMware ESX Server 3.0.1 VMware ESX Server offers three choices for managing disk access in a virtual machine VMware Virtual Machine File System

More information

Using Synology SSD Technology to Enhance System Performance Synology Inc.

Using Synology SSD Technology to Enhance System Performance Synology Inc. Using Synology SSD Technology to Enhance System Performance Synology Inc. Synology_SSD_Cache_WP_ 20140512 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges...

More information

Fluke Networks NetFlow Tracker

Fluke Networks NetFlow Tracker Fluke Networks NetFlow Tracker Quick Install Guide for Product Evaluations Pre-installation and Installation Tasks Minimum System Requirements The type of system required to run NetFlow Tracker depends

More information

Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team

Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture Dell Compellent Product Specialist Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Resonate Central Dispatch

Resonate Central Dispatch Resonate Central Dispatch Microsoft Exchange 2010 Resonate, Inc. Tel. + 1.408.545.5535 Fax + 1.408.545.5502 www.resonate.com Copyright 2013 Resonate, Inc. All rights reserved. Resonate Incorporated and

More information

ENTERPRISE INFRASTRUCTURE CONFIGURATION GUIDE

ENTERPRISE INFRASTRUCTURE CONFIGURATION GUIDE ENTERPRISE INFRASTRUCTURE CONFIGURATION GUIDE MailEnable Pty. Ltd. 59 Murrumbeena Road, Murrumbeena. VIC 3163. Australia t: +61 3 9569 0772 f: +61 3 9568 4270 www.mailenable.com Document last modified:

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

Sage CRM Technical Specification

Sage CRM Technical Specification Sage CRM Technical Specification Client Software This document outlines the recommended minimum software and hardware requirements for running Sage CRM. Please note that while the document refers to Sage

More information

Managing Orion Performance

Managing Orion Performance Managing Orion Performance Orion Component Overview... 1 Managing Orion Component Performance... 3 SQL Performance - Measuring and Monitoring a Production Server... 3 Determining SQL Server Performance

More information

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation report prepared under contract with Lenovo Executive Summary Even with the price of flash

More information

Best Practices Guide Revision B. McAfee epolicy Orchestrator 5.1.0 Software

Best Practices Guide Revision B. McAfee epolicy Orchestrator 5.1.0 Software Best Practices Guide Revision B McAfee epolicy Orchestrator 5.1.0 Software COPYRIGHT Copyright 2015 McAfee, Inc., 2821 Mission College Boulevard, Santa Clara, CA 95054, 1.888.847.8766, www.intelsecurity.com

More information

How Does the ECASD Network Work?

How Does the ECASD Network Work? Slide 1 How Does the ECASD Network Work? Jim Blodgett, Network Engineer Slide 2 Network Overview The ECASD Network has 3500 computers, 350 switches, 100 servers and 13000 users spread over 22 different

More information

Copyright www.agileload.com 1

Copyright www.agileload.com 1 Copyright www.agileload.com 1 INTRODUCTION Performance testing is a complex activity where dozens of factors contribute to its success and effective usage of all those factors is necessary to get the accurate

More information

Eliminating Backup System Bottlenecks: Taking Your Existing Backup System to the Next Level. Jacob Farmer, CTO, Cambridge Computer

Eliminating Backup System Bottlenecks: Taking Your Existing Backup System to the Next Level. Jacob Farmer, CTO, Cambridge Computer : Taking Your Existing Backup System to the Next Level Jacob Farmer, CTO, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals

More information

Performance Validation and Test Results for Microsoft Exchange Server 2010 Enabled by EMC CLARiiON CX4-960

Performance Validation and Test Results for Microsoft Exchange Server 2010 Enabled by EMC CLARiiON CX4-960 Performance Validation and Test Results for Microsoft Exchange Server 2010 Abstract The purpose of this white paper is to profile the performance of the EMC CLARiiON CX4-960 with Microsoft Exchange Server

More information

Advice for Virtualizing Exchange 2010 Server Roles

Advice for Virtualizing Exchange 2010 Server Roles E-Guide Advice for Virtualizing Exchange 2010 Server Roles When virtualizing Exchange Server 2010, it's important to correctly configure virtual machines (VMs) that will host certain Exchange Server roles

More information

Dell Compellent Storage Center Microsoft Exchange Server 2010. Best Practices

Dell Compellent Storage Center Microsoft Exchange Server 2010. Best Practices Dell Compellent Storage Center Microsoft Exchange Server 2010 Best Practices Document revision Date Revision Comments 11/19/2009 A Draft 11/30/2009 B Initial Release 7/26/2010 C Technical Review/Updates

More information

Corporate PC Backup - Best Practices

Corporate PC Backup - Best Practices A Druva Whitepaper Corporate PC Backup - Best Practices This whitepaper explains best practices for successfully implementing laptop backup for corporate workforce. White Paper WP /100 /009 Oct 10 Table

More information