-
On the Team Foundation application-tier server, click Start, click All Programs, click Accessories, and then click Command Prompt.
The Command Prompt window opens.
-
Open the Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools folder using the command line. For example:
cd C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools
-
Run the TFSAdminUtil tool with the RenameDT option to connect to the Team Foundation data-tier server that is now acting as the principal server (the server that was the mirroring server). For example:
TFSAdminUtil RenameDT MirrorDataTierServer
In this example, MirrorDataTierServer represents the name of the Team Foundation data-tier server to which you want to connect.
-
Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager.
-
In the Explorer pane, right-click the name of the application-tier server, click All Tasks, and then click Restart IIS.
-
In Stop/Start/Reset, verify that you are restarting services on the correct server, and then click OK. Wait for the services to stop and restart, and then close IIS Manager.
-
On the Team Foundation application-tier server, open Internet Explorer and in the address bar, type http://applicationTierServerName/reports.
-
On the SQL Server Reporting Services home page, click TfsOlapReportDS.
-
Verify that the correct connection information appears in Connection String.
The string should include the name of the mirrored Team Foundation data-tier server that you have failed over to, and the initial catalog should be TfsWarehouse.
Data source= newDataTierServerName ;initial catalog=TfsWarehouse
-
Select Credential stored securely in the report server.
-
Enter the domain, account name, and password for the Reporting Services service account specified for Reporting Services.
-
Select Use as windows credentials when connecting to the data source.
-
On the SQL Server Reporting Services home page, click TfsReportDS.
-
Make sure Connection String contains the mirrored Team Foundation data-tier server that you have failed over to.
Data source= newDataTierServerName ;initial catalog=TfsWarehouse
-
Select Credential stored securely in the report server.
-
Enter domain, account name, and password for the TFSREPORTS service.
-
Select Use as windows credentials when connecting to the data source.
-
On the Team Foundation application-tier server, click Start, click Programs, click Administrative Tools, and then click SharePoint Central Administration.
-
Select Set configuration database server, type the name of the mirrored Team Foundation data-tier server that you have failed over to in the Database server field, select the Connect to existing configuration database, and then click OK.
-
Select Set default content database server, type the name of the mirrored Team Foundation data-tier server that you have failed over to, and then click OK.
-
In SharePoint Central Administration, select Extend or upgrade virtual server, click Default Web Site, click Extend and map to another virtual server.
-
Select Default Web Site in the Server Mapping list, select the Use an existing application pool option, and then click OK.
-
On the Team Foundation application-tier server, click Start, click Administrative Tools, click Services, select SharePoint Timer Service, and then click Start.
-
Open Internet Explorer and type the server name as the address to verify that the SharePoint portal site appears.
-
On the Team Foundation application-tier server, open Internet Information Services (IIS) Manager. To open Internet Information Services (IIS) Manager, click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager.
-
Expand the Application Pools node, locate and right-click the application pools, and then click Start for the following application pools:
-
Open the Reporting Services Configuration tool, click Server Status, and then click Start.
-
On the Team Foundation application-tier server, open Internet Explorer.
-
In the address bar, type the following address to connect to the ClientService Web service.
http:// applicationTierServerName :8080/WorkItemTracking/v1.0/ClientService.asmx
-
Select the StampWorkitemCache Web method and then click Invoke.