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!
Licensing 概览
Citrix 为 MPX 和 VPX 设备提供广泛的产品版本和许可模式,以满足贵组织的需求。
要正常运行 Citrix ADC 设备,该设备必须具有 Citrix ADC 系列版许可证之一。ADC 产品线有三个系列版本:
- Standard Edition
注意
标准版已停止销售 (EOS),只能续订。
- 高级版
- Premium Edition
有关更多信息,请参阅数据表。该数据表可在 www.netscaler.com上查阅。导航到“平台”>“外形规格”>“硬件”。
选择 Citrix ADC 版本。然后根据以下条件选择 MPX 或 VPX 许可证产品:
- 永久订阅和订阅(按年和按小时订阅)
- vCPU 和带宽
- 本地和云端
Citrix ADC VPX Express 许可证
适用于本地部署和云部署的 VPX Express 不需要许可证文件,它提供以下功能:
- 20 Mbps 带宽
- 除 Citrix Gateway 以及 L4 和 L7 防御外的所有 ADC 标准许可证功能
- 最多 250 个 SSL 会话
- 20 Mbps SSL 吞吐量
可以将 VPX Express 许可证升级到以下两个选项:
-
独立的 Citrix ADC VPX 许可证
-
适用于 VPX 实例的 Citrix ADC 池容量许可证。有关详细信息,请参阅 Citrix ADC 池容量。
重要
群集功能在 VPX 公有云的 Standard Edition 和 VPX Express 许可证中可用。
Citrix ADC 池容量许可证
使用 Citrix Application Delivery Management (ADM) 创建包含公共带宽和实例池的许可框架。有关详细信息,请参阅 Citrix ADC 池容量。
注意:
Citrix ADM 可以托管池和自我管理池许可证。要使用所需的许可证,请在 Citrix ADC 上配置许可证服务器,然后从相应的池中检出容量。池化池许可证和自助管理池许可证的 ADC CLI 和 GUI 配置步骤相同。
Citrix ADC 自我管理池许可证
从 Citrix ADC 版本 13.0 Build 88.x 开始,Citrix ADC 实例支持自管理池许可证。使用此许可证,您可以简化和自动将许可证文件上载到许可证服务器。使用 Citrix ADM 创建包含公共带宽或 vCPU 和实例池的许可框架。
要使用自管理池许可证,请在 Citrix ADC 上将 SelfManagedPool
许可证服务器配置为许可证模式,然后检查所需的容量。重新启动 Citrix ADC 设备后使用 show ns license
命令查找配置的许可证。
重要
如果您的系统配置了池容量许可证,但希望在不影响流量的情况下迁移到自助管理池许可证,请确保目标服务器具有所需的自管理池许可证。
您只能在以下兼容许可证之间迁移:
- 池容量到自我管理的池,反之亦然。
- vCPU 到自我管理的 vCPU,反之亦然。
要迁移许可证,请运行以下命令:
add ns licenseserver (<licenseServerIP> | <serverName>) -forceUpdateIP -licensemode [CICO | Pooled | SelfManagedPool | VCPU | SelfManagedvCPU]
示例:
add licenseserver 192.0.2.246 -forceUpdateIP -licensemode selfManagedvcPU
使用 CLI 配置自管理池许可证
要将许可证服务器配置添加到 Citrix ADC 设备,请运行以下命令:
add ns licenseserver (<licenseServerIP> | <serverName>) [-port <positive_integer>] -licensemode [CICO | Pooled | SelfManagedPool | VCPU | SelfManagedvCPU]
<!--NeedCopy-->
示例:
add ns licenseserver 192.0.2.246 -port 27000 -licensemode SelfManagedPool
<!--NeedCopy-->
注意:
show ns licenseserverpool
命令仅显示基于指定许可证模式的许可证。因此,获取许可证的速度更快。要获取所有许可证的清单,请运行show ns licenseserverpool -getallLicenses
命令。如果未指定许可证模式,则默认显示池容量许可证。
要修改系统容量,请运行以下命令:
set ns capacity ((-bandwidth <positive_integer> -unit ( Gbps | Mbps )) | -platform <platform>) [-Edition <Edition>]
<!--NeedCopy-->
示例:
set ns capacity -bandwidth 3 -unit gbps -edition enterprise
<!--NeedCopy-->
注意:
容量已从许可证服务器的许可证池中签出。
要重新启动 Citrix ADC 设备,请运行以下命令:
reboot [-warm]
<!--NeedCopy-->
要显示所有许可功能和已配置许可模式的状态,请运行以下命令:
show ns license
<!--NeedCopy-->
show ns licenseserverpool
命令输出示例:
show ns licenseserverpool -getallLicenses
命令输出示例:
show license 命令的示例输出:
使用 GUI 配置自管理池许可证
完成以下步骤以配置自我管理池许可证:
- 导航到“系统”>“许可证”>“ADC 许可证”>“管理许可证”>“添加新许可证”。
- 在“许可证”页中,选择“使用远程许可”单选按钮,然后从“远程许可模式”中选择许可证模式。
- 输入服务器 IP 地址和许可证端口详细信息。
- 提供 Citrix ADM 访问凭据。
- 单击继续。
相关资源
云端 VPX 许可
公有云提供商(例如 Azure、AWS 和 Google)支持 VPX 部署。有关详细信息,请参阅以下文档:
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group 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 Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.