InfoScale™ 9.0 Support for Containers - Linux

Last Published:
Product(s): InfoScale & Storage Foundation (9.0)
Platform: Linux
  1. Overview
    1.  
      Introduction
    2.  
      Features of InfoScale in Containerized environment
    3.  
      CSI Introduction
    4.  
      I/O fencing
    5.  
      Disaster Recovery
  2. System requirements
    1.  
      Introduction
    2.  
      Supported platforms
    3.  
      Disk space requirements
    4.  
      Hardware requirements
    5.  
      Number of nodes supported
    6.  
      DR support
  3. Preparing to install InfoScale on Containers
    1. Setting up the private network
      1.  
        Guidelines for setting the media speed for LLT interconnects
      2.  
        Guidelines for setting the maximum transmission unit (MTU) for LLT
    2.  
      Synchronizing time settings on cluster nodes
    3.  
      Securing your InfoScale deployment
    4.  
      Configuring kdump
  4. Installing Arctera InfoScale™ on OpenShift
    1.  
      Introduction
    2.  
      Prerequisites
    3. Installing InfoScale on a system with Internet connectivity
      1. Using web console of OperatorHub
        1.  
          Adding Nodes to an InfoScale cluster by using OLM
        2.  
          Undeploying and uninstalling InfoScale
      2. Installing from OperatorHub by using Command Line Interface (CLI)
        1.  
          Configuring cluster
        2.  
          Adding nodes to an existing cluster
        3.  
          Undeploying and uninstalling InfoScale by using CLI
      3. Installing by using YAML.tar
        1.  
          Configuring cluster
        2.  
          Adding nodes to an existing cluster
        3.  
          Undeploying and uninstalling InfoScale
    4. Installing InfoScale in an air gapped system
      1.  
        Configuring cluster
      2.  
        Adding nodes to an existing cluster
      3.  
        Undeploying and uninstalling InfoScale
  5. Installing Arctera InfoScale™ on Kubernetes
    1.  
      Introduction
    2. Prerequisites
      1.  
        Installing Node Feature Discovery (NFD) Operator and Cert-Manager on Kubernetes
    3.  
      Installing the Special Resource Operator
    4. Tagging the InfoScale images on Kubernetes
      1.  
        Downloading side car images
    5. Installing InfoScale on Kubernetes
      1.  
        Configuring cluster
      2.  
        Adding nodes to an existing cluster
    6.  
      Undeploying and uninstalling InfoScale
  6. InfoScale CSI deployment in Container environment
    1.  
      CSI plugin deployment
    2.  
      Static provisioning
    3. Dynamic provisioning
      1.  
        Reclaiming provisioned storage
    4.  
      Resizing Persistent Volumes (CSI volume expansion)
    5. Snapshot provisioning (Creating volume snapshots)
      1.  
        Dynamic provisioning of a snapshot
      2.  
        Static provisioning of an existing snapshot
      3.  
        Using a snapshot
      4.  
        Restoring a snapshot to new PVC
      5.  
        Deleting a volume snapshot
    6. Managing InfoScale volume snapshots with Velero
      1.  
        Setting up Velero with InfoScale CSI
      2.  
        Taking the Velero backup
      3.  
        Creating a schedule for a backup
      4.  
        Restoring from the Velero backup
    7. Volume cloning
      1.  
        Creating volume clones
      2.  
        Deleting a volume clone
    8.  
      Using InfoScale with non-root containers
    9.  
      Using InfoScale in SELinux environments
    10.  
      CSI Drivers
    11.  
      Creating CSI Objects for OpenShift
  7. Installing InfoScale DR on OpenShift
    1.  
      Introduction
    2.  
      Prerequisites
    3.  
      External dependencies
    4. Installing InfoScale DR
      1.  
        Configuring DR Operator
      2.  
        Configuring Global Cluster Membership (GCM)
      3.  
        Configuring Data Replication
      4.  
        Configuring DNS
      5.  
        Configuring Disaster Recovery Plan
  8. Installing InfoScale DR on Kubernetes
    1.  
      Introduction
    2.  
      Prerequisites
    3.  
      External dependencies
    4. Installing InfoScale DR
      1.  
        Configuring DR Operator
      2.  
        Configuring Global Cluster Membership (GCM)
      3.  
        Configuring Data Replication
      4.  
        Configuring DNS
      5.  
        Configuring Disaster Recovery Plan
  9. TECHNOLOGY PREVIEW: Disaster Recovery scenarios
    1.  
      Migration
  10. Configuring InfoScale
    1.  
      Logging mechanism
    2.  
      Configuring Arctera Oracle Data Manager (VRTSodm)
  11. Troubleshooting
    1.  
      Known Issues
    2.  
      Limitations

Installing the Special Resource Operator

You must install a Special Resource Operator (SRO) first, before installing Arctera InfoScale™. After the SRO is installed on the system, InfoScale can be deployed.

  1. Download YAML.tar from the Arctera Download Center.

  2. Untar YAML.tar.

    After you untar YAML.tar, the folders /YAML/OpenShift/, /YAML/DR, and /YAML/Kubernetes are created. Each folder contains files required for installation.

  3. On a Kubernetes cluster -

    • Run kubectl create -f /YAML/Kubernetes/sro.yaml on the master node to install the Special Resource Operator (SRO) .

      Review output as under.

      namespace/openshift-special-resource-operator created
      customresourcedefinition.apiextensions.k8s.io/
             specialresources.sro.openshift.io created
      serviceaccount/special-resource-controller-manager created
      role.rbac.authorization.k8s.io/
                   special-resource-leader-election-role created
      clusterrole.rbac.authorization.k8s.io/
                       special-resource-manager-role created
      clusterrole.rbac.authorization.k8s.io/
                       special-resource-metrics-reader created
      clusterrole.rbac.authorization.k8s.io/
                       special-resource-proxy-role created
      rolebinding.rbac.authorization.k8s.io/
              special-resource-leader-election-rolebinding created
      clusterrolebinding.rbac.authorization.k8s.io/
                   special-resource-manager-rolebinding created
      clusterrolebinding.rbac.authorization.k8s.io/
                     special-resource-proxy-rolebinding created
      configmap/special-resource-dependencies created
      configmap/special-resource-lifecycle created
      service/special-resource-controller-manager-metrics-service created
      deployment.apps/special-resource-controller-manager created
      
    • Run kubectl create -f /YAML/Kubernetes/sr.yaml on the master node to create Special Resource.

      Review output as under.

      specialresource.sro.openshift.io/special-resource-preamble created
  4. Run the following commands and review the output to verify whether SR creation and SRO installation is successful.

    • kubectl get SpecialResource

      Output similar to the following indicates a successful installation.

      NAME                        AGE
      special-resource-preamble   2m24s
      
    • kubectl get pods -n openshift-special-resource-operator

      Output similar to the following indicates a successful installation.

      NAME                     READY STATUS  RESTARTS AGE
      special-resource-controller-manager  1/1   Running 0        2m35s
             -66c8fc64b5-9wv6l
      

      Note:

      The name in the output here is used in the following command.

    • kubectl logs special-resource-controller-manager-66c8fc64b5-9wv6l -n openshift-special-resource-operator -c manager

      Output similar to the following indicates a successful installation.

      <timestamp>    INFO    status         
       RECONCILE SUCCESS: Reconcile