SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1

Knut Relbe-Moe [MVP, MCT]
Knut Relbe-Moe [MVP, MCT]Product Evangelist and Partner Manager at Valo Intranet en Valo Intranet
Best practices on upgrading SharePoint from 2007/2010 to
2013
#SPSDXB
Knut Relbe-Moe
May 17th, 2014
Thanks to our sponsors!
Knut Relbe-Moe
Senior Solution Architect
Technical Lead SharePoint
Steria AS
Oslo, Norway
Microsoft Certified Trainer
Contact
@sharePTkarm
Email: knutrelbemoe@outlook.com
Blog: www.sharepointblog.no
Skype: shareptkarm
Mobile: 0047-98224609
My Experience:
 SharePoint evangelist, mentor, speaker
 Old developer, turned Architect / ITPro
 Have worked with SharePoint since the 2003 version.
 Worked with several clients upgrading their solution from
2007/2010 to 2013.
 Works as a Lead Architect and advisor creating SharePoint Farm
architecture/infrastructure on many projects. With up to 25.000
users.
 Worked with automating the installation and configuration of
SharePoint.
I’m proud to work for:
About this session
 SharePoint doesn’t support upgrading
straight from MOSS 2007 to SharePoint
2013. You first have to go trough
SharePoint 2010.
 SharePoint 2013 doesn’t support «In-Place
upgrade». Which is a good thing!
 SharePoint 2013 supports «database
attach» which arrived with SharePoint 2010
 SharePoint 2013 supports upgrade of
some of the Service Applications
What can be upgraded?
What can be upgraded?
What about upgrade from
2007?
I have SharePoint 2007… Should I skip
2010?
 You can’t skip 2010, because SharePoint doesn’t support upgrading
straight from MOSS 2007 to SharePoint 2010
Upgrade path
Another option
Upgrade process – different
options
Upgrade process – farm solutions
Analyze todays environment
Upgrade process – moving to the cloud
– best practice
Rewrite the code
to 2013 solution
Color Description
Blue Supporting items for your decision
Orange
Solution is not cloud ready and can't be used
with Office 365. So it has to be farm solution.
Yellow
Yellow: Can't be used with Office 365 multitenant.
Could work with Office 365 dedicated (please verify it
with Microsoft before starting to build it).
Green
Solution is cloud ready and can be used with Office
365
The decision chart is based on the idea, that you separate
each use case and you do an evaluation for each of them.
It could be that your solution is a mix of apps, sandbox
solutions and a client application used to deploy and
configure it.
Adrian Fiechter
@adrianfiechter
http://tinyurl.com/oq87nnd
Iterative upgrade process
Tobias Zimmergren
Entrepreneur / Microsoft
MVP / Technology
Evangelist
@zimmergren
www.zimmergren.net
http://t.co/LMdhQh4wnD
Don’t forget the impact a
database upgrade can have
on your environment
 If you run on a old version of SQL server you should consider upgrading to a new one at the same time
as you upgrade the SharePoint environment
 If your database is not set up correct you can get great effect on your environment by reinstalling or
upgrading the database.
 Always use SQL Alias when you install SharePoint, then it will be easy to move or upgrade your
environment.
 Process is very simple:
Don’t forget the value of upgrading your SQL server
Databases require upgrade or
not supported.
Severity 1 - Error
Category Configuration
Explanation The following
databases require upgrade
because their versions are older
than the backwards compatible
range:
Step by step process on upgrading
to SharePoint 2013
 Prepare and gather info
 Clean up the 2010 environment (Remove faulty features, solutions that should not be used anymore)
 Build servers / install 2013 SharePoint
 Backup and upgrade of service application database
 Upgrade your SP 2010 code to SP 2013
 Backup and upgrade of content databases
 Deploy 2010 WSP files to the 14 – hive in SP 2013
 Test-SPContentDatabase – Correct any mistakes that occurs
 Mount-SPContentDatabase – Probably fails
 Migrate to claims
 Upgrade site collection – Upgrade SPSite http://server/sitecollection
 Deploy of SP2013 WSP-Files
Step by step process on upgrading to SharePoint 2013
Step by step process on upgrading to SharePoint 2013
Step by step process on upgrading to SharePoint 2013
 Run Test-
SPContentDatabase cmdlet to
identify missing components along
with potential errors and related
warnings.
 Check the upgrade log and deploy
any missing components and re run
the cmdlet until no errors returned
Step by step process on upgrading to SharePoint 2013
Step by step process on upgrading to SharePoint 2013
Step by step process on upgrading to SharePoint 2013
Step by step process on upgrading to SharePoint 2013
 Migrate to claims if you didn’t
do it in the 2010 environment
Step by step process on upgrading to SharePoint 2013
Step by step process on upgrading to SharePoint 2013
Step by step process on upgrading to SharePoint 2013
Upgrade your Custom
Solutions
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
 The migration report tells you how the
upgrade went.
Check out the assembly references
in your project that are pointing to
any SharePoint assemblies
Note that the assemblies have
automatically been updated to the
correct version of the SharePoint
2013 assembly.
 Path to the images folder
 Path to the layouts folder
 Path to the controltemplate folder
Other code updates //images folder
//layouts folder
//controltemplates folder
Demo time: Content upgrade
and code upgrade
Demo – summary
 Create web application in 2013 farm
 Set Source DB-To Read Only (in 2010 farm)
 Backup existing content DB. (in 2010 farm)
 Restore content db to new SQL Server
 Test upgrade process using:
Test-SPContentDatabase -name ContentDBName -webapplication http:/mydemo > c:autid.txt
 Review log files for errors/upgrade blockers
 Run Mount-SPContentDatabase command to upgrade DB (DB is updated but not site
collections)
 To upgrade the visual experience to 2013 on all site collections run the following command:
 Get-SPSite -contentdatabase ContentDBName -Limit All | Upgrade-SPSite –
VersionUpgrade
 I have now shown you how to upgrade your custom solutions to 2013.
 But for each solution you have to consider, shall I just convert the code, or shall I rewrite the
code completely so it would also work with the new SharePoint App Model
Typical errors
False
Great!
Upgrading SharePoint 2013
To: SharePoint 2013 SP1
1. Install SharePoint 2013 service-pack 1
on all servers.
2. Install SharePoint 2013 Language
pack service pack 1 on all servers
3. Complete the upgrade with
psconfig/config-wizard to complete
on all servers
4. Install Windows 2012 R2 on all
servers
Alternative 1:
Upgrade to 2013 Service Pack 1
Windows 2012 is perfectly capable of mounting local ISO files as a virtual disc. Click the
ISO, then run setup when the ISO is mounted.
Prepare Windows 2012 R2 ISO
44
Run setup, accept the UAC elevation and begin the
install. Get the updates
45
46
Make sure you install the GUI Windows only. SharePoint doesn’t
support server core.
Make sure you select “upgrade” as it’s pretty much the entire point of this
article/process.
Windows Upgrade Compatibility Check
47
Running Setup & Upgrading Windows 2012 to R2
48
Setup will restart
a couple of times.
Verify SharePoint Functionality & Fixing Errors
 As mentioned earlier, the upgrade to Windows 2012
R2 can leave SharePoint rather broken by default.
 Specifically the Security Token Service can break
because of a problem with then SharePoint farm
certificate.
 Click on “view these issues” and you might see
something like this:
How to fix it!
psconfig -cmd services install
psconfig -cmd installfeatures
psconfig -cmd secureresources
1. Reinstall the Servers.
2. Install Windows 2012 R2 on all
servers
3. Install SharePoint 2013 service-pack
1 on all servers.
4. Install SharePoint 2013 Language
pack service pack 1 on all servers
5. Join the SP1 servers to the farm
6. Complete the upgrade with
psconfig/config-wizard to complete
on all servers
7. Remove the old 2013 servers from
the farm
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
Upgrade to 2013 Service Pack 1 update
Link to the download of SP1 update
KB Download
KB Download
KB Download
KB Download
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
Scripted install of cumulative updates/Service Pack 1
To save a lot of time during installation of cumulative updates / service pack, take a look
at Russ Maxwell powershell script to script the installation. This will save you a lot of time.
http://blogs.msdn.com/b/russmax/archive/2013/04/01/why-sharepoint-2013-
cumulative-update-takes-5-hours-to-install.aspx
This script reduces the patch time from 5 hours to approximately 30 minutes
Another note – Best practice on install
About the script
1. Disable the IISAdmin and SPTimerV4 service
2. Shut down IIS Admin and Timer Services if they are running
3. Give you the option to Pause the Search Service Application (see search notes below)
4. Stop Search Services (see search notes below)
5. Install the patch in passive mode (No user interaction required but will witness the patch install in the UI)
Note: Power Shell should remain open in the background while patch is running
6. Upon completion of the patch, the Power Shell script, services in step 1 are set to Automatic
7. Starts up IIS Admin and Timer Services
8. Starts up Search services
9. Resume the Search Service Application if it was
paused
10. Finally, the script will display the Start Time and End Time for patch install
Drop the SharePoint cumulative/sp1 update in the same folder as the script.
For instance C:scripts
How to run the script
Important: Only one update
should be placed here and the file
extension should be .exe.
Finally, run the script from c:scripts using SharePoint
Management Shell.
Example Screenshot
during patching it
looks like:
Example Screenshot –
Patching is complete!
How to succeed upgrading
SharePoint
How to succeed upgrading SharePoint
How to succeed upgrading SharePoint
Another option:
Different migration tools
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
Summary
Thanks to
My contact details:
Twitter: @sharePTkarm
Email: knutrelbemoe@outlook.com /
kirm@steria.no
Blogg: http://www.sharepointblog.no
Skype shareptkarm
Mobile: 0047-98224609
Linkedin: http://no.linkedin.com/pub/k
nut-relbe-moe/2/70b/6a/
Thank you!
1 de 68

Recomendados

Get your SharePoint spinning with SQL Server por
Get your SharePoint spinning with SQL ServerGet your SharePoint spinning with SQL Server
Get your SharePoint spinning with SQL ServerKnut Relbe-Moe [MVP, MCT]
1.3K vistas39 diapositivas
I03 migration from on premises to office365 - tips tricks and hows por
I03 migration from on premises to office365 - tips tricks and howsI03 migration from on premises to office365 - tips tricks and hows
I03 migration from on premises to office365 - tips tricks and howsKnut Relbe-Moe [MVP, MCT]
1.6K vistas53 diapositivas
SPSNYC - Visio 2013 and Visio Services a quick guide por
SPSNYC - Visio 2013 and Visio Services a quick guideSPSNYC - Visio 2013 and Visio Services a quick guide
SPSNYC - Visio 2013 and Visio Services a quick guideKnut Relbe-Moe [MVP, MCT]
2.2K vistas27 diapositivas
Delve and Office Graph por
Delve and Office GraphDelve and Office Graph
Delve and Office GraphKnut Relbe-Moe [MVP, MCT]
1.9K vistas36 diapositivas
How to Create a Windows App with Project Siena, SharePoint & Office 365 por
 How to Create a Windows App with Project Siena, SharePoint & Office 365 How to Create a Windows App with Project Siena, SharePoint & Office 365
How to Create a Windows App with Project Siena, SharePoint & Office 365Knut Relbe-Moe [MVP, MCT]
1.8K vistas31 diapositivas
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick Guide por
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick GuideSPSOslo 2014 - Visio 2013 & Visio Services – A Quick Guide
SPSOslo 2014 - Visio 2013 & Visio Services – A Quick GuideKnut Relbe-Moe [MVP, MCT]
1.5K vistas23 diapositivas

Más contenido relacionado

La actualidad más candente

What's in SharePoint land 2016 for the end user por
What's in SharePoint land 2016 for the end userWhat's in SharePoint land 2016 for the end user
What's in SharePoint land 2016 for the end userSPC Adriatics
221 vistas33 diapositivas
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices por
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesSPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesKnut Relbe-Moe [MVP, MCT]
852 vistas68 diapositivas
SharePoint Server 2013 Workflows por
SharePoint Server 2013 WorkflowsSharePoint Server 2013 Workflows
SharePoint Server 2013 WorkflowsSPC Adriatics
3.9K vistas19 diapositivas
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud por
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBuild scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBrian Culver
6.4K vistas33 diapositivas
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon por
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechConWhat’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechConSPTechCon
14.8K vistas23 diapositivas
SharePoint User Group UK #FutureOfSharePoint 11 May 2016 por
SharePoint User Group UK #FutureOfSharePoint 11 May 2016SharePoint User Group UK #FutureOfSharePoint 11 May 2016
SharePoint User Group UK #FutureOfSharePoint 11 May 2016pearce.alex
2.7K vistas28 diapositivas

La actualidad más candente(20)

What's in SharePoint land 2016 for the end user por SPC Adriatics
What's in SharePoint land 2016 for the end userWhat's in SharePoint land 2016 for the end user
What's in SharePoint land 2016 for the end user
SPC Adriatics221 vistas
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices por Knut Relbe-Moe [MVP, MCT]
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesSPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SharePoint Server 2013 Workflows por SPC Adriatics
SharePoint Server 2013 WorkflowsSharePoint Server 2013 Workflows
SharePoint Server 2013 Workflows
SPC Adriatics3.9K vistas
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud por Brian Culver
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBuild scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Brian Culver6.4K vistas
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon por SPTechCon
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechConWhat’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon
What’s new with Workflow in SharePoint 2013 by Andew Connell - SPTechCon
SPTechCon14.8K vistas
SharePoint User Group UK #FutureOfSharePoint 11 May 2016 por pearce.alex
SharePoint User Group UK #FutureOfSharePoint 11 May 2016SharePoint User Group UK #FutureOfSharePoint 11 May 2016
SharePoint User Group UK #FutureOfSharePoint 11 May 2016
pearce.alex2.7K vistas
Microsoft Office Web Apps Server - Deployment Simplified por David J Rosenthal
Microsoft Office Web Apps Server - Deployment SimplifiedMicrosoft Office Web Apps Server - Deployment Simplified
Microsoft Office Web Apps Server - Deployment Simplified
David J Rosenthal1.6K vistas
Improve and Understand Your SharePoint Online Performance - Serge Luca Patric... por serge luca
Improve and Understand Your SharePoint Online Performance - Serge Luca Patric...Improve and Understand Your SharePoint Online Performance - Serge Luca Patric...
Improve and Understand Your SharePoint Online Performance - Serge Luca Patric...
serge luca4.1K vistas
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDC por Brian Culver
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDCBuilding Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Brian Culver842 vistas
Workflows in SharePoint 2013: Architecture #spsbe por Spikes NV
Workflows in SharePoint 2013: Architecture#spsbeWorkflows in SharePoint 2013: Architecture#spsbe
Workflows in SharePoint 2013: Architecture #spsbe
Spikes NV1K vistas
Workflow in SharePoint 2013 por MJ Ferdous
Workflow in SharePoint 2013Workflow in SharePoint 2013
Workflow in SharePoint 2013
MJ Ferdous18.7K vistas
Office Add-Ins por Spikes NV
Office Add-InsOffice Add-Ins
Office Add-Ins
Spikes NV302 vistas
SharePoint 2013 Workflow from K2 por K2
SharePoint 2013 Workflow from K2SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2
K26.5K vistas
Creating SharePoint 2013 Workflows por SPC Adriatics
Creating SharePoint 2013 WorkflowsCreating SharePoint 2013 Workflows
Creating SharePoint 2013 Workflows
SPC Adriatics10.6K vistas
Develop a SharePoint App in 45 Minutes por Tom Resing
Develop a SharePoint App in 45 MinutesDevelop a SharePoint App in 45 Minutes
Develop a SharePoint App in 45 Minutes
Tom Resing1.8K vistas
O365Con18 - Bridge Over O365 Gaps and Enhance User Satisfaction - Nimrod Geva por NCCOMMS
O365Con18 - Bridge Over O365 Gaps and Enhance User Satisfaction - Nimrod GevaO365Con18 - Bridge Over O365 Gaps and Enhance User Satisfaction - Nimrod Geva
O365Con18 - Bridge Over O365 Gaps and Enhance User Satisfaction - Nimrod Geva
NCCOMMS200 vistas
New SharePoint Features in Visual Studio 2012! por SPC Adriatics
New SharePoint Features in Visual Studio 2012!New SharePoint Features in Visual Studio 2012!
New SharePoint Features in Visual Studio 2012!
SPC Adriatics2K vistas

Similar a SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1

SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and... por
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...BIWUG
564 vistas68 diapositivas
Sp24s084 bestpractice_on_upgrading_sharepoint por
Sp24s084 bestpractice_on_upgrading_sharepointSp24s084 bestpractice_on_upgrading_sharepoint
Sp24s084 bestpractice_on_upgrading_sharepointKnut Relbe-Moe [MVP, MCT]
696 vistas64 diapositivas
Office Add-ins community call-March 2019 por
Office Add-ins community call-March 2019Office Add-ins community call-March 2019
Office Add-ins community call-March 2019Microsoft 365 Developer
865 vistas47 diapositivas
Best ofmms kb_final por
Best ofmms kb_finalBest ofmms kb_final
Best ofmms kb_finalDieter Wijckmans
415 vistas44 diapositivas
Best ofmms kb_final por
Best ofmms kb_finalBest ofmms kb_final
Best ofmms kb_finalKenny Buntinx
1.1K vistas44 diapositivas
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr... por
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...Brian Petrini
2.8K vistas51 diapositivas

Similar a SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1(20)

SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and... por BIWUG
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
BIWUG564 vistas
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr... por Brian Petrini
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
Brian Petrini2.8K vistas
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr... por Brian Petrini
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
InterConnect 2015 1930 - Top practices to ensure a successful IBM Business Pr...
Brian Petrini431 vistas
Upgrade tosharepoint2013a mthodicalapproachmn por Vickey Bird
Upgrade tosharepoint2013a mthodicalapproachmnUpgrade tosharepoint2013a mthodicalapproachmn
Upgrade tosharepoint2013a mthodicalapproachmn
Vickey Bird303 vistas
Ready, Set, Upgrade! por Cory Peters
Ready, Set, Upgrade!Ready, Set, Upgrade!
Ready, Set, Upgrade!
Cory Peters409 vistas
SPCSEA 2013 - Upgrading to SharePoint 2013 por Michael Noel
SPCSEA 2013 - Upgrading to SharePoint 2013SPCSEA 2013 - Upgrading to SharePoint 2013
SPCSEA 2013 - Upgrading to SharePoint 2013
Michael Noel3.2K vistas
SharePoint 2010 Upgrade Chalk Talk with Joel Oleson and Muhanad Omar - Teched... por Joel Oleson
SharePoint 2010 Upgrade Chalk Talk with Joel Oleson and Muhanad Omar - Teched...SharePoint 2010 Upgrade Chalk Talk with Joel Oleson and Muhanad Omar - Teched...
SharePoint 2010 Upgrade Chalk Talk with Joel Oleson and Muhanad Omar - Teched...
Joel Oleson809 vistas
5 Mysterious SharePoint Errors and Their Resolution por harry marweik
5 Mysterious SharePoint Errors and Their Resolution5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolution
harry marweik163 vistas
Application depolyment por shriikantL
Application depolymentApplication depolyment
Application depolyment
shriikantL267 vistas
SharePoint 2010 Upgrade Drill Down por Joel Oleson
SharePoint 2010 Upgrade Drill DownSharePoint 2010 Upgrade Drill Down
SharePoint 2010 Upgrade Drill Down
Joel Oleson1.3K vistas
SharePoint 2010 Upgrade Best Practices Croatia por Joel Oleson
SharePoint 2010 Upgrade Best Practices CroatiaSharePoint 2010 Upgrade Best Practices Croatia
SharePoint 2010 Upgrade Best Practices Croatia
Joel Oleson2K vistas
SharePoint 2010 Upgrade User Group and SharePoint Saturday por Joel Oleson
SharePoint 2010 Upgrade User Group and SharePoint SaturdaySharePoint 2010 Upgrade User Group and SharePoint Saturday
SharePoint 2010 Upgrade User Group and SharePoint Saturday
Joel Oleson617 vistas
O365 Developer Bootcamp NJ 2018 - Material por Thomas Daly
O365 Developer Bootcamp NJ 2018 - MaterialO365 Developer Bootcamp NJ 2018 - Material
O365 Developer Bootcamp NJ 2018 - Material
Thomas Daly233 vistas

Más de Knut Relbe-Moe [MVP, MCT]

Knut relbe moe - teams-tips por
Knut relbe moe - teams-tipsKnut relbe moe - teams-tips
Knut relbe moe - teams-tipsKnut Relbe-Moe [MVP, MCT]
507 vistas71 diapositivas
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts por
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts Knut Relbe-Moe [MVP, MCT]
387 vistas64 diapositivas
Mobility with Office 365 How to make use of it (different apps) in your organ... por
Mobility with Office 365 How to make use of it (different apps) in your organ...Mobility with Office 365 How to make use of it (different apps) in your organ...
Mobility with Office 365 How to make use of it (different apps) in your organ...Knut Relbe-Moe [MVP, MCT]
359 vistas73 diapositivas
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts por
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts Knut Relbe-Moe [MVP, MCT]
296 vistas50 diapositivas
How hubsites raise SharePoint Intranet potential por
How hubsites raise SharePoint Intranet potentialHow hubsites raise SharePoint Intranet potential
How hubsites raise SharePoint Intranet potentialKnut Relbe-Moe [MVP, MCT]
271 vistas57 diapositivas
How hubsites raise SharePoints intranet potential por
How hubsites raise SharePoints intranet potentialHow hubsites raise SharePoints intranet potential
How hubsites raise SharePoints intranet potentialKnut Relbe-Moe [MVP, MCT]
291 vistas66 diapositivas

Más de Knut Relbe-Moe [MVP, MCT](20)

How to build a Project Hub with Hubsites and Sitedesign and Sitescripts por Knut Relbe-Moe [MVP, MCT]
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
Mobility with Office 365 How to make use of it (different apps) in your organ... por Knut Relbe-Moe [MVP, MCT]
Mobility with Office 365 How to make use of it (different apps) in your organ...Mobility with Office 365 How to make use of it (different apps) in your organ...
Mobility with Office 365 How to make use of it (different apps) in your organ...
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts por Knut Relbe-Moe [MVP, MCT]
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat... por Knut Relbe-Moe [MVP, MCT]
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the... por Knut Relbe-Moe [MVP, MCT]
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...
SPSMadrid Get sql spinning with SharePoint. Best practice for the back end por Knut Relbe-Moe [MVP, MCT]
SPSMadrid Get sql spinning with SharePoint. Best practice for the back endSPSMadrid Get sql spinning with SharePoint. Best practice for the back end
SPSMadrid Get sql spinning with SharePoint. Best practice for the back end
SharePoint 2016 The Future is Hybrid, what you need to know about it por Knut Relbe-Moe [MVP, MCT]
SharePoint 2016 The Future is Hybrid, what you need to know about itSharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about it
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric... por Knut Relbe-Moe [MVP, MCT]
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...
How to create a Windows app with Project Siena, SharePoint and Office 365 por Knut Relbe-Moe [MVP, MCT]
How to create a Windows app with Project Siena, SharePoint and Office 365How to create a Windows app with Project Siena, SharePoint and Office 365
How to create a Windows app with Project Siena, SharePoint and Office 365
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300) por Knut Relbe-Moe [MVP, MCT]
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)

Último

Roozbeh Torkzadeh - TU Eindhoven por
Roozbeh Torkzadeh - TU EindhovenRoozbeh Torkzadeh - TU Eindhoven
Roozbeh Torkzadeh - TU EindhovenDutch Power
111 vistas14 diapositivas
PB CV v0.4 por
PB CV v0.4PB CV v0.4
PB CV v0.4Pedro Borracha
7 vistas16 diapositivas
Deafening Silence por
Deafening SilenceDeafening Silence
Deafening SilenceSarah Carpino
19 vistas14 diapositivas
a timeline of the history of linguistics- BAUTISTA- BELGERA.pdf por
a timeline of the history of linguistics- BAUTISTA- BELGERA.pdfa timeline of the history of linguistics- BAUTISTA- BELGERA.pdf
a timeline of the history of linguistics- BAUTISTA- BELGERA.pdfFordBryantSadio
6 vistas46 diapositivas
Gym Members Community.pptx por
Gym Members Community.pptxGym Members Community.pptx
Gym Members Community.pptxnasserbf1987
10 vistas5 diapositivas
Aleksandra Kollontai por
Aleksandra KollontaiAleksandra Kollontai
Aleksandra KollontaiEmiliaSfichi
7 vistas8 diapositivas

Último(20)

Roozbeh Torkzadeh - TU Eindhoven por Dutch Power
Roozbeh Torkzadeh - TU EindhovenRoozbeh Torkzadeh - TU Eindhoven
Roozbeh Torkzadeh - TU Eindhoven
Dutch Power111 vistas
a timeline of the history of linguistics- BAUTISTA- BELGERA.pdf por FordBryantSadio
a timeline of the history of linguistics- BAUTISTA- BELGERA.pdfa timeline of the history of linguistics- BAUTISTA- BELGERA.pdf
a timeline of the history of linguistics- BAUTISTA- BELGERA.pdf
FordBryantSadio6 vistas
Gym Members Community.pptx por nasserbf1987
Gym Members Community.pptxGym Members Community.pptx
Gym Members Community.pptx
nasserbf198710 vistas
Chris Ferris Retrain Manitoba Presentation - CEA - June 2, 2023.pdf por ChrisFerris
Chris Ferris Retrain Manitoba Presentation - CEA - June 2, 2023.pdfChris Ferris Retrain Manitoba Presentation - CEA - June 2, 2023.pdf
Chris Ferris Retrain Manitoba Presentation - CEA - June 2, 2023.pdf
ChrisFerris5 vistas
Helko van den Brom - VSL por Dutch Power
Helko van den Brom - VSLHelko van den Brom - VSL
Helko van den Brom - VSL
Dutch Power120 vistas
ERGONOMIC RISK ASSESSMENT (ERA).pptx por j967z4hcnp
ERGONOMIC RISK ASSESSMENT (ERA).pptxERGONOMIC RISK ASSESSMENT (ERA).pptx
ERGONOMIC RISK ASSESSMENT (ERA).pptx
j967z4hcnp8 vistas

SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1

  • 1. Best practices on upgrading SharePoint from 2007/2010 to 2013 #SPSDXB Knut Relbe-Moe May 17th, 2014
  • 2. Thanks to our sponsors!
  • 3. Knut Relbe-Moe Senior Solution Architect Technical Lead SharePoint Steria AS Oslo, Norway Microsoft Certified Trainer Contact @sharePTkarm Email: knutrelbemoe@outlook.com Blog: www.sharepointblog.no Skype: shareptkarm Mobile: 0047-98224609 My Experience:  SharePoint evangelist, mentor, speaker  Old developer, turned Architect / ITPro  Have worked with SharePoint since the 2003 version.  Worked with several clients upgrading their solution from 2007/2010 to 2013.  Works as a Lead Architect and advisor creating SharePoint Farm architecture/infrastructure on many projects. With up to 25.000 users.  Worked with automating the installation and configuration of SharePoint.
  • 4. I’m proud to work for:
  • 6.  SharePoint doesn’t support upgrading straight from MOSS 2007 to SharePoint 2013. You first have to go trough SharePoint 2010.  SharePoint 2013 doesn’t support «In-Place upgrade». Which is a good thing!  SharePoint 2013 supports «database attach» which arrived with SharePoint 2010  SharePoint 2013 supports upgrade of some of the Service Applications
  • 7. What can be upgraded?
  • 8. What can be upgraded?
  • 9. What about upgrade from 2007?
  • 10. I have SharePoint 2007… Should I skip 2010?  You can’t skip 2010, because SharePoint doesn’t support upgrading straight from MOSS 2007 to SharePoint 2010
  • 13. Upgrade process – different options
  • 14. Upgrade process – farm solutions Analyze todays environment
  • 15. Upgrade process – moving to the cloud – best practice Rewrite the code to 2013 solution
  • 16. Color Description Blue Supporting items for your decision Orange Solution is not cloud ready and can't be used with Office 365. So it has to be farm solution. Yellow Yellow: Can't be used with Office 365 multitenant. Could work with Office 365 dedicated (please verify it with Microsoft before starting to build it). Green Solution is cloud ready and can be used with Office 365 The decision chart is based on the idea, that you separate each use case and you do an evaluation for each of them. It could be that your solution is a mix of apps, sandbox solutions and a client application used to deploy and configure it. Adrian Fiechter @adrianfiechter http://tinyurl.com/oq87nnd
  • 17. Iterative upgrade process Tobias Zimmergren Entrepreneur / Microsoft MVP / Technology Evangelist @zimmergren www.zimmergren.net http://t.co/LMdhQh4wnD
  • 18. Don’t forget the impact a database upgrade can have on your environment
  • 19.  If you run on a old version of SQL server you should consider upgrading to a new one at the same time as you upgrade the SharePoint environment  If your database is not set up correct you can get great effect on your environment by reinstalling or upgrading the database.  Always use SQL Alias when you install SharePoint, then it will be easy to move or upgrade your environment.  Process is very simple: Don’t forget the value of upgrading your SQL server
  • 20. Databases require upgrade or not supported. Severity 1 - Error Category Configuration Explanation The following databases require upgrade because their versions are older than the backwards compatible range:
  • 21. Step by step process on upgrading to SharePoint 2013
  • 22.  Prepare and gather info  Clean up the 2010 environment (Remove faulty features, solutions that should not be used anymore)  Build servers / install 2013 SharePoint  Backup and upgrade of service application database  Upgrade your SP 2010 code to SP 2013  Backup and upgrade of content databases  Deploy 2010 WSP files to the 14 – hive in SP 2013  Test-SPContentDatabase – Correct any mistakes that occurs  Mount-SPContentDatabase – Probably fails  Migrate to claims  Upgrade site collection – Upgrade SPSite http://server/sitecollection  Deploy of SP2013 WSP-Files Step by step process on upgrading to SharePoint 2013
  • 23. Step by step process on upgrading to SharePoint 2013
  • 24. Step by step process on upgrading to SharePoint 2013
  • 25.  Run Test- SPContentDatabase cmdlet to identify missing components along with potential errors and related warnings.  Check the upgrade log and deploy any missing components and re run the cmdlet until no errors returned Step by step process on upgrading to SharePoint 2013
  • 26. Step by step process on upgrading to SharePoint 2013
  • 27. Step by step process on upgrading to SharePoint 2013
  • 28. Step by step process on upgrading to SharePoint 2013
  • 29.  Migrate to claims if you didn’t do it in the 2010 environment Step by step process on upgrading to SharePoint 2013
  • 30. Step by step process on upgrading to SharePoint 2013
  • 31. Step by step process on upgrading to SharePoint 2013
  • 35.  The migration report tells you how the upgrade went.
  • 36. Check out the assembly references in your project that are pointing to any SharePoint assemblies Note that the assemblies have automatically been updated to the correct version of the SharePoint 2013 assembly.
  • 37.  Path to the images folder  Path to the layouts folder  Path to the controltemplate folder Other code updates //images folder //layouts folder //controltemplates folder
  • 38. Demo time: Content upgrade and code upgrade
  • 39. Demo – summary  Create web application in 2013 farm  Set Source DB-To Read Only (in 2010 farm)  Backup existing content DB. (in 2010 farm)  Restore content db to new SQL Server  Test upgrade process using: Test-SPContentDatabase -name ContentDBName -webapplication http:/mydemo > c:autid.txt  Review log files for errors/upgrade blockers  Run Mount-SPContentDatabase command to upgrade DB (DB is updated but not site collections)  To upgrade the visual experience to 2013 on all site collections run the following command:  Get-SPSite -contentdatabase ContentDBName -Limit All | Upgrade-SPSite – VersionUpgrade  I have now shown you how to upgrade your custom solutions to 2013.  But for each solution you have to consider, shall I just convert the code, or shall I rewrite the code completely so it would also work with the new SharePoint App Model
  • 41. Upgrading SharePoint 2013 To: SharePoint 2013 SP1
  • 42. 1. Install SharePoint 2013 service-pack 1 on all servers. 2. Install SharePoint 2013 Language pack service pack 1 on all servers 3. Complete the upgrade with psconfig/config-wizard to complete on all servers 4. Install Windows 2012 R2 on all servers Alternative 1:
  • 43. Upgrade to 2013 Service Pack 1
  • 44. Windows 2012 is perfectly capable of mounting local ISO files as a virtual disc. Click the ISO, then run setup when the ISO is mounted. Prepare Windows 2012 R2 ISO 44
  • 45. Run setup, accept the UAC elevation and begin the install. Get the updates 45
  • 46. 46 Make sure you install the GUI Windows only. SharePoint doesn’t support server core. Make sure you select “upgrade” as it’s pretty much the entire point of this article/process.
  • 48. Running Setup & Upgrading Windows 2012 to R2 48 Setup will restart a couple of times.
  • 49. Verify SharePoint Functionality & Fixing Errors  As mentioned earlier, the upgrade to Windows 2012 R2 can leave SharePoint rather broken by default.  Specifically the Security Token Service can break because of a problem with then SharePoint farm certificate.  Click on “view these issues” and you might see something like this:
  • 50. How to fix it! psconfig -cmd services install psconfig -cmd installfeatures psconfig -cmd secureresources
  • 51. 1. Reinstall the Servers. 2. Install Windows 2012 R2 on all servers 3. Install SharePoint 2013 service-pack 1 on all servers. 4. Install SharePoint 2013 Language pack service pack 1 on all servers 5. Join the SP1 servers to the farm 6. Complete the upgrade with psconfig/config-wizard to complete on all servers 7. Remove the old 2013 servers from the farm
  • 53. Upgrade to 2013 Service Pack 1 update
  • 54. Link to the download of SP1 update KB Download KB Download KB Download KB Download
  • 56. Scripted install of cumulative updates/Service Pack 1 To save a lot of time during installation of cumulative updates / service pack, take a look at Russ Maxwell powershell script to script the installation. This will save you a lot of time. http://blogs.msdn.com/b/russmax/archive/2013/04/01/why-sharepoint-2013- cumulative-update-takes-5-hours-to-install.aspx This script reduces the patch time from 5 hours to approximately 30 minutes Another note – Best practice on install
  • 57. About the script 1. Disable the IISAdmin and SPTimerV4 service 2. Shut down IIS Admin and Timer Services if they are running 3. Give you the option to Pause the Search Service Application (see search notes below) 4. Stop Search Services (see search notes below) 5. Install the patch in passive mode (No user interaction required but will witness the patch install in the UI) Note: Power Shell should remain open in the background while patch is running 6. Upon completion of the patch, the Power Shell script, services in step 1 are set to Automatic 7. Starts up IIS Admin and Timer Services 8. Starts up Search services 9. Resume the Search Service Application if it was paused 10. Finally, the script will display the Start Time and End Time for patch install
  • 58. Drop the SharePoint cumulative/sp1 update in the same folder as the script. For instance C:scripts How to run the script Important: Only one update should be placed here and the file extension should be .exe. Finally, run the script from c:scripts using SharePoint Management Shell. Example Screenshot during patching it looks like: Example Screenshot – Patching is complete!
  • 59. How to succeed upgrading SharePoint
  • 60. How to succeed upgrading SharePoint
  • 61. How to succeed upgrading SharePoint
  • 67. My contact details: Twitter: @sharePTkarm Email: knutrelbemoe@outlook.com / kirm@steria.no Blogg: http://www.sharepointblog.no Skype shareptkarm Mobile: 0047-98224609 Linkedin: http://no.linkedin.com/pub/k nut-relbe-moe/2/70b/6a/