Applying your entitlements without node pinning (Upgrading from Version 5.2 to Version 5.4)
Tell the License Service which licenses apply to your installation.
If you also want to pin pods to nodes, complete Applying your entitlements and pinning pods to nodes (Upgrading from Version 5.2 to Version 5.4) instead.
- Upgrade phase
-
Updating your client workstation
Collecting required information
Preparing to run an upgrade in a restricted network
Preparing to run an upgrade from a private container registry
Upgrading prerequisite software
Upgrading shared cluster components
Preparing to upgrade an instance
Upgrading an instance
Setting up IBM® Software Hub
- Who needs to complete this task?
-
Instance administrator An instance administrator can complete this task.
- When do you need to complete this task?
-
Complete this task only if both of the following statements are true:
- You plan to change the solutions that are installed in this instance of IBM Software Hub.
- You don't use node pinning to manage entitlement.
Repeat as needed If you have multiple instances of IBM Software Hub, repeat this task for each instance of IBM Software Hub where the preceding conditions apply.
Before you begin
To complete this task, you must know:
- The license or licenses that you purchased
- The solutions that are installed in this instance
- Whether you plan to change the solutions that are installed in this instance
In addition, ensure that you source the environment variables before you run the commands in this task.
To complete this task, you must know:
- The license or licenses that you purchased
- The solutions that are installed in this instance
- Whether you plan to change the solutions that are installed in this instance
Procedure
To apply your entitlements to an instance of IBM Software Hub:
-
Log the
cpd-cliin to the Red Hat® OpenShift® Container Platform cluster:${CPDM_OC_LOGIN} - Run the
apply-entitlementcommand for each solution that you plan to add this instance:For example, if you installed Cloud Pak for Data Enterprise Edition and Cognos Analytics, run the commands for both of the licenses.
- IBM Cloud Pak® for Data Enterprise Edition
-
If you purchased the IBM Cloud Pak for Data Enterprise Edition license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=cpd-enterprise
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=cpd-enterprise \ --production=false
- IBM Cloud Pak for Data Standard Edition
-
If you purchased the IBM Cloud Pak for Data Standard Edition license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=cpd-standard
- Cognos Analytics
-
If you purchased an IBM Cognos® Analytics license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=cognos-analytics
- Data Product Hub
-
If you purchased the IBM Data Product Hub Cartridge license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=data-product-hub
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=data-product-hub \ --production=false
- DataStage
-
If you purchased a DataStage license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the DataStage license that you purchased:
IBM DataStage Enterprise Cartridge
export LICENSE_NAME=datastage
IBM DataStage Enterprise Plus Cartridge
export LICENSE_NAME=datastage-plus
- Apply the license to your environment:
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- IBM Knowledge Catalog Premium
-
If you purchased the IBM Knowledge Catalog Premium Cartridge license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=ikc-premium
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=ikc-premium \ --production=false
- IBM Knowledge Catalog Standard
-
If you purchased the IBM Knowledge Catalog Standard Cartridge license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=ikc-standard
- IBM Manta Data Lineage
-
If you purchased an IBM Manta Data Lineage license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the IBM Manta Data Lineage license that you purchased:
IBM Manta Data Lineage Cartridge
export LICENSE_NAME=data-lineage
IBM Manta Data Lineage Software Reserved
export LICENSE_NAME=data-lineage-reserved
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- OpenPages
-
If you purchased the IBM OpenPages® Cartridge license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=openpages
- Planning Analytics
-
If you purchased the IBM Planning Analytics Cartridge license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=planning-analytics
- Product Master
-
If you purchased the IBM Product Master Cartridge license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=product-master
- Watson Discovery
-
If you purchased the IBM Watson® Discovery Cartridge license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watson-discovery
- Watson Speech services
-
If you purchased the IBM Watson Speech Services Cartridge license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the service that you plan to install:
IBM Watson Speech to Text Cartridge
export LICENSE_NAME=speech-to-text
IBM Watson Text to Speech Cartridge
export LICENSE_NAME=text-to-speech
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
- Set the
- watsonx.ai™
-
If you purchased the IBM watsonx.ai license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-ai
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-ai \ --production=false
- watsonx Assistant
-
If you purchased the IBM watsonx Assistant™ Cartridge license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watson-assistant
- watsonx™ BI
-
If you purchased a watsonx BI license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx BI Premium
- Measure by authorized users
-
export LICENSE_NAME=watsonx-bi-premium - Measure by virtual processor cores
-
export LICENSE_NAME=watsonx-bi-premium-vpc
IBM watsonx BI Premium Add-On for Cognos Analytics
- Measure by authorized users
-
export LICENSE_NAME=watsonx-bi-premium-ca - Measure by virtual processor cores
-
export LICENSE_NAME=watsonx-bi-premium-ca-vpc
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- watsonx Code Assistant™
-
If you purchased the IBM watsonx Code Assistant license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-code-assistant
- watsonx Code Assistant for Red Hat Ansible® Lightspeed
-
If you purchased the IBM watsonx Code Assistant for Ansible license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-code-assistant-ansible
- watsonx Code Assistant for Z
-
If you purchased the IBM watsonx Code Assistant for Z license, apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-code-assistant-z
- watsonx.data™
-
If you purchased a watsonx.data license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.data
export LICENSE_NAME=watsonx-data
IBM watsonx.data Reserved
export LICENSE_NAME=watsonx-data-reserved
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- watsonx.data Premium
-
If you purchased a watsonx.data Premium license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.data Premium Edition
export LICENSE_NAME=watsonx-data-premium
IBM watsonx.data Premium Edition Reserved
export LICENSE_NAME=watsonx-data-premium-reserved
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production licensecpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- watsonx.data integration
-
If you purchased a watsonx.data integration license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.data integration
export LICENSE_NAME=watsonx-dataintegration
IBM watsonx.data integration Reserved
export LICENSE_NAME=watsonx-dataintegration-reserved
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- watsonx.data intelligence
-
If you purchased a watsonx.data intelligence license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.data intelligence
- Measure by resource units
-
export LICENSE_NAME=watsonx-dataintelligence - Measure by virtual processor cores (VPCs)
-
export LICENSE_NAME=watsonx-dataintelligence-vpc
IBM watsonx.data intelligence Reserved
- Measure by resource units
-
export LICENSE_NAME=watsonx-dataintelligence-reserved - Measure by virtual processor cores (VPCs)
-
export LICENSE_NAME=watsonx-dataintelligence-reserved-vpc
IBM watsonx.data intelligence Transition
- Measure by resource units
-
export LICENSE_NAME=watsonx-dataintelligence-transition - Measure by virtual processor cores (VPCs)
-
export LICENSE_NAME=watsonx-dataintelligence-transition-vpc
IBM watsonx.data intelligence Transition Reserved
- Measure by resource units
-
export LICENSE_NAME=watsonx-dataintelligence-transition-reserved - Measure by virtual processor cores (VPCs)
-
export LICENSE_NAME=watsonx-dataintelligence-transition-reserved-vpc
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- IBM watsonx.governance™
-
If you purchased an watsonx.governance license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.governance Model Management
export LICENSE_NAME=watsonx-gov-mm
IBM watsonx.governance Risk and Compliance Foundation
export LICENSE_NAME=watsonx-gov-rc
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- watsonx Orchestrate
-
If you purchased a watsonx Orchestrate license, apply the license to your environment.
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx Orchestrate On-Prem
export LICENSE_NAME=watsonx-orchestrate
IBM watsonx Orchestrate On-Prem for Voice Interaction
export LICENSE_NAME=watsonx-orchestrate-with-assistant
- Apply the license to your environment.
Production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME}
Non-production license
cpd-cli manage apply-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false
- Set the
- Run the
remove-entitlementcommand for any solution that you plan to remove from this instance of IBM Software Hub:- Cloud Pak for Data Enterprise Edition
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=cpd-enterprise \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=cpd-enterprise \ --production=false \ --restart_pods=false
- Cloud Pak for Data Standard Edition
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=cpd-standard \ --restart_pods=false
- Cognos Analytics
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=cognos-analytics \ --restart_pods=false
- Data Product Hub
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=data-product-hub \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=data-product-hub \ --production=false \ --restart_pods=false
- DataStage
-
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM DataStage Enterprise Cartridge
export LICENSE_NAME=datastage
IBM DataStage Enterprise Plus Cartridge
export LICENSE_NAME=datastage-plus
- Remove the license:
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false \ --restart_pods=false
- Set the
- IBM Knowledge Catalog Premium
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=ikc-premium \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=ikc-premium \ --production=false \ --restart_pods=false
- IBM Knowledge Catalog Standard
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=ikc-standard \ --restart_pods=false
- IBM Manta Data Lineage
-
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM Manta Data Lineage Cartridge
export LICENSE_NAME=data-lineage
IBM Manta Data Lineage Software Reserved
export LICENSE_NAME=data-lineage-reserved
- Remove the license:
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false \ --restart_pods=false
- Set the
- OpenPages
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=openpages \ --restart_pods=false
- Planning Analytics
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=planning-analytics \ --restart_pods=false
- Product Master
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=product-master \ --restart_pods=false
- Watson Discovery
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watson-discovery \ --restart_pods=false
- Watson Speech to Text
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=speech-to-text \ --restart_pods=false
- Watson Text to Speech
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=text-to-speech \ --restart_pods=false
- IBM watsonx.ai
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-ai \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-ai \ --production=false \ --restart_pods=false
- watsonx Assistant
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watson-assistant \ --restart_pods=false
- watsonx BI
-
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx BI Premium
- Measured by authorized users
-
export LICENSE_NAME=watsonx-bi-premium - Measured by virtual processor cores
-
export LICENSE_NAME=watsonx-bi-premium-vpc
IBM watsonx BI Premium Add-On for Cognos Analytics
- Measured by authorized users
-
export LICENSE_NAME=watsonx-bi-premium-ca - Measured by virtual processor cores
-
export LICENSE_NAME=watsonx-bi-premium-ca-vpc
- Remove the license:
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false \ --restart_pods=false
- Set the
- watsonx Code Assistant for Red Hat Ansible Lightspeed
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-code-assistant-ansible \ --restart_pods=false
- watsonx Code Assistant for Z
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-code-assistant-z \ --restart_pods=false
- IBM watsonx.data
-
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.data
export LICENSE_NAME=watsonx-data
IBM watsonx.data Reserved
export LICENSE_NAME=watsonx-data-reserved
- Remove the license:
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false \ --restart_pods=false
- Set the
- watsonx.data Premium
-
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.data Premium Edition
export LICENSE_NAME=watsonx-data-premium
IBM watsonx.data Premium Edition Reserved
export LICENSE_NAME=watsonx-data-premium-reserved
- Remove the license:
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false \ --restart_pods=false
- Set the
- watsonx.data integration
-
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.data integration
export LICENSE_NAME=watsonx-dataintegration
IBM watsonx.data integration Reserved
export LICENSE_NAME=watsonx-dataintegration-reserved
- Remove the license:
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false \ --restart_pods=false
- Set the
- watsonx.data intelligence
-
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx.data intelligence
- Measured by resource units
-
export LICENSE_NAME=watsonx-dataintelligence - Measured by virtual processor cores (VPCs)
-
export LICENSE_NAME=watsonx-dataintelligence-vpc
IBM watsonx.data integration Reserved
- Measured by resource units
-
export LICENSE_NAME=watsonx-dataintelligence-reserved - Measured by virtual processor cores (VPCs)
-
export LICENSE_NAME=watsonx-dataintelligence-reserved-vpc
IBM watsonx.data intelligence Transition
- Measured by resource units
-
export LICENSE_NAME=watsonx-dataintelligence-transition - Measured by virtual processor cores (VPCs)
-
export LICENSE_NAME=watsonx-dataintelligence-transition-vpc
IBM watsonx.data intelligence Transition Reserved
- Measured by resource units
-
export LICENSE_NAME=watsonx-dataintelligence-transition-reserved - Measured by virtual processor cores (VPCs)
-
export LICENSE_NAME=watsonx-dataintelligence-transition-reserved-vpc
- Remove the license:
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false \ --restart_pods=false
- Set the
- IBM watsonx.governance Model Management
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-gov-mm \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-gov-mm \ --production=false \ --restart_pods=false
- IBM watsonx.governance Risk and Compliance Foundation
-
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-gov-rc \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=watsonx-gov-rc \ --production=false \ --restart_pods=false
- watsonx Orchestrate
-
- Set the
LICENSE_NAMEenvironment variable based on the license that you purchased:
IBM watsonx Orchestrate On-Prem
export LICENSE_NAME=watsonx-orchestrate
IBM watsonx Orchestrate On-Prem for Voice Interaction
export LICENSE_NAME=watsonx-orchestrate-with-assistant
- Remove the license:
Production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --restart_pods=false
Non-production license
cpd-cli manage remove-entitlement \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --entitlement=${LICENSE_NAME} \ --production=false \ --restart_pods=false
- Set the