라이선스 아카이브 파일 다운로드 및 임포트
Download and import the license file needed for your instance of the Unity Licensing Server.
읽는 시간 1분최근 업데이트: 2일 전
이 작업은 Unity Licensing Server 설정을 위한 포괄적인 프로세스의 일부입니다. 라이선스 서버를 구성한 후에
import- 라이선스 아카이브 파일을 임포트합니다.
- 라이선스 서버에 대한 현재 사용자의 플랫폼별 디렉토리에 서버 라이선스 파일을 저장합니다.
- 서명 위임 파일을 플랫폼별 디렉토리로 이동합니다.
- 파일에 라이선스 서명 인증서 비밀번호를 설정합니다.
licensing-server-config.json
라이선스 서버 파일 및 디렉토리의 위치는 서버 경로를 참조하십시오.
라이선스 아카이브 파일을 다운로드하고 import 커맨드를 실행하려면 다음 단계를 수행합니다.
- Unity ID 포털(id.unity.com)로 이동합니다.
- 조직을 선택하고 플로팅 라이선스(floating license) 구독이 있는 조직을 선택합니다.
- 측면 패널에서 구독 및 서비스를 선택하고 플로팅 라이선스 구독을 선택합니다.
- 라이선스 서버 구성을 선택합니다.
- 라이선스 다운로드를 선택합니다. 이 버튼이 비활성화되어 있으면 서버 등록 및 시트 관리에 설명된 대로 시트를 앞서 할당하도록 하십시오.
-
선택한 디렉토리에 파일을 다운로드합니다. 다음 단계에서 필요하므로
.zip파일 위치를 파악합니다..zip -
Linux 터미널 또는 Windows PowerShell에서 운영체제와 일치하는 커맨드를 실행하여 이 아카이브를 임포트합니다.
- Linux:
./Unity.Licensing.Server import <filepath-to-downloaded-archive> - Windows:
.\Unity.Licensing.Server.exe import <filepath-to-downloaded-archive>
이 라이선스 서버에 사용 가능한 모든 툴세트 목록이 터미널 또는 PowerShell 창에 나타납니다.Extracting files...DoneValidating archive content...Done LSD type import detectedImporting server license files...DoneImporting delegation file...DoneList of available toolsets on this server - [1] LicenseServer_3573461705080_1 [Unity Enterprise for Games(Floating)]Enter the index number of the toolset that should be used by default: 1 - Linux:
-
기본값으로 설정하려는 툴세트 ID를 입력합니다. 툴세트에 대한 자세한 내용은 고급 서버 구성을 참조하십시오. 커맨드는 선택한 툴세트 ID를
import파일에 기록하고 터미널 또는 PowerShell 창에 다음 메시지를 표시합니다.licensing-server-config.jsonSuccessfully imported licensing files. You may run the server.Please note that if the server is already running, you will have to restart it. -
서버를 다시 시작하여 새 라이선스 구성 파일을 다시 로드합니다.