SlideShare ist ein Scribd-Unternehmen logo
1 von 51
Demystifying Backup and Restore for SharePoint Joel Oleson Sr. Analyst @joeloleson Quest Software Session Code:
Who is SharePoint Joel? 8 year SharePoint Veteran… First SharePoint Admin Sr. Architect – SharePoint at Quest software Top IT SharePoint Blog Blog: http://www.sharepointjoel.com Twitter: @joeloleson
Agenda Understanding the problem Defining requirements Discuss backup & recovery solutions Tips & Tricks – Addressing gaps in backup/restore Summary and Q&A (Compliments to Mike Watson)
The problem Why is SharePoint Protection Difficult?
Why SharePoint Data Protection is Difficult ,[object Object]
Multiple servers with different roles
Different databases
Customizations
Configurations
Logical architecture doesn’t translate into physical components,[object Object]
What in Your SharePoint Environment Needs Protection? Do you need to protect all of your farms, servers, services, customizations, and configurations?
What do you need to backup Your Databases All Configuration and settings Your Services (Index) External Code and Dev assets
SharePoint Components
The plan Policy Driven Backup and Recovery
Creating a Backup/Recovery Solution Difficult but not impossible! What needs to be protected from what scenarios? How likely are those scenarios? How much data loss can be tolerated? How quickly must items/environment be restored? Test and price potential solutions. Mitigate issues. Choose and communicate solution.
Protected From What Scenarios?
How SLA Affects Your Recovery Plan
Recycle Bin with 2 levels of recovery End-user targeted with access from the site itself Site Administrator (at the Site Collection) accessible at the second level Turned on by default through Central Admin Configured at the Web Application Level The No Brainer…
RTO/RPO – Very Important! How much data loss can be tolerated? How quickly must data/environment be restored? RTO/RPO affect: The technologies you choose The strategies you deploy The simplicity/complexity       of your solution The location of your backups and environments
How the "Nines" Relate to Yearly Downtime
Backup/Recovery solutions Test & Price Potential Solutions
Protecting Content It’s nearly all about the Content Database!
Content Database Protection Simple Problem – Difficult Solution Endless options: SharePoint native backup SQL Native backup  With compression? Simple or Full recovery model? Full, Differential, Incremental backups? Transaction log backups? What to store and how long? SQL log shipping, mirroring, replication? DPM? Third-Party backup and replication tools?
Content Database Recovery Even more difficult! SQL database recovery workflow Confirm item Confirm location Track down database backup timeline Recover backups (online or offline (tape)) Position backups (same server/farm, recovery farm) Confirm backups are valid Restore backups Attach backups to SharePoint Confirm item is available Retrieve item and position for end user Recover to original farm Recover to a restore farm Extract data from SQL. Bring DR database online.
“I’m planning on using SharePoint’s Native Backup Restore, are there any considerations I should know? SharePoint Native Backup/Restore SharePoint Native Backup/Restore provides an out of the box base solution SharePoint’s Native Backup/Restore is only recommended for Small to Medium Sized Deployments… 
STSADM for Operations and Scripting Tool for the right job… To create a farm backup: Use stsadm –o backup  -directory To migrate a site collection: Use stsadm –o backup http://server/site (no directory) To migrate a site: Use stsadm –o export/import for sites To migrate a list:  Access or Excel or Third party tool  (watch creator/created date)
Characteristics of a Small to Medium-Size Deployment (Data Perspective) Site Collections No Larger than 12-15 GB* Content Databases No Larger than 100 GB* Deployed in up to three tiers, on no more than five servers (one to three front-end Web servers, one application server, and one computer or cluster running Microsoft SQL Server.)* *Source: Whitepaper “Data protection and recovery for Office SharePoint Server in small to medium deployments”
SharePoint 2007 Native Backup & Restore Out of the Box User Interface via Central Administration Command line access via STSADM tool ‘Hooks up’ SharePoint Databases and Search index on Restore Supports Full and Differential Backups* Easy to Use Backup/Restore at Farm or Web Application Level The only way native way to backup/restore the Search index
How Native SharePoint Backup Works Farm Central Admin UI or Console File Server SQL Backup/Restore
SharePoint 2007 Native Backup/Restore What’s Missing??? Does not Provide Scheduling Functionality in SharePoint (Use Windows Task Scheduler) Does not Backup any Configurations/Customizations to any files in the “12 Hive” or Web.config files Does not Backup IIS Settings/Configurations Does not Backup Alternate Access Mappings (AAM) Cannot Backup Directly to Tape (only to UNC)
SQL-Only Backup/Restore “My SQL servers are managed by a separate organization or data center from my SharePoint installations…”  “I prefer SQL Server Backups for Performance and Availability…” Advantages & Benefits: Existing SQL Server disaster recovery strategies can be re-used Can provider substantially faster Backup/Restore than  MOSS 2007’s Native Backup/Restore Can leverage 3rd party tools such as LiteSpeed for SQL Server to improve Backup/Restore Performance  Provides a full-fidelity data backup
SQL-Only Backup/Restore Considerations & Disadvantages: Does not Backup any WFE Configurations or Solutions Requires Admin to Manually Reattach Content Databases to the Web applications After a Recovery Manually Backup / Restore all customizations on WFE Servers (.Net Assemblies, Features, IIS Metabase, etc. – batch file can help automate this process) No need to Backup Search Database (As it can’t be synchronized with Search Index) Recommend Backup/Restore of SSP separately via SharePoint Native Backup & Restore
Why Backup/Restore is Not Highly Available or DR Simply not fast enough Rate of restore * content size = RTO 	Example: 100MB/sec * 5TB > 14 hours Complicated recovery procedure Prone to error Some important configurations will likely be lost.
Failover SQL Mirroring 2 Farms
Mirroring Within Farm < 1ms latency >LAN speed
Third Party Solutions There are three main categories: Storage Solutions – Replication of content on disk to another storage set or system. Backup/Restore – Integrate with SQL, file system, or VSS to provide backup/restore functionality. Caching/Synchronization – Use a variety of methods to cache content to a remote store or replicate content across sites/farms.
Quick Note on the Infrastructure Update Infrastructure update includes some major HA/DR improvements Overall improvement in stability/perf (better stored procs) Faster patching reduces downtime. VSS Writer enhancements improve reliability. Full crawls no longer necessary after DB attach: Content DB’s do not get assigned new GUID’s !!!! Change log remains intact.  http://support.microsoft.com/kb/953750
Tips and tricks  Mitigating problems with backup/restore solutions
Improving Performance of Native Backup Co locate the backup share with the largest backup components. Ensure the index disk has good read performance. (100MB/sec or better) Ensure the backup LUN has good write performance. (100MB/sec or better)  Ensure database LUN(s) have good read performance. (150MB/sec or better) Ensure Gbps connectivity between remote components and backup share. (1Gbps or 100MB/sec) Ensure all crawls (including anchor text) are stopped/paused.
Using A SQL Connection Alias with SharePoint 1. SharePoint configured to use SQL1 as default SQL server 2. Connection Alias defined: SQL1 = SQL1 3. Upon failover. Connection Alias updated: SQL1 = SQL2 SQL1 SQL2
Prevent Database Restores Use granular protection solutions instead. Recycle bin List item versioning Publishing (page versioning) Quick Recovery Tool (like Quest) Gaps exist. No site or web recycle bin. Use the MSIT Site Delete capture tool http://www.codeplex.com/governance/Release/ProjectReleases.aspx?ReleaseId=14351 No centralized control over item and page versioning
Use Solutions! Roll up customizations as solution packages Roll up as many customizations into a single package as possible. Solutions provide automatic deployment, simplified management, upgrade, and HA/DR efficiencies. Store solutions offsite (and on standby farm) with installation instructions. Build roll up packages on a regular basis.
DEMO: Quest Recovery Manager Provides granular and scalable recovery of anything in the backup of your SharePoint 2003 and 2007 content database
SharePoint 2010 sneak Peak Video Demo – Backup/Recovery
Sneak Peak Video: SharePointFilter out noise  video
SharePoint 2010 sneak Peak Sneak Peak Videos: http://sharepoint.microsoft.com/2010/Sneak_Peek/
Summary SharePoint Backup/Recovery is tricky, but not impossible. Traditional backup/restore is not HA or DR.  Different requirements sometimes require different solutions.  Most solutions have issues. Look around for innovative fixes.  No one solutions meets all needs. Combine solutions when necessary.
SharePointForAll.com Aggregation of Quest SharePoint Team Feeds Unique IT Content Migration Disaster Recovery/Backup ,[object Object],Beta access to new SharePoint tools and products! DropThis Reorg Wizard AND MORE!!! Quest SharePoint tools discussion forums
Watch Out for Killer Bunnies

Weitere ähnliche Inhalte

Was ist angesagt?

Dba 3+ exp qus
Dba 3+ exp qusDba 3+ exp qus
Dba 3+ exp qus
krreddy21
 
MySQL Enterprise Backup & Oracle Secure Backup
MySQL Enterprise Backup &  Oracle Secure BackupMySQL Enterprise Backup &  Oracle Secure Backup
MySQL Enterprise Backup & Oracle Secure Backup
Sanjay Manwani
 

Was ist angesagt? (20)

Dba 3+ exp qus
Dba 3+ exp qusDba 3+ exp qus
Dba 3+ exp qus
 
Backup and recovery in oracle
Backup and recovery in oracleBackup and recovery in oracle
Backup and recovery in oracle
 
Les 09 diag
Les 09 diagLes 09 diag
Les 09 diag
 
MySQL Enterprise Backup & Oracle Secure Backup
MySQL Enterprise Backup &  Oracle Secure BackupMySQL Enterprise Backup &  Oracle Secure Backup
MySQL Enterprise Backup & Oracle Secure Backup
 
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
 
Less17 moving data
Less17 moving dataLess17 moving data
Less17 moving data
 
AUSPC 2013 - Business Continuity Management in SharePoint
AUSPC 2013 - Business Continuity Management in SharePointAUSPC 2013 - Business Continuity Management in SharePoint
AUSPC 2013 - Business Continuity Management in SharePoint
 
Sql 2005 high availability
Sql 2005 high availabilitySql 2005 high availability
Sql 2005 high availability
 
IUG ATL PC 9.5
IUG ATL PC 9.5IUG ATL PC 9.5
IUG ATL PC 9.5
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015
 
Backup beyond just a strategy with SQL Server
Backup beyond just a strategy with SQL ServerBackup beyond just a strategy with SQL Server
Backup beyond just a strategy with SQL Server
 
What's new in SharePoint 2010 for Backup and Recovery - SP Saturday Copenhagen
What's new in SharePoint 2010 for Backup and Recovery - SP Saturday CopenhagenWhat's new in SharePoint 2010 for Backup and Recovery - SP Saturday Copenhagen
What's new in SharePoint 2010 for Backup and Recovery - SP Saturday Copenhagen
 
Oracle Complete Interview Questions
Oracle Complete Interview QuestionsOracle Complete Interview Questions
Oracle Complete Interview Questions
 
Oracle E-Business Suite R12.2.6 on Database 12c: Install, Patch and Administer
Oracle E-Business Suite R12.2.6 on Database 12c: Install, Patch and AdministerOracle E-Business Suite R12.2.6 on Database 12c: Install, Patch and Administer
Oracle E-Business Suite R12.2.6 on Database 12c: Install, Patch and Administer
 
Less18 support
Less18 supportLess18 support
Less18 support
 
Less03 db dbca
Less03 db dbcaLess03 db dbca
Less03 db dbca
 
GLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
GLOC 2014 NEOOUG - R12 Upgrade Downtime ReductionGLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
GLOC 2014 NEOOUG - R12 Upgrade Downtime Reduction
 
What is new on 12c for Backup and Recovery? Presentation
What is new on 12c for Backup and Recovery? PresentationWhat is new on 12c for Backup and Recovery? Presentation
What is new on 12c for Backup and Recovery? Presentation
 
Using VirtualBox - Learn Oracle Database 12c and EBS R12
Using VirtualBox - Learn Oracle Database 12c and EBS R12Using VirtualBox - Learn Oracle Database 12c and EBS R12
Using VirtualBox - Learn Oracle Database 12c and EBS R12
 
Large Scale SQL Considerations for SharePoint Deployments
Large Scale SQL Considerations for SharePoint DeploymentsLarge Scale SQL Considerations for SharePoint Deployments
Large Scale SQL Considerations for SharePoint Deployments
 

Ähnlich wie Techedafricademystifyingbackuprestoreinsharepoint2007 090805103250 Phpapp02

John Burkholder: Disaster Recovery in SharePoint 2010
John Burkholder: Disaster Recovery in SharePoint 2010John Burkholder: Disaster Recovery in SharePoint 2010
John Burkholder: Disaster Recovery in SharePoint 2010
SharePoint Saturday NY
 
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Michael Noel
 
MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2
Information Technology
 

Ähnlich wie Techedafricademystifyingbackuprestoreinsharepoint2007 090805103250 Phpapp02 (20)

Migrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveMigrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical Perspective
 
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike WatsonSharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
 
SharePoint Performance
SharePoint PerformanceSharePoint Performance
SharePoint Performance
 
[AU SPC 2011] Backup Restore SharePoint 2010
[AU SPC 2011] Backup Restore SharePoint 2010[AU SPC 2011] Backup Restore SharePoint 2010
[AU SPC 2011] Backup Restore SharePoint 2010
 
John Burkholder: Disaster Recovery in SharePoint 2010
John Burkholder: Disaster Recovery in SharePoint 2010John Burkholder: Disaster Recovery in SharePoint 2010
John Burkholder: Disaster Recovery in SharePoint 2010
 
SQL Server - High availability
SQL Server - High availabilitySQL Server - High availability
SQL Server - High availability
 
24 HOP edición Español - Sql server 2014 backup encryption - Percy Reyes
24 HOP edición Español - Sql server 2014 backup encryption - Percy Reyes24 HOP edición Español - Sql server 2014 backup encryption - Percy Reyes
24 HOP edición Español - Sql server 2014 backup encryption - Percy Reyes
 
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
Building the Perfect SharePoint 2010 Farm - TechEd Australia 2011
 
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011
Building the Perfect SharePoint 2010 Farm - SPS Brisbane 2011
 
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
 
SharePoint Topology
SharePoint Topology SharePoint Topology
SharePoint Topology
 
High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2
 
MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2
 
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011
Building the Perfect SharePoint 2010 Farm - SharePoint Saturday NYC 2011
 
Espc17 make your share point fly by tuning and optimising sql server
Espc17 make your share point  fly by tuning and optimising sql serverEspc17 make your share point  fly by tuning and optimising sql server
Espc17 make your share point fly by tuning and optimising sql server
 
Make your SharePoint fly by tuning and optimizing SQL Server
Make your SharePoint  fly by tuning and optimizing SQL ServerMake your SharePoint  fly by tuning and optimizing SQL Server
Make your SharePoint fly by tuning and optimizing SQL Server
 
KoprowskiT_SQLSat409_MaintenancePlansForBeginners
KoprowskiT_SQLSat409_MaintenancePlansForBeginnersKoprowskiT_SQLSat409_MaintenancePlansForBeginners
KoprowskiT_SQLSat409_MaintenancePlansForBeginners
 
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginners
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginnersKoprowskiT_SQLSaturday409_MaintenancePlansForBeginners
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginners
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deployment
 
Supporting SQLserver
Supporting SQLserverSupporting SQLserver
Supporting SQLserver
 

Techedafricademystifyingbackuprestoreinsharepoint2007 090805103250 Phpapp02

  • 1.
  • 2. Demystifying Backup and Restore for SharePoint Joel Oleson Sr. Analyst @joeloleson Quest Software Session Code:
  • 3. Who is SharePoint Joel? 8 year SharePoint Veteran… First SharePoint Admin Sr. Architect – SharePoint at Quest software Top IT SharePoint Blog Blog: http://www.sharepointjoel.com Twitter: @joeloleson
  • 4. Agenda Understanding the problem Defining requirements Discuss backup & recovery solutions Tips & Tricks – Addressing gaps in backup/restore Summary and Q&A (Compliments to Mike Watson)
  • 5. The problem Why is SharePoint Protection Difficult?
  • 6.
  • 7. Multiple servers with different roles
  • 11.
  • 12. What in Your SharePoint Environment Needs Protection? Do you need to protect all of your farms, servers, services, customizations, and configurations?
  • 13. What do you need to backup Your Databases All Configuration and settings Your Services (Index) External Code and Dev assets
  • 15. The plan Policy Driven Backup and Recovery
  • 16. Creating a Backup/Recovery Solution Difficult but not impossible! What needs to be protected from what scenarios? How likely are those scenarios? How much data loss can be tolerated? How quickly must items/environment be restored? Test and price potential solutions. Mitigate issues. Choose and communicate solution.
  • 17.
  • 18. Protected From What Scenarios?
  • 19. How SLA Affects Your Recovery Plan
  • 20. Recycle Bin with 2 levels of recovery End-user targeted with access from the site itself Site Administrator (at the Site Collection) accessible at the second level Turned on by default through Central Admin Configured at the Web Application Level The No Brainer…
  • 21. RTO/RPO – Very Important! How much data loss can be tolerated? How quickly must data/environment be restored? RTO/RPO affect: The technologies you choose The strategies you deploy The simplicity/complexity of your solution The location of your backups and environments
  • 22. How the "Nines" Relate to Yearly Downtime
  • 23. Backup/Recovery solutions Test & Price Potential Solutions
  • 24. Protecting Content It’s nearly all about the Content Database!
  • 25. Content Database Protection Simple Problem – Difficult Solution Endless options: SharePoint native backup SQL Native backup With compression? Simple or Full recovery model? Full, Differential, Incremental backups? Transaction log backups? What to store and how long? SQL log shipping, mirroring, replication? DPM? Third-Party backup and replication tools?
  • 26. Content Database Recovery Even more difficult! SQL database recovery workflow Confirm item Confirm location Track down database backup timeline Recover backups (online or offline (tape)) Position backups (same server/farm, recovery farm) Confirm backups are valid Restore backups Attach backups to SharePoint Confirm item is available Retrieve item and position for end user Recover to original farm Recover to a restore farm Extract data from SQL. Bring DR database online.
  • 27. “I’m planning on using SharePoint’s Native Backup Restore, are there any considerations I should know? SharePoint Native Backup/Restore SharePoint Native Backup/Restore provides an out of the box base solution SharePoint’s Native Backup/Restore is only recommended for Small to Medium Sized Deployments… 
  • 28. STSADM for Operations and Scripting Tool for the right job… To create a farm backup: Use stsadm –o backup -directory To migrate a site collection: Use stsadm –o backup http://server/site (no directory) To migrate a site: Use stsadm –o export/import for sites To migrate a list: Access or Excel or Third party tool (watch creator/created date)
  • 29. Characteristics of a Small to Medium-Size Deployment (Data Perspective) Site Collections No Larger than 12-15 GB* Content Databases No Larger than 100 GB* Deployed in up to three tiers, on no more than five servers (one to three front-end Web servers, one application server, and one computer or cluster running Microsoft SQL Server.)* *Source: Whitepaper “Data protection and recovery for Office SharePoint Server in small to medium deployments”
  • 30. SharePoint 2007 Native Backup & Restore Out of the Box User Interface via Central Administration Command line access via STSADM tool ‘Hooks up’ SharePoint Databases and Search index on Restore Supports Full and Differential Backups* Easy to Use Backup/Restore at Farm or Web Application Level The only way native way to backup/restore the Search index
  • 31. How Native SharePoint Backup Works Farm Central Admin UI or Console File Server SQL Backup/Restore
  • 32. SharePoint 2007 Native Backup/Restore What’s Missing??? Does not Provide Scheduling Functionality in SharePoint (Use Windows Task Scheduler) Does not Backup any Configurations/Customizations to any files in the “12 Hive” or Web.config files Does not Backup IIS Settings/Configurations Does not Backup Alternate Access Mappings (AAM) Cannot Backup Directly to Tape (only to UNC)
  • 33. SQL-Only Backup/Restore “My SQL servers are managed by a separate organization or data center from my SharePoint installations…” “I prefer SQL Server Backups for Performance and Availability…” Advantages & Benefits: Existing SQL Server disaster recovery strategies can be re-used Can provider substantially faster Backup/Restore than MOSS 2007’s Native Backup/Restore Can leverage 3rd party tools such as LiteSpeed for SQL Server to improve Backup/Restore Performance Provides a full-fidelity data backup
  • 34. SQL-Only Backup/Restore Considerations & Disadvantages: Does not Backup any WFE Configurations or Solutions Requires Admin to Manually Reattach Content Databases to the Web applications After a Recovery Manually Backup / Restore all customizations on WFE Servers (.Net Assemblies, Features, IIS Metabase, etc. – batch file can help automate this process) No need to Backup Search Database (As it can’t be synchronized with Search Index) Recommend Backup/Restore of SSP separately via SharePoint Native Backup & Restore
  • 35. Why Backup/Restore is Not Highly Available or DR Simply not fast enough Rate of restore * content size = RTO Example: 100MB/sec * 5TB > 14 hours Complicated recovery procedure Prone to error Some important configurations will likely be lost.
  • 37. Mirroring Within Farm < 1ms latency >LAN speed
  • 38. Third Party Solutions There are three main categories: Storage Solutions – Replication of content on disk to another storage set or system. Backup/Restore – Integrate with SQL, file system, or VSS to provide backup/restore functionality. Caching/Synchronization – Use a variety of methods to cache content to a remote store or replicate content across sites/farms.
  • 39. Quick Note on the Infrastructure Update Infrastructure update includes some major HA/DR improvements Overall improvement in stability/perf (better stored procs) Faster patching reduces downtime. VSS Writer enhancements improve reliability. Full crawls no longer necessary after DB attach: Content DB’s do not get assigned new GUID’s !!!! Change log remains intact. http://support.microsoft.com/kb/953750
  • 40. Tips and tricks Mitigating problems with backup/restore solutions
  • 41. Improving Performance of Native Backup Co locate the backup share with the largest backup components. Ensure the index disk has good read performance. (100MB/sec or better) Ensure the backup LUN has good write performance. (100MB/sec or better) Ensure database LUN(s) have good read performance. (150MB/sec or better) Ensure Gbps connectivity between remote components and backup share. (1Gbps or 100MB/sec) Ensure all crawls (including anchor text) are stopped/paused.
  • 42. Using A SQL Connection Alias with SharePoint 1. SharePoint configured to use SQL1 as default SQL server 2. Connection Alias defined: SQL1 = SQL1 3. Upon failover. Connection Alias updated: SQL1 = SQL2 SQL1 SQL2
  • 43. Prevent Database Restores Use granular protection solutions instead. Recycle bin List item versioning Publishing (page versioning) Quick Recovery Tool (like Quest) Gaps exist. No site or web recycle bin. Use the MSIT Site Delete capture tool http://www.codeplex.com/governance/Release/ProjectReleases.aspx?ReleaseId=14351 No centralized control over item and page versioning
  • 44. Use Solutions! Roll up customizations as solution packages Roll up as many customizations into a single package as possible. Solutions provide automatic deployment, simplified management, upgrade, and HA/DR efficiencies. Store solutions offsite (and on standby farm) with installation instructions. Build roll up packages on a regular basis.
  • 45. DEMO: Quest Recovery Manager Provides granular and scalable recovery of anything in the backup of your SharePoint 2003 and 2007 content database
  • 46. SharePoint 2010 sneak Peak Video Demo – Backup/Recovery
  • 47. Sneak Peak Video: SharePointFilter out noise  video
  • 48. SharePoint 2010 sneak Peak Sneak Peak Videos: http://sharepoint.microsoft.com/2010/Sneak_Peek/
  • 49. Summary SharePoint Backup/Recovery is tricky, but not impossible. Traditional backup/restore is not HA or DR. Different requirements sometimes require different solutions. Most solutions have issues. Look around for innovative fixes. No one solutions meets all needs. Combine solutions when necessary.
  • 50.
  • 51. Watch Out for Killer Bunnies
  • 52. Quest Solutions for SharePoint Site Administrator for SharePoint Discover, understand and manage your SharePoint environment Quest SQL Server Solutions Maximize SQL Server performance while simplifying tasks and providing visibility and control Quest Web Parts Enable rapid development of SharePoint applications Recovery Manager for SharePoint Granular SharePoint recovery for enterprise-level needs Migration Manager for SharePoint SharePoint 2003 to 2007 migration File Migrator for SharePoint File shares to SharePoint migration Public Folder Migrator for SharePoint Exchange Public Folders to SharePoint migration Notes Migrator for SharePoint Notes application content to SharePoint migration 48
  • 53. Required Slide 10 pairs of MP3 sunglasses to be won Complete a session evaluation and enter to win!
  • 55. Required Slide © 2009 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.
  • 56. Required Slide Speakers, TechEd 2009 is not producing a DVD. Please announce that attendees can access session recordings from Tech-Ed website. These will only be available after the event. Tech·Ed Africa 2009 sessions will be made available for download the week after the event from: www.tech-ed.co.za www.microsoft.com/teched International Content & Community www.microsoft.com/learning Microsoft Certification & Training Resources http://microsoft.com/technet Resources for IT Professionals http://microsoft.com/msdn Resources for Developers Resources

Hinweis der Redaktion

  1. An example of a warm standby environment utilizing a second SharePoint farm deployed in a secondary data center using SQL Server High Performance Mirroring to replicate only the content databases. During a failover, the content databases are brought online and attached to the existing farm.
  2. An example of a straddle farm installed in two closely located data centers. In this example SQL High Availability Mirroring is used to replicate all SharePoint farm databases to a standby SQL server (mirror). The network conditions between the two datacenters allow high throughput and remains supportable. A load balancer solution or DNS directs clients to the active data center.