Licenses and entitlements
IBM Business Automation Insights can be licensed in different ways. The type of license and the deployment license parameters that you set in the custom resource can determine and alter your entitlements.
If you are not familiar with the concepts of how licensing works for IBM software, see the Licensing Basics
, Essential Elements
, and Licensing
& Compliance
pages.
License types
Business Automation Insights has only one license type,
which does not include OCP. See https://www.ibm.com/support/customer/csol/terms/?id=L-UXBF-EQ4UGB
.
License ratios
Virtual processor core (VPC) is a unit of measurement that is used to determine the licensing cost of IBM products. When you license a virtual machine (VM), VPC is based on the number of virtual cores that are assigned to the VM. One VPC license is required for every core that is available to the IBM program. A ratio defines the factor that is used to move from the VPCs running a program to the VPC licenses consumed. A ratio of 2:1 for example, specifies that 2 VPCs consume 1 VPC license. A ratio of 1:2 specifies that 1 VPC consumes 2 VPC licenses.
Business Automation Insights has a ratio of 1:1.
License reporting
The Container deployment metering of Business Automation Insights is IBM License Service and non-container deployment metering is not available.
Licensing for Disaster Recovery or Backup
In situations where your production or non-production deployments go offline and business
workloads are transferred to an offline configuration, your Disaster Recovery (DR) site must
continue to be licensed. For more information about qualifying for licensing as DR, see the Backup and Disaster Recovery Licensing Guide
.
IBM license and deployment license parameters
All Business Automation Insights deployments must accept
the terms set out in the license agreement before installation. The agreement is marked as valid
when the ibm_license custom resource parameter is set to
"accept". The custom resource file must include the following YAML:
spec:
ibm_license: "accept"
productionAny type of use that involves
productionworkload.non-productionAny type of use that involves
non-productionworkload. Examples of non-production workloads are development, testing, user acceptance testing (UAT), and staging environments. For more information, see Licensing IBM Programs in Non-Production Environments
.
When the sc_deployment_license is set to production, the pods on the OpenShift® cluster are licensed for a production license type.
shared_configuration:
sc_deployment_license: "production"
When the sc_deployment_license is set to non-production, the pods on the OpenShift cluster are licensed for a non-production license type.
shared_configuration:
sc_deployment_license: "non-production"