Please enter search query.
Search <book_title>...
Veritas InfoScale™ for Kubernetes Environments 8.0.110 - Linux
Last Published:
2022-11-04
Product(s):
InfoScale & Storage Foundation (8.0.110)
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
- Tech Preview: Configuring KMS-based Encryption on an OpenShift cluster
- Tech Preview: 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
- Upgrading InfoScale
- Troubleshooting
On an OpenShift cluster
On an OpenShift cluster by using CLI
- Download
YAML_8.0.110.tar
from the Veritas Download Center and untar the file. - Run the following command on the bastion node oc apply -f /YAML/<path>/lico.yaml.
Note:
Here and in the next command, use the <path> where the yaml files are saved.
- Run the following command on the bastion node oc apply -f /YAML/<path>/iso.yaml.
- Run the following command on the bastion node oc patch infoscaleclusters.infoscale.veritas.com infoscalecluster-dev --type merge -p '{"spec": {"version": "<upgrade version>"}}'.
- Wait as it might take time to upgrade.
- Run the following command on the bastion node oc get infoscalecluster
The State is 'Upgrading' as under.
NAME NAMESPACE VERSION STATE AGE infoscalecluster-dev infoscale-vtas <Upgrade version> Upgrading 25h
- Upgrading InfoScale takes time. After a successful upgrade, the cluster state changes to 'Running'. You can run oc get infoscalecluster to verify.
On an OpenShift cluster by using OLM
- Connect to the OpenShift and access the catalog menu.
- In the left frame, Select Operators > Installed Operators.
- All InfoScale operators are listed here.
- The InfoScale operators for which an upgrade is available, Upgrade Available is reported in Status as under.
- To upgrade InfoScale, click InfoScale or InfoScale Licensing Operator.
- In Subscription, updates that need approval are displayed next to Upgrade Status.
- Click the Operator that needs approval, followed by Preview Install Plan.
- Review the details list. Click Approve if you want to proceed with the upgrade.
- Wait till it is upgraded and listed in Operators > Installed Operators.
- Run the following command on the bastion node oc patch infoscaleclusters.infoscale.veritas.com infoscalecluster-dev --type merge -p '{"spec": {"version": "<upgrade version>"}}'.
- Wait as it might take time to upgrade.
- Run the following command on the bastion node oc get infoscalecluster
The State is 'Upgrading' as under.
NAME NAMESPACE VERSION STATE AGE infoscalecluster-dev infoscale-vtas <Upgrade version> Upgrading 25h
- Upgrading InfoScale takes time. After a successful upgrade, the cluster state changes to 'Running'. You can run oc get infoscalecluster to verify.