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。 - 私有CA签名的证书无错误且具有
sslthumbprint值。连接创建成功,且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.