Managing licenses
While installing InfoScale in an OpenShift or Kubernetes environment, you apply licenses. You select the license edition and optionally enter the IP address of the VIOM server in your environment. With a single license of Enterprise edition on an OpenShift or Kubernetes cluster, you can form multiple InfoScale clusters.
The license server IP address can be updated to
license_cr.yaml subsequently, if not entered while installing. Edit <path>/license_cr.yaml and enter IP address of the VIOM server for licenseServer. After updating the yaml, run kubectl/oc apply -f <path>/license_cr.yaml to apply the license with the updated IP address of the VIOM server.
After the IP address of the VIOM server is specified and the license is applied, you can check the status. Run
kubectl describe license <path>/license_cr.yaml. Review the License Server Status message with the following table. You can initiate appropriate action on the basis of the message.
Related information
Table: License status message with the meaning
| Message.. | Means.. |
|---|---|
| Active | Connected successfully. |
| License Server is not registered with Veritas | VIOM Server is not registered with Veritas. |
| Subscription License has expired | Trial period of the license is over. |
| Subscription License not available on License Server | License is not available on the VIOM server to which the connection is successful. |
| Subscription License overused. Kindly check the usage limit. | Exceeded limits of the license edition. |
| Error getting License Server status | VIOM Server is successfully connected, but does not return any message to the licensing operator pod. |
| Connection Error : Not Connected with License Server | Licensing operator pod is unable to connect to the VIOM server on the specified IP address. |