[V3][NET9.0] 터미널 모드에서 제품 설치 시, '터미널 서비스가 실행 중인 경우 Install mode에서 설치하십시오.' 메시지 발생
1. 개요
터미널 모드에서 V3 를 설치 할 때 '터미널 서비스가 실행 중인 경우 Install mode에서 설치하십시오.' 라는 메시지가 발생하면서 설치가 되지 않는 증상에 대한 설명입니다.
2. 조치 방법
1) Windows Server 2008 하위 버전
cmd 실행 후, change user /intall 명령어를 입력합니다.
정상적으로 설치 모드로 변경되면 V3 설치를 진행합니다.
2) Windows Server 2008 이상 버전
cmd 실행 후, change user /install 명령어 입력하면 아래와 같은 메시지가 발생할 수 있습니다.
위의 메시지가 표시될 경우에는 RD 세션 호스트 서버를 설치해야 명령을 실행할 수 있습니다. 이러한 경우 아래 URL을 참고하거나 MS에 문의 부탁 드립니다.
https://technet.microsoft.com/ko-kr/library/cc742815.aspx
참고로, RD 세션 호스트 서버 설치는 사내 보안 규정에 부합하는지 확인 후 진행하시기 바랍니다.
3. 참고 사항
Terminal Services Command Reference
https://technet.microsoft.com/ko-KR/Library/cc725766.aspx
Syntax
change user {/execute | /install | /query} |
Parameters
Parameter | Description |
---|---|
/execute |
Enables .ini file mapping to the home directory. This is the default setting. |
/install |
Disables .ini file mapping to the home directory. All .ini files are read and written to the system directory. You must disable .ini file mapping when installing applications on a terminal server. |
/query |
Displays the current setting for .ini file mapping. |
/? |
Displays help at the command prompt. |