Veritas InfoScale™ for Kubernetes Environments 8.0.200 - 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
Prerequisites
Be ready with the following information -
Names of all the nodes.
Note:
Run oc get nodes -o wide on the bastion node to obtain Names and IP addresses of the nodes.
Use
NAME
andINTERNAL-IP
from the output similar to the following -NAME STATUS ROLES AGE VERSION INTERNAL-IP ocp-cp-1.lab.ocp.lan Ready master 54d v1.22.1+d8c4430 192.168.22.201 77.rhaos4.9.gitd745cab.el8 ocp-cp-2.lab.ocp.lan Ready master 54d v1.22.1+d8c4430 192.168.22.202 77.rhaos4.9.gitd745cab.el8 ocp-cp-3.lab.ocp.lan Ready master 54d v1.22.1+d8c4430 192.168.22.203 77.rhaos4.9.gitd745cab.el8 ocp-w-1.lab.ocp.lan Ready worker 54d v1.22.1+d8c4430 192.168.22.211 77.rhaos4.9.gitd745cab.el8 ocp-w-2.lab.ocp.lan Ready worker 54d v1.22.1+d8c4430 192.168.22.212 77.rhaos4.9.gitd745cab.el8 ocp-w-3.lab.ocp.lan Ready worker 54d v1.22.1+d8c4430 192.168.22.213 77.rhaos4.9.gitd745cab.el8 ocp-w-4.lab.ocp.lan Ready worker 54d v1.22.1+d8c4430 192.168.22.214 77.rhaos4.9.gitd745cab.el8
Operating system device path of the disks which are being managed by other storage vendors that need to be excluded from InfoScale disk group.
Optionally if you want to exclude boot disks, device path to the boot disks.
Note:
Veritas recommends excluding boot disks.
If you have internet connectivity and download is allowed, you must be logged in to Red Hat registry.
For air gapped systems, Custom Registry address to set up registry where InfoScale images are pushed.
Ensure that all nodes are synchronized with the NTP Server.
Reserve network ports for exclusive use of InfoScale as under -
Component
Port
LLT over UDP
Serially onwards 50000 (as many as configured LLT links)
VVR (Needed only if you want to configure DR)
4145 (UDP), 8199 (TCP), 8989 (TCP)
Add local or shared storage to all the worker nodes before you proceed with the deployment.
Ensure that stale InfoScale kernel modules (
vxio
,vxdmp
,veki
,vxspec
,vxfs
,odm
,glm
,gms
) from previous installation do not exist on any of the worker nodes.Note:
You can reboot a worker node to unload all stale InfoScale kernel modules.
Hostnames of the InfoScale nodes must exactly match with the fully qualified domain names(FQDN) of the OpenShift nodes.
OpenShift cluster must be configured by using IPv4 only.
Cert-manager (Red Hat-certified) must be installed.