Switch/Update to Team Foundation Server 2012

Post on 07-Feb-2016

44 views 1 download

Tags:

description

Switch/Update to Team Foundation Server 2012. André Hofmann Software Engineer bbv Software Services AG. Agenda. Hardware and Software Requirements Supported Upgrade Paths Walktrough Migration Upgrade Post Configuration Reports Builds TFS 2012 Features Activation. - PowerPoint PPT Presentation

Transcript of Switch/Update to Team Foundation Server 2012

28. Januar, Zürich-Oerlikon

Switch/Update to Team Foundation Server 2012

André HofmannSoftware Engineerbbv Software Services AG

Agenda

Agenda

• Hardware and Software Requirements

• Supported Upgrade Paths• Walktrough Migration Upgrade• Post Configuration• Reports• Builds

• TFS 2012 Features Activation

Hardware and Software Requirements

Chapter 1 of 6

OS Requirements for TFS

Supported Versions:• 64-bit version of Windows Server 2008 with SP2• 64-bit version of Windows Server 2008 R2 with SP1• 64-bit versions of Windows Server 2012

http://msdn.microsoft.com/en-us/library/vstudio/dd578592.aspx

SQL Server Requirements for TFSSupported Editions:• SQL Server 2008, R2 Express• SQL Server 2008, R2 Standard Edition• SQL Server 2008, R2 Enterprise Edition with SP1 CU1 (25.

August 2011)• SQL Server 2012, Express• SQL Server 2012, Standard Edition• SQL Server 2012, Enterprise Edition

http://msdn.microsoft.com/en-us/library/vstudio/dd631889.aspx

SharePoint Products Requirements for TFSSupported Editions:• SharePoint 15 Technical Preview• SharePoint Foundation 2010• SharePoint Server 2010, Enterprise Edition• SharePoint Server 2010, Standard Edition• Office SharePoint Server 2007, Enterprise Edition• Office SharePoint Server 2007, Standard Edition• Windows SharePoint Services 3.0

http://msdn.microsoft.com/en-us/library/vstudio/hh667648.aspx

Hardware Recommendations

If you install SharePoint 2010, you will need 1 quad core and a base minimum of 4 GB or better 10 GB of system memory and additionally hard disk memory.

Number of Users

Configuration CPU Memory Hard Disk

Fewer than 250 users

Single-server (Team Foundation Server and the Database Engine on the same server).

1 single core processor at 2.13 GHz

2 GB 1 disk at 7.2k rpm (125 GB)

250 to 500 users Single-server. 1 dual core processor at 2.13 GHz

4 GB 1 disk at 10k rpm (300 GB)

500 to 2,200 users Dual-server (Team Foundation Server and the Database Engine on different servers).  This row is for Team Foundation Server.

1 dual core Intel Xeon processor at 2.13 GHz

4 GB 1 disk at 7.2k rpm (500 GB)

  This row is for the Database Engine with 500 to 2,200 users.

1 quad core Intel Xeon processor at 2.33 GHz

8 GB SAS disk array at 10k rpm (2 TB)

2,200 to 3,600 users

Dual-server. This row is for Team Foundation Server.

1 quad core Intel Xeon processor at 2.13 GHz

8 GB 1 disk at 7.2k rpm (500 GB)

  This row is for the Database Engine with 2,200 to 3,600 users.

2 quad core Intel Xeon processors at 2.33 GHz

16 GB SAS disk array at 10k rpm (3 TB)http://msdn.microsoft.com/en-us/library/vstudio/dd578592.aspx

Supported Upgrade PathsChapter 2 of 6

Upgrade TFS 2012 from the following Releases:

http://msdn.microsoft.com/en-us/library/vstudio/dd631912.aspx

• Team Foundation Server 2012 RTM, Developer Preview, Beta or RC Release

• Team Foundation Server 2010 with or without SP1• Team Foundation Server 2008 with SP1

• TFS 2005?=> TFS 2008/2010 => TFS 2012

Basic or Express Upgrade

http://msdn.microsoft.com/en-us/library/vstudio/jj620928.aspx

Standard (In-Place) Upgrade

http://msdn.microsoft.com/en-us/library/vstudio/jj620925.aspx

Advanced (Migration) Upgrade

http://msdn.microsoft.com/en-us/library/vstudio/jj620930.aspx

Walktrough Migration Upgrade

Chapter 3 of 6

Migration TFS 2010 to TFS 2012

Scenario:

• TFS 2010• Windows Server

2008 R2 SP1• Microsoft SQL

Server 2008 R2• SharePoint 2010

• TFS 2012• Windows Server

2008 R2 SP1• Microsoft SQL

Server 2012• SharePoint 2010

Backup TFS 2010

1. Download and install TFS Server 2010 Power Tools (creates the node «Team Foundation Backups» in the Team Foundation Server Administration Console).

2. Stop all of the services, application pools and operations of TFS with «TFSServiceControl quiesce» command:

Backup TFS 2010

3. Create Backup

Backup TFS 2010

4. Start all of the services, application pools and operations of TFS with «TFSServiceControl unquiesce» command:

Migration

1. Switch to target system and install TFS Server 2012 Power Tools (installs the Restore Databeses Wizard)

2. Start Restore Databases Wizard and follow instructions

Migration

Migration

Migration

Migration

Migration

3. Start Team Foundation Server Administration Console

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Migration

Post Configuration ReportsChapter 4 of 6

Reporting Services Configuration1. Start Reporting Services Configuration Management Tool

Reporting Services Configuration2. Connect to Report Service

Reporting Services Configuration3. Change the database to the restored database

Reporting Services Configuration4. Restore Encryption Key

Reporting Services Configuration5. Open IIS go to Team Foundation Server site and enable

directory browsing for v3.0. After that browse to WarehouseControlService.asmx

Reporting Services Configuration6. Open WarehouseControlWebService in Internet Explorer

Reporting Services Configuration7. Invoke ProcessWarehouse with no parameters

8. Invoke ProcessAnalysisDatabase with parameter processingType and value Full

Reporting Services Configuration9. Update Reporting in TFS Administration Console

Post Configuration BuildsChapter 5 of 6

Build Configuration

Build Configuration

Build Configuration

Build Configuration

Build Configuration

Build Configuration

Build Configuration

Build Configuration

Build Configuration

Build Configuration

Build Configuration

Build ConfigurationDon´t forget to update the build drop

TFS 2012 Features ActivationChapter 5 of 6

TFS 2012 New Features Activation• Code Review• Feedback• My Work• Planning Tools• Storyboard Integration

TFS 2012 New Features ActivationRun the «configure features» wizard in Team Web Access for each Team Project.

TFS 2012 New Features Activation for customized Process Templates1. Download the latest Agile ProcessTemplate2. New work items must be imported manually

CodeReviewRequest CodeReviewResponseEtc.

witadmin importwitd /collection:CollectionURL /p:"ProjectName" /f:"DirectoryPath\FeedbackRequest.xml"

3. Update the workflow of User Story and Task (New and Removed states)

4. Import definitions of new categories witadmin importcategories /collection:CollectionURL /p:ProjectName /f:"DirectoryPath\categories.xml"

http://msdn.microsoft.com/en-us/library/hh500409.aspx#wit

TFS 2012 New Features Activation for customized Process Templates5. Import the process configuration files for new backlog and

board pages witadmin importagileprocessconfig /collection:CollectionURL /p:"ProjectName" /f:"DirectoryPath\AgileConfiguration.xml"

witadmin importcommonprocessconfig /collection:CollectionURL /p:"ProjectName" /f:"DirectoryPath\CommonConfiguration.xml"

http://msdn.microsoft.com/en-us/library/hh500409.aspx#wit

Finished

Additional Information• Installing/Upgrade TFS Server and Visua

l Studio ALM• TFS Server Upgrade Guide ALM Rangers

Thank you for your attention

Contact:André Hofmann

bbv Software Services AGUntermüli 5CH-6302 Zug+41 41 766 19 24andre.hofmann@bbv.ch

© 2012 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.