The objective of this KB article is to help identify the number of Core and TiB licenses that are required to properly license VMware vSphere Foundation, VMware Cloud Foundation, and VMware vSAN Add-on.
If your running version 8.0U3 see KB 400416 for an updated script to run.
VCF and VVF subscription capacity is based on the total number of physical CPU cores of each CPU on all the ESXi hosts associated with the VCF instances or vCenter Server that customers plan to license with VCF or vSphere Foundation, respectively.
Customers must purchase a minimum license capacity of 16 cores per CPU.
Foundation Subscription Licensing = The VCF and VVF subscription capacity that requires licensing is the greater of either:
Number of core licenses required per CPU × number of CPUs per ESXi host × number of ESXi hosts
or
16 cores x total number of CPUs in each ESXi host
The vSAN capacity subscription capacity is based on the total raw physical storage (TiBs) claimed by vSAN on all the ESXi hosts in each vSAN Cluster associated with the vCenter Server or VCF instances that customers plan to license for vSAN.
vSAN Subscription capacity = total number of TiBs claimed by vSAN in each ESXi host x number of ESXi hosts in each cluster
Each core requires a single license. These licenses do not come in bundles of 16.
16 cores is the minimum requirement to be purchased per CPU/physical processor.
Each TiB claimed by vSAN requires a single license. There are no license minimums.
The following tables describe how to determine the required subscription capacity for VCF, vSphere Foundation, and vSAN.
VCF with vSAN Capacity Licensing Notes:
# of Hosts |
CPUs / Host |
Cores / CPU |
TiBs / Host |
TiBs / Cluster |
Entitled TiBs from Foundation |
Subscription Capacity Required for VCF (Core) |
Subscription Capacity Required for vSAN (TiB) |
Calculation |
3 |
1 |
8 |
3.840 |
11.520 |
48 |
48 |
-36 |
VCF: Though the number of cores is 8 on each CPU, customers must purchase 48 because the minimum subscription capacity is 16 cores per CPU and there is 1 CPU on each of the 3 ESXi hosts. |
3 |
2 |
16 |
1.840 |
5.520 |
96 |
96 |
-90 |
VCF: Subscription capacity is the total number of cores × number of CPUs × number of ESXi hosts.
vSAN: Customers will receive 96 TiBs of vSAN, which exceeds their desired amount of capacity and there will be 90 TiBs left over. No additional capacity is needed. |
3 |
2 |
16 |
49.920 |
149.760 |
96 |
96 |
54 |
VCF: Subscription capacity is the total number of cores × number of CPUs × number of ESXi hosts. |
3 |
2 |
24 |
61.440 |
184.320 |
144 |
144 |
41 |
VCF: Subscription capacity is the total number of cores × number of CPUs × number of ESXi hosts. |
3 |
1 |
6 |
8.393 |
25.178 |
48 |
48 |
-22 |
VCF: Though the number of cores is 6 on each CPU, customers must purchase 48 because the minimum subscription capacity is 16 cores per CPU and there is 1 CPU on each of the 3 ESXi hosts. |
4 |
2 |
20 |
4.473 |
17.893 |
160 |
160 |
-142 |
VCF: Subscription capacity is the total number of cores × number of CPUs × number of ESXi hosts. |
VVF with vSAN Capacity Licensing Notes:
ESXi Hosts (in vSAN cluster) |
CPUs per ESXi Host |
Cores per CPU |
TiBs per ESXi Host |
TiBs per Cluster |
Entitled TiBs from Foundation |
Subscription Capacity Required for vSphere Foundation (Core) |
Subscription Capacity Required for vSAN (TiB) |
Calculation |
3 |
1 |
8 |
3.840 |
11.520 |
12 |
48 |
0 |
VVF: Though the number of cores is 8 on each CPU, customers must purchase 48 cores because the minimum subscription capacity is 16 cores per CPU and there is 1 CPU on each of the 3 ESXi hosts. |
3 |
2 |
16 |
1.840 |
5.520 |
24 |
96 |
-18 |
VVF: Subscription capacity is the total number of cores × number of CPUs × number of ESXi hosts.
vSAN: Customers will receive 24 TiBs of vSAN from VVF, which is greater than the capacity required in the cluster. There are 18 TiBs left over. No additional capacity is needed |
3 |
2 |
16 |
49.920 |
149.760 |
24 |
96 |
126 |
VVF: Subscription capacity is the total number of cores × number of CPUs × number of ESXi hosts. |
3 |
2 |
24 |
61.440 |
184.320 |
36 |
144 |
149 |
VVF: Subscription capacity is the total number of cores × number of CPUs × number of ESXi hosts. |
3 |
1 |
6 |
8.393 |
25.178 |
12 |
48 |
14 |
VVF: Though the number of cores is 6 on each CPU, customers must purchase 48 because the minimum subscription capacity is 16 cores per CPU and there is 1 CPU on each of the 3 ESXi hosts. |
4 |
2 |
20 |
4.473 |
17.893 |
40 |
160 |
-22 |
VVF: Subscription capacity is the total number of cores × number of CPUs × number of ESXi hosts. |
The number of core licenses (with a minimum of 16 cores per physical CPU) required for VCF and VVF and TiB licenses required for vSAN can be identified in the methods below:
For small deployments and ESXi hosts not connected to a vCenter Server, core licensing can be determined:
Foundation: Navigate to Host > Hardware > CPU Processors and check the value of Cores per socket to determine how many cores your host has per CPU and calculate as described in the Determining the Required Subscription Capacity section. (See Figure #1 for an example screenshot of the UI).
For larger deployments: VMware has developed the attached license counting PowerCLI tool that collects and consolidates information on the quantity of core licenses (with a minimum of 16 cores per physical CPU) and TiB licenses required for each host connected to a vCenter Server.
VCF and VVF require core licenses for all physical CPU cores on each CPU running the software. In the event users disable physical CPU cores in the BIOS settings or other means, the script may produce inaccurate results. As such, all physical CPU cores need to be activated on each CPU when running the script.
TiB licensing for vSAN: There is no option to view the total raw physical storage capacity claimed by the vSAN cluster in the product UI. The storage capacity displayed in the Capacity Overview tab represents the available vSAN datastore capacity, not raw physical storage capacity. You will need to run the license counting PowerCLI script to determine accurate TiB license counts.
Prerequisites:
Use:
Connect-VIServer -Server vCenter_Server
Import-Module .\FoundationCoreAndTiBUsage.psm1
Get-FoundationCoreAndTiBUsage
function and specify deployment type to retrieve results. By default, the script will iterate through all vSphere Clusters.Get-FoundationCoreAndTiBUsage -DeploymentType VCF
Get-FoundationCoreAndTiBUsage -DeploymentType VVF
This is an example output after running the PowerCLI tool.
VCF with vSAN Example
VVF with vSAN Example
The table below describes each of the columns or rows in the Host Information, Cluster Information, and Total Required Licenses sections.
Name |
Description |
Host Information |
|
CLUSTER |
This column displays the name of the cluster. If there is no value in this column, this means the host is not part of the cluster. |
VMHOST |
This column displays the host IP address. |
NUM_CPU_SOCKETS |
This column displays the quantity of CPU sockets in the host. |
NUM_CPU_CORES_PER_SOCKET |
This column displays the quantity of cores in each CPU socket in the host. |
FOUNDATION_LICENSE_CORE_COUNT |
This column displays the quantity of core licenses required for VCF or VVF licensing in the cluster. |
vSAN_LICENSE_TIB_COUNT |
This column displays the quantity of TiB licenses received from the Foundation offer |
Cluster Information |
|
CLUSTER |
This column displays the name of the cluster. |
REQUIRED_VSAN_TIB_CAPACITY |
This column displays the required TiB capacity for the cluster |
Total Required Licenses |
This figure displays the total number of VCF or VVF core licenses required and is |
Total Required vSAN Add-on Licenses |
This figure displays the number of TiB licenses required for the cluster |
To specify a specific vSphere Cluster, you can use the -ClusterName option:
Get-FoundationCoreAndTiBUsage -ClusterName “Cluster_Name” –DeploymentType VCF
To output the results into a CSV file, you can use the -Csv option:
Get-FoundationCoreAndTiBUsage -ClusterName Cluster_Name –DeploymentType VCF -CSV
To name the CSV file, you can use the -Filename option:
Get-FoundationCoreAndTiBUsage -ClusterName Cluster_Name –DeploymentType VCF -CSV -Filename “name.csv”
*Note that you will receive two files. The one with -vsan appended includes the TiB count information, while the other file includes the core count information.
The user may encounter error messages when using the license counting PowerCLI tool. The error is due to an identified issue (ESX servers disconnected from vCenter, PDL devices in cluster, etc.) in the environment, which may impact the number TiB licenses required. In these cases, the output from the tool will provide an error message with the description and information to resolve the error before rerunning the tool.
Below is an example of the output with an error message.
Figure #1 – Core Count
Note: If, when attempting to run this script, you receive an error similar to: "cannot be loaded. The file xxxx.psm1 is not digitally signed. You cannot run this script on the current system. For more information abut running scripts and setting execution policy, see about_Execution_Policies
Run the following command to bypass the execution policy, then run the script again:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Note: Potential issues that can occur while running the script and the respective KB for resolving.
Disclaimer: Broadcom reserves the right to periodically update licensing enablement tools, which are provided for informational purposes only. Although great care has been taken to ensure the accuracy of the licensing enablement tools, Broadcom does not accept any legal responsibility for any actions taken based on the information contained herein and Broadcom makes no representations or warranties of any kind.