NetBackup™ Web UI Cloud Administrator's Guide

Last Published:
Product(s): NetBackup (10.2)
  1. Managing and protecting cloud assets
    1.  
      About protecting cloud assets
    2.  
      Limitations and considerations
    3. Configure Snapshot Manager's in NetBackup
      1.  
        Configure a third-party CA certificate
      2.  
        Add a Snapshot Manager
      3. Add a cloud provider for a Snapshot Manager
        1.  
          IAM Role for AWS Configuration
      4.  
        Associate media servers with a Snapshot Manager
      5.  
        Discover assets on Snapshot Manager
      6.  
        Edit a Snapshot Manager
      7.  
        Enable or disable a Snapshot Manager
      8.  
        (Optional) Add the Snapshot Manager extension
    4. Managing intelligent cloud groups
      1.  
        Create an intelligent cloud group
      2.  
        Delete an intelligent cloud group
    5. Protecting cloud assets or intelligent cloud groups
      1.  
        Customize or edit protection for cloud assets or intelligent groups
      2.  
        Remove protection from cloud assets or intelligent groups
    6.  
      Cloud asset cleanup
    7.  
      Cloud asset filtering
    8.  
      AWS and Azure government cloud support
    9. About protecting Microsoft Azure resources using resource groups
      1.  
        Before you begin
      2.  
        Limitations and considerations
      3. About resource group configurations and outcome
        1.  
          Examples of resource group configurations
      4.  
        Troubleshoot resource group permissions
    10. About the NetBackup Accelerator for cloud workloads
      1.  
        How the NetBackup Accelerator works with virtual machines
      2.  
        Accelerator forced rescan for virtual machines (schedule attribute)
      3.  
        Accelerator backups and the NetBackup catalog
      4.  
        Accelerator messages in the backup job details log
    11.  
      Configuring backup schedule for cloud workloads
    12.  
      Backup options for cloud workloads
    13.  
      Snapshot replication
    14.  
      Configure AWS snapshot replication
    15.  
      Using AWS snapshot replication
    16.  
      Support matrix for account replication
    17.  
      Protect applications in-cloud with application consistent snapshots
    18. Protecting PaaS assets
      1.  
        Prerequisites for protecting PaaS assets
      2. Installing the native client utilities
        1.  
          Installing the MySQL client utility
        2.  
          Installing sqlpackage client utility
        3.  
          Installing Postgres client utility
      3.  
        Configuring the storage server for instant access
      4.  
        About incremental backup for PaaS workloads
      5.  
        Limitations and considerations
      6.  
        Discovering PaaS assets
      7.  
        Viewing PaaS assets
      8.  
        Managing PaaS credentials
      9.  
        View the credential name that is applied to a database
      10. Add credentials to a database
        1.  
          Creating an IAM database username
        2.  
          Creating a system or user managed identity username
      11.  
        Add protection to PaaS assets
      12.  
        Perform backup now
  2. Recovering cloud assets
    1.  
      Recovering cloud assets
    2.  
      Perform rollback recovery of cloud assets
    3. Recovering PaaS assets
      1.  
        Recovering non-RDS PaaS assets
      2.  
        Recovering RDS-based PaaS asset
      3.  
        Recovering Azure protected assets
      4.  
        Recovering duplicate images from AdvancedDisk
  3. Performing granular restore
    1.  
      About granular restore
    2.  
      Supported environment list
    3.  
      List of supported file systems
    4.  
      Before you begin
    5.  
      Limitations and considerations
    6.  
      Restoring files and folders from cloud virtual machines
    7.  
      Restoring volumes on cloud virtual machines
    8.  
      Troubleshooting
  4. Troubleshooting protection and recovery of cloud assets
    1.  
      Troubleshoot cloud workload protection issues
    2.  
      Troubleshoot PaaS workload protection and recovery issues

Installing sqlpackage client utility

Note:

sqlpackage client utility recommended version is 19.2(Build: 16.0.6296.0).

To install, run the following commands in the terminal:

  1. cd ~
  2. mkdir sqlpackage
  3. unzip ~/Downloads/sqlpackage-linux-<version string>.zip -d ~/sqlpackage
  4. echo "export PATH=\"\$PATH:$HOME/sqlpackage\"">> ~/.bashrc
  5. chmod a+x ~/sqlpackage/sqlpackage
  6. source ~/.bashrc

    Note:

    Ensure that sqlpackage is added as a default path variable.

  7. sqlpackage
  8. rpm -ivh unixODBC-2.3.7-1.rh.x86_64.rpm
  9. rpm -ivh msodbcsql17-17.10.2.1-1.x86_64.rpm

RHEL 9 users perform the following additional steps:

  1. Download the Microsoft.NETCore.App.Runtime.linux-x64 from the link:

    https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.linux-x64/6.0.10

    Locate the file: microsoft.netcore.app.runtime.linux-x64.6.0.10.nupkg.

  2. Extract the file using a decompression tool like, 7zip.
  3. Navigate to:

    microsoft.netcore.app.runtime.linux-x64.6.0.10.nupkg\runtimes\linux-x64\lib\net6.0\

  4. Copy the file System.Security.Cryptography.X509Certificates.dll from there to/sqlpackage folder created in step 2 of installing sqlpackage client utility task.

If you are attaching the 10.1 media server as an external media server with 10.1.1 NetBackup setup, perform the following steps on the 10.1 media server.

For a BYO NetBackup setup:

  • Run the command:

    mkdir -p <backup and restore ushare export path>

  • Check the Defaultvers value of NFS in the /etc/nfsmount.conf file.

    • If the Defaultvers value is nfs3, then mount the backup and restore ushare path with the option nolock. For example: mount <ushare mount path> <ushare export path> -o nolock

    • If the Defaultvers is nfs4, mount the backup and restore ushare path without the nolock option.

For NetBackup deployed in AKS and EKS environments:

  • Run the command:

    mkdir -p <backup and restore ushare export path>

  • Check the Defaultvers value of NFS from the /etc/nfsmount.conf file.

    • If the Defaultvers value is nfs3, then mount the backup and restore ushare path with the option nolock For example: mount <ushare mount path> <ushare export path> -o nolock

    • If the Defaultvers value is nfs4, then mount the v4 version of backup and restore ushare path without the nolock option.