Please enter search query.
Search <book_title>...
Veritas InfoScale™ for Kubernetes Environments 8.0.200 - Linux
Last Published:
2023-02-21
Product(s):
InfoScale & Storage Foundation (8.0.200)
Platform: Linux
- Overview
- System requirements
- Preparing to install InfoScale on Containers
- Installing Veritas InfoScale on OpenShift
- Installing InfoScale on a system with Internet connectivity
- Installing InfoScale in an air gapped system
- Installing Veritas InfoScale on Kubernetes
- Prerequisites
- Tagging the InfoScale images on Kubernetes
- Installing InfoScale on Kubernetes
- Configuring KMS-based Encryption on an OpenShift cluster
- Configuring KMS-based Encryption on a Kubernetes cluster
- InfoScale CSI deployment in Container environment
- Dynamic provisioning
- Snapshot provisioning (Creating volume snapshots)
- Managing InfoScale volume snapshots with Velero
- Volume cloning
- Installing and configuring InfoScale DR Manager on OpenShift
- Installing and configuring InfoScale DR Manager on Kubernetes
- Disaster Recovery scenarios
- Configuring InfoScale
- Administering InfoScale on Containers
- Upgrading InfoScale
- Troubleshooting
Applying licenses
To apply InfoScale licenses
- Run kubectl apply -f /YAML/Kubernetes/lico.yaml on the master node.
- 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.NAME READY STATUS RESTARTS AGE infoscale-licensing-operator -6d75886c84-hhw8s 1/1 Running 0 108s
- 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.
- Run the command again till you get an output in the following format.
Endpoints: <IP address of the endpoint>:<Port number>
- Edit
/YAML/Kubernetes/license_cr.yaml
for the license edition. Optionally, you can change the license name. The default license edition is Developer. You can change thelicenseEdition
.See Licensing.
If you want to configure Disaster Recovery (DR), you must have Enterprise as the 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>
- Run kubectl create -f /YAML/Kubernetes/license_cr.yaml on the master node.
- 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 thelicense-edition
is successfully applied.NAME NAMESPACE LICENSE-EDITION AGE license DEVELOPER 27s