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 帐户的设置。请参阅 Amulet Hotkey CoreStation 虚拟化环境
您可以使用以下方式创建与 Amulet Hotkey CoreStation 的连接:
使用 Studio 创建连接
- 在添加连接和资源页面上,选择 Amulet Hotkey CoreStation 作为连接类型。
-
- 输入您的 Amulet Hotkey CoreStation 机箱管理器的连接地址。您可以将 IP 地址、主机名或 FQDN 用作地址。
-
- 输入您的机箱管理凭据和友好的连接名称。
当出现以下任一情况时,连接设置将停止:
- DaaS 收到带有错误的公共 CA 签名证书:将显示错误消息。按照屏幕上的说明修复问题。否则,您无法继续创建连接。
- DaaS 收到私有 CA 签名证书:将显示警告页面。将收到的指纹与服务器的指纹进行比较,以验证证书的有效性。如果有效,请选择信任证书,然后单击确定以继续创建连接。DaaS 将信任该证书并存储指纹以供将来验证。
使用 PowerShell 命令创建连接
使用 PowerShell 命令创建连接时,请提供以下信息:
- IP:Amulet Hotkey CoreStation IP 地址
- Username:Amulet Hotkey CoreStation 用户名
- Password: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 DaaS 会阻止 Amulet Hotkey CoreStation 连接,从而阻止您在关联的 Amulet Hotkey CoreStation 节点上交付和管理工作负载。您将在主机连接列表中看到连接旁边显示一个错误图标。
有关具体问题和解决方案,请参阅下表。
| 问题 | 解决方案 |
|---|---|
| 公共 CA 签名证书出现错误。 | 单击连接并选择故障排除选项卡。查看错误详细信息并解决问题。 |
| 收到的证书是私有 CA 签名证书或已过期。 | 编辑主机连接以更新证书指纹。详细步骤: |
-
^^ - 选择连接,然后单击编辑连接。
-
^^ ^^1. 在连接属性页面上,单击编辑设置。
| ^^ | ^^1. 输入连接到 Amulet Hotkey CoreStation 机箱的密码,然后单击保存。 |
-
^^ ^^1. 在出现的警告页面上,将收到的指纹与服务器的指纹进行比较,以验证证书的有效性。 -
^^ ^^1. 如果它们相同,请选择信任证书,然后单击确定。
更新指纹值
创建连接后,您可以使用 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.