Veritas™ Resiliency Platform 2.2 Solutions for Applications

Last Published:
Product(s): Resiliency Platform & CloudMobility (2.2)
  1. Overview of Resiliency Platform
    1.  
      About Veritas Resiliency Platform
    2.  
      About disaster recovery using Resiliency Platform
    3.  
      About Resiliency Platform features and components
    4.  
      About Resiliency Platform capabilities
    5.  
      About permissions for operations in the console
  2. Managing applications using Resiliency Platform
    1.  
      Managing applications using Resiliency Platform
    2.  
      Providing inputs for partially discovered applications
    3.  
      Managing custom applications
    4.  
      About application bundles
    5.  
      Adding an application bundle to the Resiliency Manager
    6.  
      Removing an application bundle
    7.  
      Installing an application bundle on selected application hosts
    8.  
      Uninstalling an application bundle from selected hosts
    9.  
      Enabling and disabling application bundle on selected application hosts
    10.  
      Managing auto-deploy for an application bundle
    11.  
      Editing the discovery schedule for an application type
    12.  
      Viewing the details of application types
    13.  
      Viewing the applicable host details
  3. Managing InfoScale applications using Resiliency Platform
    1.  
      About Veritas InfoScale Operations Manager
    2.  
      Resiliency Platform support for InfoScale applications
    3.  
      Managing InfoScale applications using Resiliency Platform
  4. Managing resiliency groups
    1. About resiliency groups
      1.  
        Prerequisites for creating resiliency groups with applications
      2.  
        Prerequisites for creating resiliency groups with InfoScale applications
    2.  
      About service objectives
    3.  
      Managing applications for basic monitoring
    4.  
      Starting a resiliency group
    5.  
      Stopping a resiliency group
    6.  
      Displaying resiliency group information and status
    7.  
      Viewing InfoScale applications details
    8.  
      Viewing resiliency group details
    9.  
      Editing a resiliency group
    10.  
      Deleting a resiliency group
  5. Preparing for disaster recovery configuration
    1.  
      An overview of key steps required for disaster recovery of applications
    2.  
      Prerequisites for configuring applications for disaster recovery
    3.  
      An overview of key steps required for disaster recovery of InfoScale applications
    4.  
      Prerequisites for configuring InfoScale applications for disaster recovery
    5. About replication technologies used in disaster recovery of applications
      1.  
        Configuring applications for disaster recovery using EMC SRDF replication
      2.  
        Configuring applications for disaster recovery using NetApp SnapMirror replication
      3.  
        Configuring applications for disaster recovery using EMC RecoverPoint replication
    6. Configuring DNS server settings for a data center
      1.  
        Sample command for Windows keytab file
  6. Configuring resiliency groups for remote recovery
    1.  
      Understanding the role of resiliency groups in disaster recovery operations
    2.  
      Managing applications for remote recovery (DR)
  7. Rehearsing DR operations to ensure DR readiness
    1.  
      About ensuring the disaster recovery readiness of your assets
    2.  
      Rehearse operations for applications - array-based replication
    3.  
      Prerequisites for rehearsal operation
    4.  
      Performing the rehearsal operation
    5.  
      Performing cleanup rehearsal
  8. Performing disaster recovery operations
    1.  
      Migrating a resiliency group of applications
    2.  
      Taking over a resiliency group of applications
    3.  
      Performing the resync operation
  9. Monitoring and reporting assets status
    1.  
      About the Resiliency Platform Dashboard
    2.  
      Understanding asset types
    3.  
      Displaying an overview of your assets
    4.  
      Viewing reports
  10. Monitoring risks
    1.  
      About risk insight
    2.  
      Displaying risk information
    3.  
      Predefined risks in Resiliency Platform
    4.  
      Viewing the current risk report
    5.  
      Viewing the historical risk report
  11. Managing activities and resiliency plans
    1. Managing activities
      1.  
        Viewing activities
      2.  
        Aborting a running activity
    2. Managing resiliency plans
      1.  
        About resiliency plans
      2. Creating a new resiliency plan template
        1.  
          About manual task
        2.  
          Using manual tasks in resiliency plans
        3.  
          About custom script
        4.  
          Using custom scripts in resiliency plans
      3.  
        Editing a resiliency plan template
      4.  
        Deleting a resiliency plan template
      5.  
        Viewing a resiliency plan template
      6.  
        Creating a new resiliency plan
      7.  
        Editing a resiliency plan
      8.  
        Deleting a resiliency plan
      9.  
        Executing a resiliency plan
      10.  
        Viewing a resiliency plan
      11.  
        Creating a schedule for a resiliency plan
      12.  
        Editing a schedule for a resiliency plan
      13.  
        Deleting a schedule for a resiliency plan
      14.  
        Viewing a schedule for a resiliency plan
  12. Managing evacuation plans
    1.  
      About evacuation plan
    2.  
      Generating an evacuation plan
    3.  
      Regenerating an evacuation plan
    4.  
      Performing evacuation
    5.  
      Performing rehearse evacuation
    6.  
      Performing cleanup evacuation rehearsal
  13. Appendix A. Troubleshooting
    1.  
      Viewing events and logs in the console
  14.  
    Glossary

About custom script

Using the Resiliency Platform console, you can add a custom script execution task in the resiliency plan. You can use the custom script execution task to perform customized operations before executing the next step of the resiliency plan such as repurposing capacity on the recovery site, orchestrate network changes, or any kind of post-processing.

Custom Script execution requires Resiliency Platform deployed on the Resiliency Manager, Infrastructure Management Server (IMS) and the hosts executing custom scripts. In addition, if you are using Resiliency Platform with Veritas InfoScale, the Veritas Resiliency Platform Enablement add-on has to be manually installed on applicable hosts.

The custom script can be in any format that can be directly executed on a shell on the target host. For the Linux hosts, it may be an executable or a script that specifies the interpreter on the hashbang line, such as a shell or a Perl script. For Windows hosts, it may be an executable or a script with known extension such as a bat file or an EXE. The Script is executed as root user on a UNIX host or as Local System on a Windows host. You may use sudo or RunAs commands to execute some other scripts from these custom scripts.

Before you can execute the script as part of the resiliency plan, you need to manually copy the script to the VRTSsfmh InstallDir/vrp/scripts directory on the host.

Where, VRTSsfmh InstallDir is /opt/VRTSsfmh on the Unix/Linux hosts and SystemDrive/Program Files/VERITAS/VRTSsfmh on the Windows hosts. Copying the script to these specific folders enforces the security policy for running a custom script since these folders can be accessed only by a root user or a Local System.

Exit code from script execution determines the success or failure of the task in the resiliency plan workflow. An exit code of zero means the script execution was successful while a non-zero exit code means the script execution failed. If you select the option to ignore the exit code, the script task is always marked as successful after completion of the script. You can select this option, if your script does not return any exit code. You can view the output of the script in activity details for the resiliency plan in Resiliency Platform console.

If you uninstall the host package from the host where you have copied your custom script, the custom script is removed from the host as part of the uninstallation process.