自带许可证
对于 Red Hat Enterprise Linux® 和 Windows 操作系统,您可以在导入定制映像时将自己的许可证 (BYOL) 带到 IBM Cloud® VPC。 这些映像由您注册并获得许可。 您可以保持对许可证的控制,并且不会因使用许可证而产生额外成本。 许可证的获取和激活在您与操作系统供应商之间。
BYOL 概念
通过 BYOL 功能,您可以将自己的许可证用于在站点上创建的定制映像,然后上载到 IBM Cloud Object Storage。 将定制映像从 IBM Cloud Object Storage 导入到 VPC 时,IBM Cloud 提供了 Red Hat Enterprise Linux 和 Windows BYOL 操作系统选项,您必须选择这些选项以指示您正在使用 BYOL 操作系统。 使用 BYOL 定制映像来创建虚拟服务器实例,就像使用库存映像一样。
LinuxONE (s390x 处理器体系结构) 上的 BYOL 功能部件目前仅支持 SUSE Linux Enterprise Server (SLES) 操作系统。
具有 Red Hat Enterprise Linux BYOL 或 Windows BYOL 操作系统的映像可用于在公共或专用主机上供应实例。
对于使用 BYOL 定制映像创建的任何虚拟服务器实例,您没有额外的许可费用。 出于审计和报告目的,IBM Cloud 保留从 BYOL 定制映像创建的虚拟服务器实例的信息。
BYOL 适用于 Red Hat Enterprise Linux 操作系统
您可以将自己的许可证用于本地创建的 定制 Linux 映像。 此 BYOL 定制映像是单个 qcow2 或 vhd 文件,您将其上载到 IBM Cloud Object Storage,然后导入到 VPC。 导入 BYOL 定制映像时,必须从操作系统版本列表中选择 BYOL 操作系统。 支持的Linux版本为 64 位 RHEL 7、RHEL 8 和 RHEL 9。
要查看 API 中的所有操作系统版本,请进行 GET /operating_systems
调用。 在响应中,您将在操作系统列表中看到 Red Hat Enterprise Linux BYOL 操作系统版本。 以下示例响应显示了针对 RHEL 7 返回的信息:
{
"href": "https://cloud.ibm.com/v1/operating_systems/red-7-amd64-byol",
"name": "red-7-amd64-byol",
"architecture": "amd64",
"display_name": "Red Hat Enterprise Linux 7.x - BYOL (amd64)",
"family": "Red Hat Enterprise Linux",
"vendor": "Red Hat",
"version": "7.x - Minimal Install"
},
.
.
.
有关创建和导入 Linux 定制映像的更多信息,请参阅:
BYOL for SUSE Linux Enterprise Server (SLES)
您可以将自己的许可证用于本地创建的 定制 Linux 映像。 此 BYOL 定制映像是单个 qcow2 或 vhd 文件,您将其上载到 IBM Cloud Object Storage,然后导入到 VPC。 导入 BYOL 定制映像时,必须从操作系统版本列表中选择 BYOL 操作系统。 受支持的 Linux 版本为 SLES 15。
要查看 API 中的所有操作系统版本,请进行 GET /operating_systems
调用。 在响应中,您将在操作系统列表中看到 SUSE Linux Enterprise Server BYOL 操作系统版本。 此示例响应显示针对 SLES 15 返回的信息:
{
...
"48": {
"id": "jp-tok~sles-15-s390x-byol",
"name": "sles-15-s390x-byol",
"family": "SUSE Linux Enterprise Server",
"href": "https://jp-tok.private.iaas.cloud.ibm.com/v1/operating_systems/sles-15-s390x-byol",
"architecture": "s390x",
"status": null,
"description": null,
"vendor": "SUSE",
"version": "15",
"bootType": null,
"allowImageCreation": null,
"__typename": "OperatingSystem"
}
...
}
适用于 Windows 操作系统的 BYOL
您可以使用自己的许可证创建 Windows BYOL 定制映像,将该映像上载到 IBM Cloud Object Storage,然后将该映像导入到 VPC。 帐户中的特权用户可以使用 Windows BYOL 定制映像在单租户专用主机或共享多租户主机上供应实例。
根据 IBM Cloud 解决方案的不同,微软软件可在共享资源或专用资源上按需(按小时或按月)购买。 对于 BYOL,从 19th 2022 年 10 月起,您可以在按月和按年定价的专用和共享主机上供应 BYOL Microsoft 许可证。
导入 BYOL 定制映像时,必须从操作系统版本列表中选择 BYOL 操作系统。 以下是受支持的 Windows 版本:
- Windows 2012 和 Windows 2012 R2 64 位
- Windows 2016 和 Windows 2016 64 位
- Windows 2019 和 Windows 2019 64 位
- Windows 2022 64 位
要查看 API 中的所有操作系统版本,请进行 GET /operating_systems
调用。 在响应中,您将在操作系统列表中看到 Windows BYOL 操作系统版本。 此示例响应显示针对 Windows 2012 返回的信息:
{
"href": "https://cloud.ibm.com/v1/operating_systems/windows-2012-amd64-byol",
"name": "windows-2012-amd64-byol",
"architecture": "amd64",
"display_name": "Windows 2012 - BYOL (amd64)",
"family": "Windows",
"vendor": "Microsoft",
"version": "2012"
},
.
.
.
有关 Microsoft 提供的有关许可的更多信息,请参阅 Microsoft Licensing FAQ; 博客帖子 新的许可优势使将工作负载和许可引入合作伙伴的云更容易; 以及培训视频 Outsourcing software Licensing changes。
有关创建 Windows 定制映像的更多信息,请参阅 创建 Windows 定制映像。
有关创建专用主机和组的更多信息,请参阅 创建专用主机和组。
有关将 BYOL 定制映像导入到 VPC 的更多信息,请参阅 将定制映像导入到 VPC 中并进行验证。
有关用于创建新实例和指定 BYOL 定制映像的 UI 过程,请参阅 创建虚拟服务器实例。