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!
Amulet Hotkey CoreStation への接続 (プレビュー)
接続とリソースの作成および管理 では、接続を作成するための一般的なウィザードについて説明します。以下の情報は、Amulet Hotkey CoreStation に固有の詳細を扱っています。現在、PowerShell コマンドを使用して Amulet Hotkey CoreStation への接続を作成できます。
注:
Amulet Hotkey CoreStation への接続を作成する前に、まず Amulet Hotkey CoreStation アカウントの設定を完了する必要があります。
接続を作成する
PowerShell コマンドを使用して、Amulet Hotkey CoreStation への接続を作成できます。
PowerShell コマンドを使用して接続を作成する際は、以下の情報を提供してください。
- IP: Amulet Hotkey CoreStation IP アドレス
- ユーザー名: Amulet Hotkey CoreStation ユーザー名
- パスワード: Amulet Hotkey CoreStation パスワード
例:
Get-ConfigZone
Get-HypHypervisorPlugin
New-Item `
-ConnectionType "Custom" `
-HypervisorAddress $IP `
-Metadata @{"Citrix_Orchestration_Hypervisor_Secret_Allow_Edit"="false"} `
-Path @("XDHyp:\Connections\$connectionName") `
-Persist `
-PluginId "AmuletHotkeyCoreStationFactory" `
-Scope @() `
-SecurePassword $Password `
-UserName $UserName `
-ZoneUid $ZoneUid `
-SslThumbprint $SslThumbprint
New-BrokerHypervisorConnection -HypHypervisorConnectionUid $HypervisorConnectionID
<!--NeedCopy-->
注:
-SslThumbprintパラメーターは、プライベート CA 署名証明書の場合にのみ必要です。
証明書とサムプリントの検証
Amulet Hotkey CoreStation への接続を正常に作成するには、証明書にエラーがなく、サムプリントが正しい値である必要があります。以下は、証明書とサムプリントの検証に関連するユースケースです。
- 公開CA署名証明書にエラーがあります。接続は正常に作成されません。エラーの詳細を確認し、問題を解決してください。
- 公開CA署名証明書にエラーはありません。接続は正常に作成され、
SslThumbprintsの値はNullです。 - エラーがなく、
sslthumbprintの値を持つプライベートCA署名証明書。接続は正しいSslThumbprints値で正常に作成されます。 - 不正なサムプリント値を持つプライベートCA署名証明書。接続は正常に作成されません。
- エラーのないプライベートCA署名証明書。接続は正常に作成されます。接続作成時、
SSlThumbprintsはNullです。SSlThumbprintsの値はサイトサービスによって値に更新されます。
接続の管理
証明書の問題を修正する
Citrix Virtual Apps and Desktopsは、証明書の問題が発生した場合、Amulet Hotkey CoreStation接続をブロックし、関連するAmulet Hotkey CoreStationノードでのワークロードの提供と管理を妨げます。ホスト接続リストの接続の横にエラーアイコンが表示されます。
特定の問題と解決策については、以下の表を参照してください。
| 問題 | 解決策 |
|---|---|
| 公開CA署名証明書に証明書エラーが発生します。 | 接続をクリックし、トラブルシューティングタブを選択します。エラーの詳細を確認し、問題を解決してください。 |
| 受信した証明書はプライベートCA署名であるか、期限切れです。
|
ホスト接続を編集して、証明書のサムプリントを更新します。詳細な手順: |
|
|
サムプリント値の更新
接続を作成した後、Set-Item PowerShellコマンドを使用して接続のサムプリント値を更新できます。サムプリント値を更新するには、以下の手順に従ってください。
-
接続の接続詳細を取得します。例:
Get-Item -LiteralPath xdhyp:\connections\AmuletCon-101 <!--NeedCopy--> -
サムプリント値を更新します。例:
Set-Item -LiteralPath xdhyp:\connections\AmuletCon-101 -Username Administrator -SslThumbprint xxxxxxxxxxx12AD048480631BB7AB10D69xxxxx <!--NeedCopy--> -
更新されたサムプリント値を確認します。例:
Get-Item -LiteralPath xdhyp:\connections\AmuletCon-101 <!--NeedCopy-->
注:
Set-Itemコマンドで誤ったサムプリント値を指定すると、更新は失敗します。
次のステップ
- 初期展開プロセス中の場合は、「マシンカタログの作成」を参照してください。
- Amulet Hotkey CoreStationの情報については、「Amulet Hotkey CoreStationマシンカタログの作成」を参照してください。
詳細情報
共有
共有
この記事の概要
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.