1 / 51

SharePoint is Down: Solutions for High Availability and Disaster Recovery

Required Slide. SESSION CODE: OSP318. SharePoint is Down: Solutions for High Availability and Disaster Recovery. Bill Baer Technical Product Manager Microsoft Corporation. Outage cripples BlackBerry Americas network NEW YORK/SAN FRANCISCO (Reuters) - North and South American

dewey
Download Presentation

SharePoint is Down: Solutions for High Availability and Disaster Recovery

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Required Slide SESSION CODE: OSP318 SharePoint is Down: Solutions for High Availability and Disaster Recovery Bill Baer Technical Product Manager Microsoft Corporation

  2. Outage cripples BlackBerry Americas network NEW YORK/SAN FRANCISCO (Reuters) - North and South American users of Research in Motion Ltd's BlackBerry smartphone suffered widespread delays in message services on Tuesday, just a week after another outage struck the popular corporate network. December 23, 2009 (Reuters) Google Outage! Users Report Widespread Problems Using Google Apps SAN FRANCISCO — Millions of people were cut off from Google Inc.'s search engine, e-mail and other online services Thursday, sparking a flurry of frustrated venting that served as a reminder of society's growing dependence on Google's technology. May 14, 2009 Massive data outage hits Sidekick users over the weekend It's been a long, frustrating weekend for U.S. Sidekick owners, who saw their phones lose pretty much all data access starting Friday—and as of early Monday, the outage still wasn't quite over. October 5, 2009 (Yahoo News) Yahoo Mail Suffers Outage It appears that Yahoo Mail is suffering from an outage. Complaints from Yahoo Mail users are all over Twitter. It’s unclear how extensive the outage is and what is causing the issue but we’ll report back when we find out. October 26, 2009 (TechCrunch) T-Mobile experiencing widespread outage A massive outage left many T-Mobile USA customers across the country unable to make calls or get data on their cellular phones on Tuesday. November 3, 2009 (CNET)

  3. Agendawhat we plan to cover… • Introduction • New in Microsoft SharePoint Server 2010… • Planning and Other Considerations • Scenarios • Q & A

  4. Introductionsome information about me… • Technical Product Manager in the SharePoint Product Group • Previously Technology Architect in SharePoint Online • Microsoft Certified Master for SharePoint 2007 • Microsoft Certified Master Instructor for SharePoint 2007 and SharePoint 2010 • Hewlett-Packard MVP in Hewlett-Packard’s Technology Solutions Group • Connect w/ Bill on • Facebook • LinkedIn • Twitter • Spaces • TechNet

  5. Forwardwhat we will and won’t discuss… • What’s covered… • Improvements in Microsoft SharePoint Server 2010 • Business continuity management solutions on the Microsoft “stack” • What’s not covered… • Partner, ISV, and 3rd party solutions • Design and implementation of business continuity management solutions

  6. Objectivesat the end of this session you should… • Understand the improvements that support business continuity management solutions in Microsoft SharePoint Server 2010 • Understand the basic capabilities of Data Protection Manager 2010 • Understand the importance of planning solutions targeted at specific scenarios

  7. Microsoft SharePoint Server 2010what’s new and improved… • Improved site deletion logic • Configuration only backup • Script dependent operations have UI entry points • Browse content through Central Administration • Unattached content database data recovery • Snapshot support • Read only support • Database mirroring support • New Service Application architecture

  8. Planninggetting started with continuity management solutions… • Understand what to protect before how to protect it… • Apply objectives • Service Level Agreements • Recovery Point Objectives • Recovery Time Objectives • Understand what is provided out of the box… • Understand business continuity management is an ongoing process

  9. Technology Positioning Failover Clustering Geo-clustering or Synchronous Database Mirroring P2P Replication Log Shipping RTO Backup/Restore

  10. Understandwhat you need to know before you get started… • Content comprises a deployment in most cases • Configuration is key to replication • As RPO/RTO decrease, continuity costs increase • Understand differences between cold standby versus warm standby solutions • Understand what SharePoint provides and how to use it to your advantage • Data loss is non-negotiable

  11. Cold Standby Solutions Solutions for High Availability and Disaster Recovery

  12. Recycle Binprovides simple content recovery… • Recycle Bin • Two-stage implementation • Self service recovery of most content in first stage • Site collection administrator recovery in second stage • Enabled by default • Configured on per Web application basis • Relatively unchanged in 2010

  13. Versioningprotects items and files from overwrite… • Provides multiple copies of the same document • Protects documents from overwrite • Enabled at the library or list level • Items and files can be versioned • Relatively unchanged in 2010 • New Efficient File Transfer (FSSHTTP) between client and server

  14. Unattached Content Database Data Recoveryprovides simple content recovery +… • Enables recovery of… • Site collections • Sites • Lists • Document Libraries • Does not require database Web application attach • Supports SQL Server snapshots • Enables content browsing

  15. Snapshotsprovide additional backup resiliency… • Creates a stable point-in-time view of the site data to minimize the possibility of corrupt backups, while still allowing the site to be read+write for end users • Can be programmatically leveraged with Backup-SPSite and Export-SPWeb • Can use the SPDatabase.Snapshots property to access the SPDatabaseSnapshotCollectionclass to schedule snapshots • Test your solution to ensure that it's appropriate for your data type • Databases that involve a lot of updates will cause poor performance and high storage needs as more snapshots are taken

  16. Unattached Content Database Data Recovery / Snapshots Bill BaerTechnical Product ManagerMicrosoft Corporation DEMO

  17. Data Protection Managerprovides simple content recovery and much, much more… • Enables recovery of… • Site collections • Sites • Lists • Document Libraries • List Items (I.e. Large Binary Objects) • Not limited to just content database subordinate objects • Does not require a recovery farm (2010) • Does not protect Search Service applications

  18. Data Protection Manager 2010enterprise ready… Disk-based Recovery Online Snapshots (up to 512) Active Directory® System State Up to Every 15 minutes Data Protection Manager Tape-based Backup Disaster Recovery with offsite replication & tape Data Protection Manager file services

  19. Large Binary Objectsare the bulk of your content… • Think “inside” of the box • BLOBs are contained in Content Databases • SQL Server or SharePoint backups are adequate in most cases • Microsoft SharePoint Server 2010 enables limited recovery without Web application attach

  20. Service Applicationsconsiderations and general information on protection… • SharePoint backup provides optimal coverage with minimal effort • Improved resiliency and scale, particularly Search • Data Protection Manager can be used

  21. Service Applicationswhat can I use…

  22. Farmsolutions for all of the above and then some… • SharePoint and Data Protection Manager are the key solutions • SQL Server alone is not an option • VSS Writer potentially, but would require significant investments – reserved for ISV’s in most cases

  23. Farm Backupwhat can I use…

  24. Configurationbacking and restoring configuration settings… • Microsoft SharePoint Server 2010 enables new configuration-only backup • Supported through Central Administration, STSADM, Windows PowerShell, and code • Primarily protects solutionsh • * Can be used for replicating one environment’s configuration to another

  25. Configuration Backupwhat can I use…

  26. Customizationsbacking up and restoring customizations… • Note to developers – package all customizations as solutions • Web application (content database) and Farm backup cover custom and user code solutions • Redeployment is required on recovery

  27. Gradual Site Deleteresolves lock escalation… • Gradual Site Delete • Mitigates locks and lock escalation • Benefits ECM scenarios Gradual Site Delete Remove Content Check dbo.SiteDeletion dbo.SiteMap dbo.Sites /sites/contoso dbo.SiteDeletion /sites/contoso Remove SiteMap Reference Remove Sites Reference <GUID> Add SiteDeletion Reference

  28. DIYbusiness continuity management on your terms… • API available to create SharePoint-based solutions • VSS Writer • Think “outside” of the box • Site Recycle Bin • Uses SiteDeleted and WebEvents + backup or PRIME APIs • CodePlex solution works in 2010 without modification

  29. Backup Recovery Scenariosgetting it all back… • Backups can be performed to support many recovery scenarios. Common scenarios include: • Recreate a farm on new hardware, or in a different location, assuming that no parts of the original farm are available. (Disaster recovery) • Create a new farm based on an existing farm’s configuration and backups • Create backups to support highly-available farms • Archive versions of a site • Use unattached databases to recover site collections, sites or lists (documents possible with OM)

  30. Partners • Quest • AvePoint

  31. Warm Standby Solutions Solutions for High Availability and Disaster Recovery

  32. Service Application Architecturehow the new Service Architecture can help… • Shared Services Provider concept retired • New model provides a set of components that can be distributed across servers • Servers become role agnostic • Flexibility, scale, redundancy through component-based approach • Services are now a logical architecture • Example: Search • Components: Crawl, Property, and Administration • Internal: Index Partitions

  33. Read-Only Modedisaster recovery scenarios through read-only environments… • Read-only support provided for • Service Applications • Content databases • Service Applications • Implemented through applying a IsReadOnly flag on the Shared Service Application Layer • Granularity of Read-Only can span a Subscription (Partition) ID to allow for a multi-tenancy hosting environment perform maintenance on groups of users • Content databases • Implemented through setting the IsReadOnlySPDatabaseproperty programmatically

  34. Read-Only Content Database Bill BaerTechnical Product ManagerMicrosoft Corporation DEMO

  35. Database Mirroringnew support for SQL Server database mirroring… • New Database Mirroring awareness in Microsoft SharePoint Server 2010 • Expands out of the box high availability solutions beyond Failover Clustering • UI entry points in most cases; otherwise, complimented with Windows PowerShell support (code sample coming up)

  36. Database Mirroring Param([String]$database,[String]$server ) functionMain() { $db= get-spdatabase | where {$_.Name -eq$database} $db.AddFailoverServiceInstance($server) $db.Update() Write-Host "Database $database configured with failover server instance $server." } Main * Commands vary for Service Applications

  37. Failover Clusteringnew opportunities, same supportability… • Windows Server 2003 • Status quo • Windows Server 2008 • Supports geographically dispersed clusters is Multi-Site Clustering • Nodes can now reside on different, routed subnets • Enables both high availability and geographically disperse disaster recovery • Improved scale with GPT

  38. Log Shippingcontent replication solutions through SQL Server Log Shipping… • Think “inside” of the box • Cost effective and available to 99% of deployments • Think “outside” of the box • Distributed File System Replication attach opportunity • Use in lieu of Log Shipping Copy Job • Provides increased performance and security • New Configuration Database changes eliminate detach/attach scenarios

  39. SQL Server 2008get more with SQL Server 2008… • Backup Compression • Transparent Data Encryption • Torn Page Repair • Log Stream Compression Content database with ~370K documents SQL 2008 with compression ran the backup 48% faster and consumed only 20% of the disk used by SQL 2005

  40. Partners • Hewlett-Packard • EMC

  41. Summaryin the end… • Microsoft SharePoint Server 2010 opens the door to new business continuity management solutions • Business continuity management is an ongoing process • Data loss is non-negotiable • Planning is critical and tested when you need it most • Out of the box, Microsoft SharePoint Server 2010 provides a robust set of capabilities to drive effective business continuity management

  42. Additional Resourcesto compliment what we covered… • TechNet • Plan for Business Continuity Management (SharePoint Server 2010) • Plan to Protect Content by using Recycle Bins and Versioning (SharePoint Server 2010) • Plan for Backup and Recovery (SharePoint Server 2010) • Backup and Recovery Overview (SharePoint Server 2010) • Backup and Recovery (SharePoint Server 2010) • Getting Started: Backups

  43. Database Mirroring Mechanics Web Server Confirmation sent to client 4 Transaction submitted to mirror Acknowledge message sent to principal 2 Mirror SQL Server Principal SQL Server 3 Transaction completed on mirror Write transaction to log Write transaction to database 1 2 2

  44. Required Slide Track PMs will supply the content for this slide, which will be inserted during the final scrub. Track Resources • For More Information – http://sharepoint.microsoft.com • SharePoint Developer Center – http://msdn.microsoft.com/sharepoint • SharePoint Tech Center – http://technet.microsoft.com/sharepoint • Official SharePoint Team Blog – http://blogs.msdn.com/sharepoint

  45. Required Slide Speakers, please list the Breakout Sessions, Interactive Sessions, Labs and Demo Stations that are related to your session. Related Content • Breakout Sessions – See Conference Guide for full list of OSP Track Sessions • Interactive Sessions – OSP Track has 10 Interactive Sessions – OSP01-INT – OSP10-INT • Hands-on Labs – OSP01-HOL – OSP20-HOL • Product Demo Stations – Yellow Section, OSP • Office 2010, SharePoint 2010, Project Server 2010, Visio 2010 have kiosks and demos

  46. Required Slide Resources Learning • Sessions On-Demand & Community • Microsoft Certification & Training Resources www.microsoft.com/teched www.microsoft.com/learning • Resources for IT Professionals • Resources for Developers • http://microsoft.com/technet • http://microsoft.com/msdn

  47. Required Slide Complete an evaluation on CommNet and enter to win!

  48. Sign up for Tech·Ed 2011 and save $500 starting June 8 – June 31st http://northamerica.msteched.com/registration You can also register at the North America 2011 kiosk located at registrationJoin us in Atlanta next year

  49. © 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

  50. Play the Microsoft Office & SharePoint Track Tag Contest Download the Microsoft Tag Reader Open the internet browser on your mobile phone and visit http://gettag.mobi Grand Prize (1) Xbox 360 Prize Package and Microsoft® Office 2010 Daily Prizes 40 copies of Microsoft® Office 2010 Come to the Expo Hall – Yellow Section OSP Info Desk for Official Rules & Collect Additional Tags from all OSP Track Sessions, Speakers and Expo Hall!

More Related