Applying licenses

Last published : Jun 12, 2026
To apply InfoScale licenses
  1. Run kubectl apply -f /infoscale-yamls-v9.1.2/kubernetes/lico_rhel.yaml on the master node.
  2. Run kubectl get pods -A|grep -i licensing on the master node to verify whether lico.yaml is successfully applied.
An output similar to the following indicates that lico.yaml is successfully applied.
infoscale-vtas infoscale-licensing-operator-cfff86577-kcpnl 1/1 Running 1 (6d22h ago) 6d23h
  1. After lico.yaml is successfully applied, wait till the licensing endpoints are activated.
Run kubectl describe service/lico-webhook-service -n infoscale-vtas|grep Endpoints on the master node and review the output.
  1. Run the command again till you get an output in the following format.
    Endpoints: \<IP address of the endpoint\>:\<Port number\>
    1. Edit /infoscale-yamls-v9.1.2/kubernetes/vlic_v1_license.yaml for the Enterprise license edition.
    apiVersion: vlic.veritas.com/v1
    kind: License
    metadata:
    name: <You can change the name here>
    spec:
    \# valid licenseEdition values are Developer,
     Storage or Enterprise
    licenseEdition: "Developer"
    licenseServer: <Optional - IP address of
                      the VIOM server on your system>
  2. Run kubectl create -f /infoscale-yamls-v9.1.2/kubernetes/vlic_v1_license.yaml on the master node.
  3. Run kubectl get licenses on the master node to verify whether license_cr.yaml is successfully applied.
An output similar to the following indicates that license_cr.yaml with Developer as the license-edition is successfully applied.
NAME          NAMESPACE   LICENSE-EDITION   AGE
license-dev               ENTERPRISE        75m