sharepoint 2013 upgrade

15
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012. Upgrading to 2013 @avisuj

Upload: avinash-sujeeth

Post on 31-Oct-2014

648 views

Category:

Technology


2 download

DESCRIPTION

An IT Pro presentation I deliver that explains the differences in SharePoint 2013 and approaches organizations use to upgrade.

TRANSCRIPT

Page 1: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Upgrading to 2013@avisuj

Page 2: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Requirements• Hardware:

SharePoint – 4 Core 12GB SQL - 4 Core 8GB/8 Core

16GB• Software

SQL 2008R2+ Windows Server 2008R2+ .Net 4.5 IE8+, Chrome, Firefox,

Safari

• Limits 30 Million Items 400,000 Major Versions 2GB Files 8 Joins per Query (lookup

Threshold) 5000 Items List view

Threshold 10 Coeditors in a File

Page 3: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

New Application Servers

3

Office Web Apps Distributed CacheSeparate server from

SharePoint. Can integrate with all Microsoft Office server products. Trust established by New-SPWOPIBinding

Additional Cache similar to Blob Cache – but lightning fast. Built on Windows Server Appfabric.

Workflow 1.0

SharePoint now leverages Windows Azure Workflow Server. Can be installed on a SharePoint Box.

Page 4: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Page 5: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Architecture overview

5

Search 2013 platform

Exchange 2013 platform SharePoint 2013 platform

Search 2013 platform

`

Exchange

SharePoint

Custom solution

Outlook Web App (OWA) search eDiscovery

Intranet search

Custom app (Internet/intranet)

Marketplace app

All

resu

lts

People

Sit

e s

earc

h

Vid

eo

Cust

om

searc

h

vert

ical

Internetsearch

Content sources

Public API

REST API

Page 6: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Search architecture

6

Admin

Content UX

mssearch.exe

Crawl+ connectors

Contentprocessing

noderunner.exe

Search core

FAST Server engine

noderunner.exe

Queryprocessing WFE

noderunner.exe

CLIENT APP

Public API

Unit of scale/role boundary

Analyzernoderunner.exe

Partner-built connectors

Page 7: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Page 8: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Site Collection Modes

Uses legacy 14 mode JS and CSS

Uses legacy _layouts and _controltemplates directories

Uses existing 14 features, web parts, and site definitions

No 15 features can be enabled/activated on a 14 mode site

Existing 2010 (and earlier) solutions can be deployed to 14 directories

New 15 solutions cannot be deployed to 14 directories

• Uses new 15 mode JS and CSS

• Uses new _layouts\15 and _controltemplates\15 directories

• Mainly uses new 15 features and web parts

• Can use existing 14 features and web parts

• Can only use 15 directory installed site definitions

• Existing 2010 (and earlier) solutions can be deployed to 15 directories

• New 15 solutions can only deployed to 15 directories

14 Mode 15 Mode

Page 11: SharePoint 2013 Upgrade

Page Rendering Coexistence

SP20

13 A

pp P

roce

ss S

pace SP2013

ConfigDatabase

SP2013 Content

Database

SPSite

SPWeb

SPSite

SPWeb

WSE/14/Templates WSE/15/Templates

/_layouts/ /_layouts/15/

WSE/14/Templates/Layouts

WSE/15/Templates/Layouts

Page Page

Code Code

14AssemblyRedirect

Policy

15Assembly

In-process request routing

14Mode

Site Page

15Mode

Site Page

Page 12: SharePoint 2013 Upgrade

Versioned Site Storage and Feature/Templates

WSE\14\Templates

Site Definition

Template STS#2

Template STS#1

Site Definition

Feature Definition

Feature Definition

Feature Definition

Feature Definition

WSE\14\Templates WSE\15\Templates

Site Definition

Template STS#2

Template STS#1

Site Definition

Feature Definition

Feature Definition

Feature Definition

Feature Definition

Feature Definition

Feature Definition

WSE\15\Templates

SPSi

te

SPW

eb FeatureFeature

FeatureFeature

SPSi

te

SPW

eb

Version=14URL=/sites/foo

SPSi

te

SPW

eb FeatureFeature

FeatureFeature

FeatureFeature

SPSi

te

SPW

eb

Version=15URL=/sites/bar

SP20

13 C

onte

nt D

atab

ase

Page 13: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Unsupported In 14 Mode All new SP2013 specific features

Upgrade SPSite to 15 mode first

2010 Web Analytics Existing features must be removed New web analytics features supported only in 15 mode

2010 Office Web Applications (WAC) Replaced with SP2013 WAC for both 14 and 15 mode PowerPoint Broadcast sites must be removed

No replacement available, use Lync instead

Project Web Access Sites (PWA Template) Must upgrade to 15 mode to use Project Sites (PWS) supported in both 14 and 15 mode

Page 14: SharePoint 2013 Upgrade

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint Server 2013 Preview and published July 2012.

Authentication Mode Support & Upgrade Windows Classic Support (Legacy)

SP2013 supports this with some issues Windows Claims Support

2010 supports this with a few exceptions Outlined in claims migration document

Migration before upgrade recommended Forms Auth Support

No changes from 2010 Ensure provider installed with same name before database attachment

Database to Web Application authentication mode mismatches Database attach in SP2013 detects mismatched auth support Test-SPContentDatabase in SP2013 also detects this Fix before attaching is best advice

Page 15: SharePoint 2013 Upgrade