-
-
-
Google Cloud Platformカタログの管理
-
Cloud ConnectorのスタンドアロンのCitrix Secure Ticketing Authority(STA)サービス
-
-
-
-
-
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!
Google Cloud Platformカタログの管理
マシンカタログの管理では、マシンカタログを管理するウィザードについて説明しています。以下の情報は、Google Cloud環境に固有の詳細を扱っています。
注:
Google Cloud Platformカタログを管理する前に、Google Cloud Platformカタログの作成を完了する必要があります。Google Cloud Platformカタログの作成を参照してください。
マシンカタログの管理
カタログにマシンを追加したり、マシンを更新したり、更新をロールバックしたりするには、マシンカタログの管理を参照してください。
電源管理
Citrix DaaS™では、Google Cloudマシンの電源管理が可能です。左ペインの [検索] ノードを使用して、電源管理するマシンを見つけます。以下の電源アクションが利用可能です。
- 削除
- 起動
- 再起動
- 強制再起動
- シャットダウン
- 強制シャットダウン
- デリバリーグループへの追加
- タグの管理
- メンテナンスモードの有効化
Autoscaleを使用してGoogle Cloudマシンの電源管理を行うこともできます。これを行うには、Google Cloudマシンをデリバリーグループに追加し、そのデリバリーグループでAutoscaleを有効にします。Autoscaleの詳細については、Autoscaleを参照してください。
PowerShellを使用したプロビジョニング済みマシンの更新
Set-ProvSchemeコマンドはプロビジョニングスキームを変更します。ただし、既存のマシンには影響しません。PowerShellコマンドSet-ProvVMUpdateTimeWindowを使用すると、現在のプロビジョニングスキームを既存の永続マシンまたは非永続マシン、あるいはマシンセットに適用できるようになりました。現在、GCPでは、この機能でサポートされているプロパティの更新はマシンプロファイルです。
更新できる項目は次のとおりです。
- 単一のVM
- プロビジョニングスキームIDに関連付けられた特定のVMのリスト、またはすべての既存VM
- プロビジョニングスキーム名に関連付けられた特定のVMのリスト、またはすべての既存VM
既存のVMを更新するには:
-
既存のマシンの構成を確認します。例:
Get-ProvScheme | select ProvisioningSchemeName, ProvisioningSchemeVersion <!--NeedCopy--> -
プロビジョニングスキームを更新します。例:
`Set-ProvScheme –ProvisioningSchemeName "my-catalog" –MachineProfile "XDHyp:\HostingUnits\<hosting-unit>\machineprofileinstance.vm" <!--NeedCopy--> -
VMの現在のプロパティが現在のプロビジョニングスキームと一致するか、およびVMに保留中の更新アクションがあるかを確認します。例:
Get-ProvVM | select VMName, ProvisioningSchemeUpdateRequested, ProvisioningSchemeVersion <!--NeedCopy-->特定のバージョンのマシンを見つけることもできます。例:
Get-ProvVM -Filter "ProvisioningSchemeVersion -eq 1" | select VMName, ProvisioningSchemeVersion <!--NeedCopy--> - 既存のマシンを更新します。
-
すべての既存マシンを更新するには:
Set-ProvVMUpdateTimeWindow -ProvisioningSchemeName my-catalog -StartsNow -DurationInMinutes -1 <!--NeedCopy--> -
特定のリストのマシンを更新するには:
Set-ProvVMUpdateTimeWindow -ProvisioningSchemeName my-catalog -VMName <List-Of-Vm-Names> -StartsNow -DurationInMinutes -1 <!--NeedCopy--> -
Get-ProvVMの出力に基づいてマシンを更新するには:Get-ProvVM -ProvisioningSchemeName "my-catalog" | Set-ProvVMUpdateTimeWindow -ProvisioningSchemeName my-catalog -StartsNow -DurationInMinutes -1 <!--NeedCopy-->
-
-
更新がスケジュールされているマシンを見つけます。例:
Get-ProvVM -Filter "ProvisioningSchemeUpdateAfter" | select VMName, ProvisioningSchemeUpdateAfter <!--NeedCopy--> -
マシンを再起動します。次回の電源投入時に、プロパティの変更が既存のマシンに適用されます。以下のコマンドを使用して、更新されたステータスを確認できます。
Get-ProvVM | select VMName, ProvisioningSchemeUpdateRequested, ProvisioningSchemeVersion <!--NeedCopy-->
既存のカタログのディスク関連カスタムプロパティの変更
既存のカタログおよびカタログの既存VMの、以下のディスク関連カスタムプロパティを変更できます。
PersistOSDiskPersistWBCStorageTypeIdentityDiskStorageTypeWbcDiskStorageType
注:
StorageTypeプロパティはOSディスク用です。PersistOsDiskプロパティは、ライトバックキャッシュが有効な非永続カタログに対してのみ設定できます。
この実装により、カタログ作成後でも異なるディスクに異なるストレージタイプを選択できるようになり、異なるストレージタイプに関連する価格設定のバランスを取ることができます。
これを行うには、PowerShellコマンドSet-ProvSchemeとSet-ProvVMUpdateTimeWindowを使用します。
- PowerShellウィンドウを開きます。
-
asnp citrix®*を実行します。 - カスタムプロパティを取得するには、
Get-ProvVM -VMName <VM name>を実行します。 - カスタムプロパティ文字列を変更します。
- カスタムプロパティをメモ帳にコピーし、カスタムプロパティを変更します。
-
PowerShellウィンドウで、メモ帳から変更したカスタムプロパティを貼り付け、変更したカスタムプロパティに変数
$cpを割り当てます。例:$cp = '<CustomProperties xmlns=http://schemas.citrix.com/2014/xd/machinecreation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Property xsi:type="StringProperty" Name="CatalogZones" Value="" /> <Property xsi:type="StringProperty" Name="PersistWBC" Value="true" /> <Property xsi:type="StringProperty" Name="PersistOSDisk" Value="true" /> <Property xsi:type="StringProperty" Name="WBCDiskStorageType" Value="pd-standard" /> <Property xsi:type="StringProperty" Name="StorageType" Value="pd-standard" /> </CustomProperties>' <!--NeedCopy-->
-
既存のカタログを更新します。例:
Set-ProvScheme -ProvisioningSchemeName <yourCatalogName> -CustomProperties $cp <!--NeedCopy--> -
既存のVMを更新します。例:
Set-ProvVMUpdateTimeWindow -ProvisioningSchemeName my-catalog -VMName <List-Of-Vm-Names> -StartsNow -DurationInMinutes -1 <!--NeedCopy--> - VMを再起動します。次回の電源投入時に、カスタムプロパティの変更が既存のVMに適用されます。
マシンの偶発的な削除からの保護
Citrix DaaSでは、Google Cloud上のMCSリソースを偶発的な削除から保護できます。プロビジョニングされたVMを構成するには、deletionProtectionフラグをTRUEに設定します。
デフォルトでは、MCSまたはGoogle Cloudプラグインを介してプロビジョニングされたVMは、InstanceProtectionが有効な状態で作成されます。この実装は、永続カタログと非永続カタログの両方に適用されます。非永続カタログは、インスタンスがテンプレートから再作成されるときに更新されます。既存の永続マシンについては、Google Cloudコンソールでフラグを設定できます。フラグの設定の詳細については、Googleドキュメントサイトを参照してください。永続カタログに追加される新しいマシンは、deletionProtectionが有効な状態で作成されます。
deletionProtectionフラグを設定したVMインスタンスを削除しようとすると、リクエストは失敗します。ただし、compute.instances.setDeletionProtection権限が付与されているか、IAMの Compute Admin ロールが割り当てられている場合は、フラグをリセットしてリソースを削除できるようにすることができます。
MCSによって作成されたリソースの識別
以下は、MCSがリソースに追加するタグです。表のタグは「キー」:「値」として表されます。
| リソース名 | タグ |
|---|---|
| IDディスク | “CitrixResource”: “internal” |
| “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” | |
| イメージ | “CitrixResource”: “internal” |
| “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” | |
| OSディスク | “CitrixResource”: “internal” |
| “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” | |
| PrepVM | “CitrixResource”: “internal” |
| “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” | |
| 公開済みスナップショット | “CitrixResource”: “internal” |
| ストレージバケット | “Citrixresource”: “internal” |
| テンプレート | “CitrixResource”: “internal” |
| “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” | |
| カタログ内のVM | “CitrixResource”: “internal” |
| “CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”。プラグインは、MCSプロビジョニング済みVMに対してこのラベルも追加します: “citrix-provisioning-scheme-id”: “provSchemeId”。このラベルを使用して、GCPコンソールでカタログによってフィルタリングできます。 | |
| WBCディスク | “CitrixResource”: “internal” |
| CitrixProvisioningSchemeId”: “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” |
注:
CitrixResourceタグがMCSによって作成されたリソースとして識別するために追加されている場合、VMはCitrixインベントリに表示されません。タグを削除または名前変更することで、表示されるようにすることができます。
詳細情報
共有
共有
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.