This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
XenServerカタログの作成
「マシンカタログの作成」では、マシンカタログを作成するウィザードについて説明します。以下の情報は、XenServer仮想化環境に固有の詳細について説明しています。
注:
XenServerカタログを作成する前に、XenServerへの接続の作成を完了する必要があります。「XenServerへの接続」を参照してください。
XenServer接続を使用してマシンカタログを作成する
GPU対応のマシンでは、専用のマスターイメージが必要です。これらの仮想マシンには、GPUをサポートするビデオカードドライバーが必要です。仮想マシンがGPUを使用して稼働するソフトウェアによって動作できるように、GPU対応のマシンを構成します。
- XenCenterを使用して、標準的なVGA、ネットワーク、およびvCPUを指定して仮想マシンを作成します。
- 作成した仮想マシンの構成を変更して、GPU機能(パススルーまたは仮想GPU)を有効にします。
- 仮想マシンに適切なオペレーティングシステムをインストールして、RDPを有効にします。
- Citrix VM ToolsとNVIDIAドライバーをインストールします。
- パフォーマンスを最適化するため、Virtual Network Computing(VNC)Admin Consoleをオフにして、仮想マシンを再起動します。
- RDPの使用を確認するメッセージが表示されます。RDPを使用してVDAをインストールし、仮想マシンを再起動します。
- 必要に応じて、仮想マシンのスナップショットを作成します。このスナップショットは、ほかのGPUマスターイメージのテンプレートとして使用できます。
- RDPを使用して、XenCenterで構成され、GPUを使用する顧客固有のアプリケーションをインストールします。
制限事項
- Citrix Hypervisor 8.2でホストされているVMを使用したCitrix Virtual Apps and Desktopsの展開で、単一のMCSカタログで複数のGFS2 SRを使用する場合、カタログ内のVMは展開中にVDIにアクセスできません。「VDIは現在使用中です」というエラーが報告されます。
- XenServerは、MCS完全クローン仮想マシンでのGFS2ストレージリポジトリの使用をサポートしていません。
詳しくは、「制約」を参照してください。
マシンプロファイルを使用してマシンカタログを作成する
MCSを使用してマシンをプロビジョニングするためのカタログを作成する場合、マシンプロファイルを使用して、仮想マシンからハードウェアプロパティをキャプチャし、カタログで新しくプロビジョニングされたVMに適用できます。MachineProfile
パラメーターが使用されていない場合、ハードウェアプロパティはマスターイメージVMまたはスナップショットからキャプチャされます。
注:
現在、マシンプロファイル入力として使用できるのはVMのみです。
次のパラメーターを明示的に構成して、マシンプロファイル入力のパラメーターの値を上書きできます:
VMCpuCount
VMMemory
NetworkMapping
マシンプロファイルを含むカタログを作成するには、以下の手順を実行します:
- PowerShellウィンドウを開きます。
-
asnp citrix*
を実行します。 -
IDプールを作成します。IDプールは、作成されるVMのActive Directory(AD)アカウントのコンテナです。例:
New-AcctIdentityPool -Domain "citrix-xxxxxx.local" -IdentityPoolName "ExampleIdentityPool" -NamingScheme "abc1-##" -NamingSchemeType "Numeric" -Scope @() -ZoneUid "xxxxxxxx" <!--NeedCopy-->
-
Active Directoryに必要なADコンピューターアカウントを作成します。
$password = "password123" | ConvertTo-SecureString -AsPlainText -Force New-AcctADAccount -IdentityPoolName "ExampleIdentityPool" -Count 10 -ADUserName "citrix-xxxxxx\admin1" -ADPassword $password Set-AcctAdAccountUserCert -IdentityPoolName "ExampleIdentityPool" -ADUserName "citrix-xxxxxx\admin1" -ADPassword $password <!--NeedCopy-->
-
New-ProvScheme
コマンドを実行してカタログを作成します。例:New-ProvScheme -CleanOnBoot -HostingUnitName "ExampleHostingUnit" -IdentityPoolName "ExampleIdentityPool" -InitialBatchSizeHint 2 -CustomProperties '<CustomProperties xmlns="http://schemas.citrix.com/2014/xd/machinecreation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Property xsi:type="StringProperty" Name="UseManagedDisks" Value="true" /> </CustomProperties>' -MasterImageVM "XDHyp:\HostingUnits\ExampleHostingUnit\ExampleVDA.vm\ExampleVDA.snapshot" -ProvisioningSchemeName "ExampleCatalog" -Scope @() -SecurityGroup @() -MachineProfile "XDHyp:\HostingUnits\ExampleHostingUnit\ExampleMachineProfile.vm" <!--NeedCopy-->
-
プロビジョニングスキームをブローカーカタログとして登録します。例:
$ConfigZone = Get-ConfigZone | Where-Object { $_.Name -eq "xxxxxx" } New-BrokerCatalog -Name "MPLT1" -AllocationType Random -Description "Machine profile catalog" -ProvisioningSchemeId fe7df345-244e-4xxxx-xxxxxxxxx -ProvisioningType Mcs -SessionSupport MultiSession -PersistUserChanges Discard -ZoneUid ($ConfigZone.Uid) <!--NeedCopy-->
- VMをマシンカタログに追加します。
新しいマシンプロファイルでマシンカタログを更新するには、次の手順を実行します:
-
Set-ProvScheme
コマンドを実行します。例:Set-ProvScheme -ProvisioningSchemeName "ExampleCatalog" -MachineProfile "XDHyp:\HostingUnits\ExampleHostingUnit\ExampleMachineProfileVm.vm\ExampleMachineProfileSnapshot.snapshot" <!--NeedCopy-->
Set-ProvSchemeコマンドについて詳しくは、「Set-ProvScheme」を参照してください。
注:
- この場合、
Set-ProvScheme
コマンドは、カタログ内の既存VMのマシンプロファイルを変更しません。新しいマシンプロファイルは、カタログに追加された新しく作成されたVMのみにあります。- マシンプロファイルベースのマシンカタログを非マシンプロファイルベースのマシンカタログに変換することはできません。
次の手順
- 最初のカタログを作成すると、Web Studioではデリバリーグループを作成する手順が表示されます。
- 構成プロセス全体を確認するには、「インストールと構成」を参照してください
- カタログを管理するには、「マシンカタログの管理」と「XenServerカタログの管理」を参照してください
追加情報
共有
共有
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.