ライセンスアーカイブファイルのダウンロードとインポート
Download and import the license file needed for your instance of the Unity Licensing Server.
読み終わるまでの所要時間 1 分最終更新 1ヶ月前
このタスクは、Unity Licensing Server を設定 するためのエンドツーエンドのプロセスの一部です。 ライセンスサーバーを設定 した後で、
import- ライセンスアーカイブファイルをインポートします。
- ライセンスファイルをライセンスサーバー用の現在のユーザーのプラットフォーム固有ディレクトリに格納します。
- 署名委任ファイルをプラットフォーム固有ディレクトリに移動します。
- ライセンス署名証明書パスワードを ファイルに設定します。
licensing-server-config.json
ライセンスサーバーのファイルやディレクトリの場所の詳細については、サーバーのパス を参照してください。
以下のステップに従って、ライセンスアーカイブファイルをダウンロードし、import コマンドを実行します。
- Unity ID ポータル (id.unity.com) に移動します。
- Organizations (組織) を選択し、フローティングライセンスサブスクリプションを保持する組織を選択します。
- サイドパネルの Subscriptions & Services (サブスクリプションとサービス) を選択し、フローティングライセンスサブスクリプションを選択します。
- Configure License Server (ライセンスサーバーの設定) を選択します。
- Download licenses (ライセンスのダウンロード) を選択します。ボタンが無効な場合は、サーバーの登録とシートの管理 の説明に従って、シートが割り当てられていることを確認してください。
-
ファイルを選択したディレクトリにダウンロードします。
.zipファイルの場所をメモしてください。後続のステップで必要になります。.zip -
Linux ターミナルまたは Windows PowerShell で、アーカイブをインポートするために OS に応じたコマンドを実行します。
- 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. -
サーバーを再起動して、新しいライセンス設定ファイルを再ロードします。