Microsoft MVP성태의 닷넷 이야기
Team Foundation Server: 4. How to rename a Team Foundation Server [링크 복사], [링크+제목 복사],
조회: 17556
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

외부 소스이긴 하지만.
너무 팁 성격이 강해서 이곳에 적어봅니다.

----------------------------------------------------------

Do you want to rename a host computer after you've installed Microsoft Team Foundation Server on it? It's actually very easy. Just follow these steps:

1. Log onto the host computer with Administrator privileges.

2. Rename the host computer, and then restart it.

3. Log onto the host computer again with Administrator privileges.

4. Using IIS Manager, stop the Team Foundation Server web site.
 
5. Open up a command prompt window and change directory to %ProgramFiles%\Microsoft Visual Studio 2005 Team Foundation Server\Tools.

6. Enter the command TFSAdminUtil RenameDT servername, where servername is the new name of the host computer.

7. Enter the command TFSAdminUtil ActivateAt.

8. Using Notepad, edit %ProgramFiles%\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Web.config. Change the values for TfsNameUrl and TfsName to the new server name.

9. Using Notepad, edit %ProgramFiles%\Microsoft Visual Studio 2005 Team Foundation Server\TFSServerScheduler\TFSServerScheduler.exe.config. Change the values for BisDomainUrl to the new server name.

10. Using IIS Manager, start the Team Foundation Server web site.

And that should do it. Fire up Visual Studio Team Explorer and connect to the TFS server using its new server name.

NOTE: This procedure works with the RTM version of Team Foundation Server installed on a single server. All other configurations - you're on your own! Although this goes without saying, be sure you backup your TFS databases before making any changes.

[출처]
How to rename a Team Foundation Server
; http://blog.arrowrock.com/shoebox/2006/04/11/HowToRenameATeamFoundationServer.aspx








[최초 등록일: ]
[최종 수정일: 3/20/2023]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 136  137  138  139  140  141  142  143  144  145  146  147  148  [149]  150  ...
NoWriterDateCnt.TitleFile(s)
1325정성태8/15/201224220개발 환경 구성: 162. 닷넷 개발자가 컴파일해 본 리눅스
1324정성태8/15/201226246.NET Framework: 332. 함수형 언어의 코드가 그렇게 빠를까? [4]파일 다운로드1
1323정성태8/4/201228026.NET Framework: 331. C# - 클래스 안에 구조체를 포함하는 경우 발생하는 dynamic 키워드의 부작용 [2]
1322정성태8/3/201227661개발 환경 구성: 161. Ubuntu 리눅스의 Hyper-V 지원 (마우스, 네트워크)
1321정성태7/31/201226939개발 환경 구성: 160. Azure - Virtual Machine의 VHD 파일 다운로드 [2]
1320정성태7/30/201228904Math: 10. C# - (타)원 영역의 마우스 클릭 판단파일 다운로드1
1319정성태7/26/201227523개발 환경 구성: 159. Azure - 네트워크 포트 여는 방법 [1]
1317정성태7/24/201226347오류 유형: 159. SpeechRecognitionEngine.SetInputToDefaultAudioDevice 호출 시 System.InvalidOperationException 예외 발생
1316정성태7/18/201284465개발 환경 구성: 158. .NET 응용 프로그램에서 Oracle XE 11g 사용
1315정성태7/17/201229248개발 환경 구성: 157. Azure - Virtual Machine 구성 [2]
1314정성태7/16/201224293개발 환경 구성: 156. Azure - 2개 이상의 서비스 계정을 가지고 있을 때 프로젝트를 배포하는 방법
1313정성태7/16/201236438오류 유형: 158. Hyper-V 설치 후 VM 시작이 안되는 경우
1312정성태7/15/201236245Math: 9. 황금비율 증명
1311정성태7/15/201228960Math: 8. C# - 피보나치 수열의 사각형과 황금 나선(Golden spiral) 그리기파일 다운로드1
1310정성태7/13/201232412Math: 7. C# - 펜타그램(Pentagram) 그리기파일 다운로드1
1309정성태7/13/201230492개발 환경 구성: 155. 윈도우 운영체제에서 기본적으로 사용할 수 있는 압축 해제 방법
1308정성태7/3/201225893.NET Framework: 330. IEnumerator는 언제나 읽기 전용일까?파일 다운로드1
1307정성태6/30/201228130개발 환경 구성: 154. Sysnet, Azure를 만나다. [5]
1306정성태6/29/201228747제니퍼 .NET: 22. 눈으로 확인하는 connectionManagement의 maxconnection 설정값 [4]
1305정성태6/28/201226932오류 유형: 157. IIS 6 - WCF svc 호출 시 404 Not Found 발생
1304정성태6/27/201227761개발 환경 구성: 153. sysnet 첨부 파일을 Azure Storage에 마이그레이션 [3]파일 다운로드1
1303정성태6/26/201227225개발 환경 구성: 152. sysnet DB를 SQL Azure 데이터베이스로 마이그레이션
1302정성태6/25/201229279개발 환경 구성: 151. Azure 웹 사이트에 사용자 도메인 네임 연결하는 방법
1301정성태6/20/201225569오류 유형: 156. KB2667402 윈도우 업데이트 실패 및 마이크로소프트 Answers 웹 사이트 대응
1300정성태6/20/201231589.NET Framework: 329. C# - Rabin-Miller 소수 생성방법을 이용하여 RSACryptoServiceProvider의 개인키를 직접 채워보자 [1]파일 다운로드2
1299정성태6/18/201232721제니퍼 .NET: 21. 제니퍼 닷넷 - Ninject DI 프레임워크의 성능 분석 [2]파일 다운로드2
... 136  137  138  139  140  141  142  143  144  145  146  147  148  [149]  150  ...