InfoScale™ Operations Manager 9.0 Add-ons User's Guide

Last Published:
Product(s): InfoScale & Storage Foundation (9.0)
Platform: AIX,HP-UX,Linux,Solaris,VMware ESX,Windows
  1. Section I. Storage Provisioning and Enclosure Migration Add-on 9.0
    1. Provisioning storage
      1.  
        About storage provisioning
      2.  
        About creating a storage template
      3. Creating a storage template using VxFS file systems
        1.  
          Create Storage Template - File system parameters panel options
        2.  
          Create Storage Template - File system advanced panel options
        3.  
          Create Storage Template - Volume parameters panel options
        4.  
          Select LUN Characteristics options
        5.  
          Create Storage Template - Volume advanced panel options
      4.  
        Creating a storage template using NTFS file systems
      5.  
        Creating a storage template using volumes
      6.  
        Updating a storage template
      7.  
        Provisioning storage
      8.  
        Uploading storage templates
      9.  
        Downloading storage templates
      10.  
        Deleting storage templates
      11.  
        Locking storage templates
      12.  
        Unlocking storage templates
    2. Migrating volumes
      1.  
        About volume migration
      2.  
        About the Impact Analysis report for volume migration
      3.  
        Migrating volumes by host
      4.  
        Select LUN Characteristics options
      5.  
        Change layout options
      6.  
        Migrating volumes by enclosure
      7.  
        Migrating volumes by disk group
      8.  
        Pausing or resuming a volume migration
      9.  
        Deleting a scheduled volume migration
  2. Section II. Application Migration Add-on
    1. Introduction to Application Migration Add-on
      1.  
        About Application Migration add-on
      2.  
        Before installing the Application Migration add-on
      3.  
        Installing the Application Migration Add-on
      4.  
        Before uninstalling the Application Migration add-on
      5.  
        Uninstalling the Application Migration add-on
    2. Creating and managing an application migration plan
      1.  
        Supported versions and platforms
      2.  
        User privileges
      3.  
        Prerequisites for creating an application migration plan
      4.  
        Prerequisites for migration to AWS
      5.  
        VVR Replication: Environment variables used in application migration
      6.  
        Creating an application migration plan
      7.  
        Understanding user-defined tasks
      8. Understanding application migration operations
        1.  
          Understanding the Setup Storage operation
        2.  
          Understanding the Rehearse operation
        3.  
          Understanding the Migrate operation
      9.  
        Understanding the cleanup operation
      10.  
        Understanding the tasks executed in each operation
      11.  
        Validations performed before migration plan execution
      12.  
        Executing the application migration plan
      13.  
        Editing an application migration plan
      14.  
        Deleting application migration plan(s)
      15.  
        Exporting application migration plan(s)
      16.  
        Importing application migration plan(s)
      17.  
        Viewing historical runs
      18.  
        Viewing properties of an application migration plan
      19.  
        Application migration logs
  3.  
    Index

VVR Replication: Environment variables used in application migration

In the source and target cluster nodes, configure every disk group that must be migrated with a Storage Replicator Log (SRL) volume. During Rehearse operation, create cache volume in every disk group on the secondary site so that space-optimized snapshots can be created. The application migration plan creates the required SRL volume and cache volume. For creating these volumes, 10% of the used size of the disk group is taken as the default size.

To override the default size of both SRL volume and cache volume, mention the size required for a disk group using specific variables in the appmig.conf file. The file is not present by default. On the node where the disk group is online, create the file in the /opt/VRTSsfmh/etc directory. In the file, define the variable for each disk group.

For example, for a set of service groups to be migrated, if one disk group is online on one node and another disk group is online on another node, create the file for each node and define the variable in the file where the corresponding disk groups are online.

Arctera recommends keeping one copy of the environment file with all necessary entries and copy the same file across all nodes in the source and target clusters.

Note:

Mention the size in megabytes.

Define the following environment variables in the file:

  • SRLVOL_SIZE_DiskGroup

  • CACHEVOL_SIZE_DiskGroup

Example

To specify 1 GB size for SRL volume and 2 GB size for cache volume for disk group dg1, define the variables as follows:

  • SRLVOL_SIZE_dg1 = 1024M

  • CACHEVOL_SIZE_dg1 = 2048M

Scenarios in which the environment file (if created) is read
  • During plan creation from the source cluster node the file checks whether:

    • Sufficient space is available in the source disk group for creating SRL volume.

    • Sum of the size of disks selected for creating disk group in the target cluster is greater than the sum of the used space in the source disk group, plus SRL volume and cache volume size calculated by the plan.

  • During the Setup Storage operation, the SRL volume size is retrieved from the file in the source cluster node and the size is used to create the SRL volume for the disk group in the source and target cluster nodes.

  • During the Rehearse operation, the cache volume size is retrieved from the file in the target cluster node and the size is used to create the cache volume for the disk group in the target cluster node.