Microsoft MVP성태의 닷넷 이야기
Team Foundation Server: 4. How to rename a Team Foundation Server [링크 복사], [링크+제목 복사],
조회: 18853
글쓴 사람
정성태 (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

비밀번호

댓글 작성자
 




... 61  62  63  64  [65]  66  67  68  69  70  71  72  73  74  75  ...
NoWriterDateCnt.TitleFile(s)
12347정성태9/25/202034491Windows: 174. WSL 2의 네트워크 통신 방법 [4]
12346정성태9/25/202017343오류 유형: 657. IIS - http://localhost 방문 시 Service Unavailable 503 오류 발생
12345정성태9/25/202017508오류 유형: 656. iisreset 실행 시 "Restart attempt failed." 오류가 발생하지만 웹 서비스는 정상적인 경우파일 다운로드1
12344정성태9/25/202019580Windows: 173. 서비스 관리자에 "IIS Admin Service"가 등록되어 있지 않다면?
12343정성태9/24/202030627.NET Framework: 945. C# - 닷넷 응용 프로그램에서 메모리 누수가 발생할 수 있는 패턴 [5]
12342정성태9/24/202019867디버깅 기술: 171. windbg - 인스턴스가 살아 있어 메모리 누수가 발생하고 있는지 확인하는 방법
12341정성태9/23/202017895.NET Framework: 944. C# - 인스턴스가 살아 있어 메모리 누수가 발생하고 있는지 확인하는 방법파일 다운로드1
12340정성태9/23/202017763.NET Framework: 943. WPF - WindowsFormsHost를 담은 윈도우 생성 시 메모리 누수
12339정성태9/21/202017837오류 유형: 655. 코어 모드의 윈도우는 GUI 모드의 윈도우로 교체가 안 됩니다.
12338정성태9/21/202018648오류 유형: 654. 우분투 설치 시 "CHS: Error 2001 reading sector ..." 오류 발생
12337정성태9/21/202019085오류 유형: 653. Windows - Time zone 설정을 바꿔도 반영이 안 되는 경우
12336정성태9/21/202022375.NET Framework: 942. C# - WOL(Wake On Lan) 구현
12335정성태9/21/202032362Linux: 31. 우분투 20.04 초기 설정 - 고정 IP 및 SSH 설치
12334정성태9/21/202016826오류 유형: 652. windbg - !py 확장 명령어 실행 시 "failed to find python interpreter"
12333정성태9/20/202017093.NET Framework: 941. C# - 전위/후위 증감 연산자에 대한 오버로딩 구현 (2)
12332정성태9/18/202020171.NET Framework: 940. C# - Windows Forms ListView와 DataGridView의 예제 코드파일 다운로드1
12331정성태9/18/202019285오류 유형: 651. repadmin /syncall - 0x80090322 The target principal name is incorrect.
12330정성태9/18/202020228.NET Framework: 939. C# - 전위/후위 증감 연산자에 대한 오버로딩 구현 [2]파일 다운로드1
12329정성태9/16/202022604오류 유형: 650. ASUS 메인보드 관련 소프트웨어 설치 후 ArmouryCrate.UserSessionHelper.exe 프로세스 무한 종료 현상
12328정성태9/16/202020662VS.NET IDE: 150. TFS의 이력에서 "Get This Version"과 같은 기능을 Git으로 처리한다면?
12327정성태9/12/202019397.NET Framework: 938. C# - ICS(Internet Connection Sharing) 제어파일 다운로드1
12326정성태9/12/202018751개발 환경 구성: 516. Azure VM의 Network Adapter를 실수로 비활성화한 경우
12325정성태9/12/202017779개발 환경 구성: 515. OpenVPN - 재부팅 후 ICS(Internet Connection Sharing) 기능이 동작 안하는 문제
12324정성태9/11/202018356개발 환경 구성: 514. smigdeploy.exe를 이용한 Windows Server 2016에서 2019로 마이그레이션 방법
12323정성태9/11/202018231오류 유형: 649. Copy Database Wizard - The job failed. Check the event log on the destination server for details.
12322정성태9/11/202021797개발 환경 구성: 513. Azure VM의 RDP 접속 위치 제한 [1]
... 61  62  63  64  [65]  66  67  68  69  70  71  72  73  74  75  ...