Presentation is loading. Please wait.

Presentation is loading. Please wait.

Adam Gordon Upgrading from SharePoint 2010 to SharePoint 2013.

Similar presentations


Presentation on theme: "Adam Gordon Upgrading from SharePoint 2010 to SharePoint 2013."— Presentation transcript:

1 Adam Gordon adam.gordon@newhorizons.com

2

3 Upgrading from SharePoint 2010 to SharePoint 2013

4 Upgrading Step by Step

5 Multiple Methods Supported  In Place  Database Attach  Hybrid Cannot Skip Versions  2001 > 2003  2003 > 2007  2007 > 2010 Single Method Database Attach Cannot skip versions 2010 > 2013 Now…

6

7 Upgrade Methods

8 What Can Be Upgraded?

9

10 Authentication Mode Support

11 Deferred Site Collection Upgrade

12 Site Collection Health Checks

13

14 Upgrade Evaluation Site Collections

15

16 New Upgrade Notifications

17 SPSite “/sites/foo” Snapshot Database R/O Content Database Content Database Configuration Database SPSite “/sites/foo” SPSite Cloning Clone SPSite “/sites/foo-eval” Evaluation SPSite “/sites/foo-eval” Sites Site Map … AllDocs AllWebs AllSites … AllDocs AllWebs AllSites Filtered Copy Of AllSites Filtered Copy Of AllWebs Filtered Copy Of AllDocs Filtered Copy Of … / /sites/foo /sites/foo-eval Timer Job: Create Evaluation Sites 1 2 3 4 5 4 6

18 Workflows

19

20 Gather Information

21 Customizations Gathering

22

23 UpgradeMigration

24 Choosing Migration vs. Upgrade

25 Spring Cleaning For A Healthy Farm

26

27 Operating System  Windows Server 2008R2 SP1  Windows Server 2012 (Recommended) SQL  SQL Server 2008 R2 with SP1+  SQL Server 2012 (Recommended)

28 Client Software Requirements

29 Get started with SharePoint Download and experience SharePoint http://technet.microsoft.com/en-US/evalcenter/hh973397.aspx?wt.mc_id=TEC_121_1_4 Learn more http://sharepoint.microsoft.com/

30  Supported Databases  Content databases  Project databases  Search admin database  Profile database  Social database  Managed Metadata database  Secure Store database - Passphrase Req.  Access databases B2B Only

31

32

33

34 $WebAppName = "http://sp2010/" $wa = get-SPWebApplication $WebAppName $wa.UseClaimsAuthentication = $true $wa.Update()

35 $account = "spdom\administrator" $account = (New-SPClaimsPrincipal -identity $account - identitytype 1).ToEncodedString() $wa = get-SPWebApplication $WebAppName $zp = $wa.ZonePolicies("Default") $p = $zp.Add($account,"PSPolicy") $fc=$wa.PolicyRoles.GetSpecialRole("FullControl") $p.PolicyRoleBindings.Add($fc) $wa.Update() $wa.MigrateUsers($true) $wa.ProvisionGlobally()  Notice the tp_Login Columns

36 $webapp = Get-SPWebApplication http://sp2010 $webapp.Properties["portalsuperuseraccount"] = "i:0#.w|spdom\sp_cachesuperuser" $webapp.Properties["portalsuperreaderaccount"] = "i:0#.w|spdom\sp_cachesuperreader" $webapp.Update() Make sure you test with other users

37

38

39

40

41

42

43

44 SP15 App Process Space SP15 Config Database SP15 Content Database SPSite SPWeb SPSite SPWeb WSE/14/TemplatesWSE/15/Templates /_layouts/ /_layouts/15/ WSE/14/Templates/ Layouts WSE/15/Templates/ Layouts Page Code 14 Assembly Redirect Policy 14 Assembly Redirect Policy 15 Assembly 15 Assembly In-process request routing 14 Mode Site Page 15 Mode Site Page

45 WSE\14\Templates Site Definition Template STS#2 Template STS#1 Site Definition Feature Definition WSE\14\TemplatesWSE\15\Templates Site Definition Template STS#2 Template STS#1 Site Definition Feature Definition WSE\15\Templates SPSite SPWeb Feature SPSite SPWeb SPSite SPWeb Feature SPSite SPWeb SP15 Content Database

46 SP14 feature replaced by SP15 feature Non-replaced O14 only feature (e.g. 3 rd party) SP14 feature removed in SP15 14 Mode Features List SP15 feature replacing SP14 feature New SP15 only feature “Sunset” feature Visible=false 15 Mode Features List 15 Mode Lookups 14 Mode Lookups

47

48

49

50


Download ppt "Adam Gordon Upgrading from SharePoint 2010 to SharePoint 2013."

Similar presentations


Ads by Google