After you install the Informix
service, you can change your license from Informix Workgroup Edition to Informix Enterprise Edition
or Informix Advanced Enterprise Edition.
About this task
You can change your Informix Edition license
to any of the Informix 14.10 production licenses:
Table 1. Processor and memory limits per Informix server
| Informix Edition |
Processor cores |
Allowed instance memory |
| Advanced Enterprise |
Unlimited |
Unlimited |
| Enterprise |
Unlimited |
Unlimited |
| Workgroup |
Up to 24 |
32 GB |
Procedure
-
Change to the project where you installed the Informix service:
-
Run the oc patch command to update the InformixService custom resource
edition attribute:
oc patch informixservice informixservice-cr --type=merge -p '{"spec":{"edition":"edition_type"}}'
Replace edition_type with the Informix edition you want to switch to based on the
following table:
| Informix Edition |
Informix Edition type |
| Advanced Enterprise |
AEE |
| Enterprise |
EE |
| Workgroup |
WE |
-
Check the status of the Informix service (informixservice-cr):
oc get informixservice informixservice-cr -o jsonpath='{.status.informixStatus} {"\n"}'
The Informix service is ready when the command returns Completed.
Any new Informix database deployment will use the requested Informix edition.