sharepoint 2010 upgrade drill down

38
Upgrading Drill Down: SharePoint 2010 Joel Oleson SharePoint Architect Quest Software http:// sharepointjoel.com

Upload: joel-oleson

Post on 09-May-2015

4.288 views

Category:

Technology


2 download

DESCRIPTION

Drill down into the various methods for upgrading from SharePoint 2007 to SharePoint 2010 including upgrade methods and considerations.

TRANSCRIPT

Page 1: SharePoint 2010 Upgrade Drill Down

Upgrading Drill Down: SharePoint 2010

Joel OlesonSharePoint ArchitectQuest Softwarehttp://sharepointjoel.com

Page 2: SharePoint 2010 Upgrade Drill Down

~10 Year SharePoint Veteran

SharePoint Product Architect, Evangelist & Strategy @ Quest

Twitter: @joeloleson

Email: [email protected]

Who is SharePoint Joel?

Page 3: SharePoint 2010 Upgrade Drill Down

Upgrade Cycle: OverviewLearn• Requirements/

prerequisites• Upgrade methods• Downtime mitigation• Common issues

Prepare• Document environment• Manage customizations• Plan upgrade strategy• Make items upgradable

Test• Build test farms

• Use real data• Evaluate techniques• Find issues early

Implement• Build/upgrade farms• Deploy customizations• Minimize downtime• Monitor progress

Validate• Upgrade event failures• UI/UX issues• Data issues

Page 4: SharePoint 2010 Upgrade Drill Down

Pre Upgrade

Page 5: SharePoint 2010 Upgrade Drill Down

SharePoint 2010 Requirements

• SharePoint 2007 SP2 Update (December CU recommended)

• 64 bit operating system for application servers– Windows Server 2008 or 2008 R2

• 64 bit SQL Server– SQL 2005 SP3 CU3/2008 SP1 CU2/2008 R2

• For Development environments– 64-bit Vista SP1 and Windows 7

• Virtualization is supported and very common

Page 6: SharePoint 2010 Upgrade Drill Down

Learning from PreUpgradeCheck

Page 7: SharePoint 2010 Upgrade Drill Down

PreUpgradeCheck Failed Report (snippets)

Page 8: SharePoint 2010 Upgrade Drill Down

SharePoint PreUpgradeCheck Report

Information & Configuration

• Content Sources & Start addresses

• Farm & Search Topology

• Servers• Upgrade Types• AAMs, Large Lists &

Libraries

ImportantIssues and Dependencies

• Site Definition (referenced & missing)

• Installed Language Pack• Features (referenced &

missing)• Custom List Views &

Custom Field Types, Web.Config entries

Page 9: SharePoint 2010 Upgrade Drill Down

Test-SPContentDatabase

Page 10: SharePoint 2010 Upgrade Drill Down

Upgrade

Page 11: SharePoint 2010 Upgrade Drill Down

Insight on Upgrade

• Binary Upgrade– In Place - New Timeout, Resume on failures– Database Attach - New Parallel, Progress

Indicator

• Visual Upgrade– Separate process– Delegation by default

Binary Upgrade

Visual Upgrade

Page 12: SharePoint 2010 Upgrade Drill Down

In-Place Upgrade• All-at-once upgrade

– Must upgrade the whole farm at one time– No SP 2007 and SP2010 in same farm– Schedule downtime

• Simplest approach, but *most risky*!– No going back

• Resume Upgrade if problems occur• Recommendations

– Run Test-SPContentDatabase from SP 2010 farm against databases

– Do a full farm backup before you start!

Page 13: SharePoint 2010 Upgrade Drill Down

1. In Place - Binary Approach to Upgrade

PreUpgradeCheck

on SP2007

farm

Test In Place

Upgrade on 2nd Farm

Fix issues

Mount and

Resume Dbs w/

Powershell

Fix Upgrade

Errors

Visual Upgrade

Caution: Not recommended for most deployments…

Page 14: SharePoint 2010 Upgrade Drill Down

Psconfig –cmd upgrade

Page 15: SharePoint 2010 Upgrade Drill Down

Psconfig Upgrade Continued

Page 16: SharePoint 2010 Upgrade Drill Down

Database Attach Upgrade

• Safer, Requires more planning (A good thing)

• Upgrade is done on a separate 2010 farm– Done database-by-database – Can be used with 2nd step visual upgrade

• Use Test-SPContentDatabase (PowerShell cmdlet) to test database first

• To attach– Mount-SPContentDatabase (PowerShell)– STSADM –o Addcontentdb operation

• Parallel database upgrades are possible

Page 18: SharePoint 2010 Upgrade Drill Down

2. DB Attach - Binary Approach to Upgrade

PreUpgradeCheck

on SP2007

farm

Fix issues Upgrade Services

Test-SPContentDatabas

es

Add solutions

/Fix issues

Database Attach

Content Database

s

Visual Upgrade

Recommended for most deployments…

Page 19: SharePoint 2010 Upgrade Drill Down

Visual Upgrade

• Stay in 2007 (default) or move to 2010 UI– 2010 ships 2007 Master pages and CSS– UI Preview capability

• Farm admin or site admin controlled– Web level setting

• Some items not 2007 UI compatible– My site host– PWA site collection– Report Server web parts

Page 20: SharePoint 2010 Upgrade Drill Down

Attaching Database to SP2010 Farm

Page 21: SharePoint 2010 Upgrade Drill Down

Central Admin Upgrade Status

Page 22: SharePoint 2010 Upgrade Drill Down

Post Binary Upgraded Site: Preview Visuals

Page 23: SharePoint 2010 Upgrade Drill Down

Visual Upgrade Options

Page 24: SharePoint 2010 Upgrade Drill Down
Page 25: SharePoint 2010 Upgrade Drill Down

Tactical Insights

Page 26: SharePoint 2010 Upgrade Drill Down

Operations SchedulingBenchmark upgrade operations schedule

Note:– Planned 36 hours outage.– Up to 54 hours emergency outage if rollback is required.– Downtime mitigation processes such as read-only databases can be used

to reduce outage time.

Schedule Operation

Friday 2200hrs Start backups

Saturday 0000hrs Start upgrade of content farm/databases

Sunday 1200hrs

Upgrade must be effectively complete, or rollback of environment must begin

Monday 0600hrs

Environment must be completely working, either as original version or new version

Page 27: SharePoint 2010 Upgrade Drill Down

Common Upgrade Failure Issues & Recovery1. Determine cause of failure

– Status Page & Upgrade Logs:• Error log• Full upgrade log

– Customizations Management Commands:• Test-SPContentDatabase• stsadm -o EnumAllWebs

2. Fix issue(s)– Install missing or updated customizations– Activate missing services; farm, web app settings

3. Resume upgrade– Farm upgrade command– Content database specific upgrade command– Service specific upgrade commands

Page 28: SharePoint 2010 Upgrade Drill Down

Upgrade Strategies

Page 29: SharePoint 2010 Upgrade Drill Down

Windows PowerShell Upgrade CmdletsTest-SPContentDatabase• Discover and Document issues 2007/2010

Mount-SPContentDatabase• Initiate Content database B2B/V2V upgrade

Upgrade-SPContentDatabase• Resume Content database B2B/V2V upgrade

Upgrade-SPEnterpriseSearchServiceApplication• Search Service Application Instance

Upgrade-SPSingleSignOnDatabase• O12 SSO data to Secure Store database

Page 30: SharePoint 2010 Upgrade Drill Down

Upgrade TestingWhat are you looking for in a test?• Upgrade Issues

– Disk Full!!!– Modified databases– Customizations– Authentication providers– Poor dev practices

• Recommendations– Test server side customizations & verify in

both Visual Upgrade modes– Consider preview environments– Similar hardware, Use real datasets– Don’t ignore warnings

Page 31: SharePoint 2010 Upgrade Drill Down

Binary Approaches to Upgrade - Hybrid

Make a copy of

the farm

Set databases Read-Only on Source

Upgrade Binaries

and Services with In Place

upgrade

Test-SPContentDatabases

Database Attach

Content Databases in Parallel

Visual Upgrade

Page 32: SharePoint 2010 Upgrade Drill Down

SSP to Service App

• Each SSP upgrades into:– A Search service app– A User Profiles service app– An Excel service app– An App Registry back-compat service app

• New Services can be activated/added

Page 33: SharePoint 2010 Upgrade Drill Down

Visual Upgrade Caution

• AAM redirection features is complex. Don’t use it if you don’t have to.

• No Visual backward compatible UI for My Sites– Database Attach into My Site Host– In place upgrade your My Site Host

• Other Services UI may be impacted– Project Web Access site collection– Reporting Server web parts

Page 34: SharePoint 2010 Upgrade Drill Down

ISV Upgrade/Migration Solutions• Quest Tech Preview of Migration Manager

– 2003 to 2010 with post Migration Sync– Premigration assessment for duration

• Freeware: Check out the Free Quest Reporting Solution http://www.quest.com/reportsforsharepoint

• You can also find Solutions from: Metalogix, Tsunami & AvePoint

Page 35: SharePoint 2010 Upgrade Drill Down

SharePoint 2010 Upgrade eBook

•Launch on May 12•Coming Soon!!!

Page 36: SharePoint 2010 Upgrade Drill Down

Quest Solutions for SharePoint Site Administrator for SharePoint Understand, manage and secure your SharePoint environment

Migration Manager for SharePoint SharePoint to SharePoint migration

File Migrator for SharePoint File shares to SharePoint migration

Recovery Manager for SharePointGranular SharePoint recovery for enterprise-level needs

Quest Web Parts Enable rapid development of SharePoint applications

Public Folder Migrator for SharePointExchange Public Folders to SharePoint migrationNotes Migrator for SharePointNotes application content to SharePoint migration

Quest SQL Server Solutions Maximize SQL Server performance while simplifying tasks and providing visibility and control

* 2003 -2010 Tech Preview

Server Administrator for SharePoint Configure, difference and health for your SharePoint farms

* 2010 Tech Previews

* 2010 Tech Preview

Page 38: SharePoint 2010 Upgrade Drill Down

Learn More about SharePoint 2010

Information forIT Prosat TechNet

http://MSSharePointITPro.com

Information forDevelopers

at MSDNhttp://MSSharePointDeveloper.com

Information forEveryone

http://SharePoint.Microsoft.com