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!
连接到 HPE Moonshot
创建和管理连接和资源 介绍了用于创建连接的向导。以下信息涵盖了 HPE Moonshot 特有的详细信息。
注意:
在创建到 HPE Moonshot 的连接之前,您需要先完成 HPE 帐户的设置。请参阅 HPE Moonshot 虚拟化环境。
创建连接
您可以使用以下方式创建到 HPE Moonshot 的连接:
- Web Studio
- PowerShell 命令
使用 Web Studio 创建连接
- 在添加连接和资源页面中,选择 HPE Moonshot 作为连接类型。
- 输入 Moonshot iLO Chassis Manager 的连接地址。您可以将 IP 地址、主机名或 FQDN 用作地址。
- 输入您的机箱管理凭据和友好的连接名称。
在以下任一情况下,连接设置将停止:
- Citrix Virtual Apps and Desktops™ 收到带有错误的公共 CA 签名证书:将显示错误消息。按照屏幕上的说明修复问题。否则,您无法继续创建连接。
- Citrix Virtual Apps™ and Desktops 收到私有 CA 签名证书。将显示警告页面。将收到的指纹与服务器的指纹进行比较,以验证证书的有效性。如果有效,请选择信任证书,然后单击确定以继续创建连接。Citrix Virtual Apps and Desktops 将信任该证书并存储指纹以供将来验证。
使用 PowerShell 命令创建连接
使用 PowerShell 命令创建连接时,请提供以下信息:
- IP:HPE 服务器 IP 地址
- Username:HPE 用户名
- Password:HPE 密码
例如:
New-Item -ConnectionType "Custom" -HypervisorAddress $IP -Metadata @{"Citrix_Orchestration_Hypervisor_Secret_Allow_Edit"="false"} -Path @("XDHyp:\Connections\$connectionName") -Persist -PluginId "HPMoonshotFactory" -Scope @() -SecurePassword $Password -UserName $UserName -sslthumbprint $SslThumbprint New-BrokerHypervisorConnection -HypHypervisorConnectionUid $HypervisorConnectionID
<!--NeedCopy-->
注意:
仅私有 CA 签名证书才需要
sslthumbprint参数。
证书和指纹验证
要成功创建到 HPE Moonshot 的连接,证书不得有错误,并且指纹必须具有正确的值。以下是与证书和指纹验证相关的用例:
- 公共 CA 签名证书存在错误。连接未成功创建。请参阅错误详细信息并解决问题。
- 公共 CA 签名证书无错误。连接成功创建,并且
SslThumbprints值为 Null。 - 私有 CA 签名证书无错误且具有
sslthumbprint值。连接成功创建,并具有正确的SslThumbprints值。 - 私有 CA 签名证书的指纹值不正确。连接未成功创建。
- 私有 CA 签名证书无错误。连接成功创建。创建连接时,
SSlThumbprints为 Null。SSlThumbprints值由站点服务更新为某个值。
注意:
Citrix Database 与 Moonshot 服务器之间的证书指纹不匹配会在 Web Studio 中触发警告。但是,此警告不会出现在基于 MMC 的 Studio 中。
管理连接
本节详细介绍了如何管理连接:
- 使用 Web Studio 修复证书问题
- 使用 PowerShell 命令更新指纹值
修复证书问题
当出现证书问题时,Citrix Virtual Apps and Desktops 会阻止 HPE Moonshot 连接,从而阻止您在关联的 HPE Moonshot 节点上交付和管理工作负载。您将在主机连接列表中看到连接旁边的错误图标。有关具体问题和解决方案,请参阅下表。
| 问题 | 解决方案 |
|---|---|
| 公共 CA 签名证书出现错误 | 单击连接并选择故障排除选项卡。查看错误详细信息并解决问题。 |
| 收到的证书是私有 CA 签名或已过期。
|
编辑主机连接以更新证书指纹。详细步骤: |
|
|
更新指纹值
创建连接后,您可以使用 Set-Item PowerShell 命令更新连接的指纹值。例如,运行以下命令:
-
获取连接的连接详细信息。例如:
Get-Item -LiteralPath xdhyp:\connections\SinMoonshot-101 <!--NeedCopy--> -
更新指纹值。例如:
Set-Item -LiteralPath xdhyp:\connections\SinMoonshot-101 -Username Administrator -SslThumbprint xxxxxxxxxxx12AD048480631BB7AB10D69xxxxx <!--NeedCopy--> -
检查更新后的指纹值。例如:
Get-Item -LiteralPath xdhyp:\connections\SinMoonshot-101 <!--NeedCopy-->
注意:
如果您在
Set-Item命令中提供了不正确的指纹值,则更新将失败。
后续步骤
- 如果您处于初始部署过程中,请参阅 创建计算机目录
- 有关 AWS 特定信息,请参阅 创建 HPE Moonshot 计算机目录
更多信息
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.