NetBackup™ Snapshot Manager for Cloud Install and Upgrade Guide
- Introduction
 - Section I. NetBackup Snapshot Manager for Cloud installation and configuration
- Preparing for NetBackup Snapshot Manager for Cloud installation
- Meeting system requirements
 - NetBackup Snapshot Manager host sizing recommendations
 - NetBackup Snapshot Manager extension sizing recommendations
 - Creating an instance or preparing the host to install NetBackup Snapshot Manager
 - Installing container platform (Docker, Podman)
 - Creating and mounting a volume to store NetBackup Snapshot Manager data
 - Verifying that specific ports are open on the instance or physical host
 - Preparing NetBackup Snapshot Manager for backup from snapshot jobs
 - Iptable rules for backup from snapshot jobs in OCI
 
 - Deploying NetBackup Snapshot Manager for Cloud using container images
- Before you begin installing NetBackup Snapshot Manager
 - Installing NetBackup Snapshot Manager in the Docker/Podman environment
 - Installing NetBackup Snapshot Manager on CIS Level 2 v2 configured host
 - Securing the connection to NetBackup Snapshot Manager
 - Verifying that NetBackup Snapshot Manager is installed successfully
 - Restarting NetBackup Snapshot Manager
 
 - Deploying NetBackup Snapshot Manager for Cloud extensions
- Before you begin installing NetBackup Snapshot Manager extensions
 - Downloading the NetBackup Snapshot Manager extension
 - Installing the NetBackup Snapshot Manager extension on a VM
 - Installing the NetBackup Snapshot Manager extension on a managed Kubernetes cluster (AKS) in Azure
 - Installing the NetBackup Snapshot Manager extension on a managed Kubernetes cluster (EKS) in AWS
 - Installing the NetBackup Snapshot Manager extension on a managed Kubernetes cluster (GKE) in GCP
 - Install extension using the Kustomize and CR YAMLs
 - Managing the extensions
 
 - NetBackup Snapshot Manager for cloud providers
- Why to configure the NetBackup Snapshot Manager cloud providers?
 - AWS plug-in configuration notes
- Prerequisites for configuring the AWS plug-in
 - Before you create a cross account configuration
 - Prerequisites for application consistent snapshots using AWS Systems Service Manager
 - Prerequisites for configuring AWS plug-in using VPC endpoint
 - AWS permissions required by NetBackup Snapshot Manager
 - Configuring AWS permissions for NetBackup Snapshot Manager
 
 - Google Cloud Platform plug-in configuration notes
- Prerequisites for configuring the GCP plug-in using Credential option
 - Prerequisites for configuring the GCP plug-in using Service Account option
 - Google Cloud Platform permissions required by NetBackup Snapshot Manager
 - Preparing the GCP service account for plug-in configuration
 - Configuring a GCP service account for NetBackup Snapshot Manager
 - GCP cross-project configuration
 - GCP shared VPC configuration
 
 - Microsoft Azure plug-in configuration notes
 - Microsoft Azure Stack Hub plug-in configuration notes
 - OCI plug-in configuration notes
 
 - Configuration for protecting assets on cloud hosts/VM
- Deciding which feature (on-host agent or agentless) of NetBackup Snapshot Manager is to be used for protecting the assets
 - Protecting assets with NetBackup Snapshot Manager's on-host agent feature
- Installing and configuring NetBackup Snapshot Manager agent
 - Configuring the NetBackup Snapshot Manager application plug-in
- Configuring an application plug-in
 - Microsoft SQL plug-in
 - Oracle plug-in
 
 
 - Protecting assets with NetBackup Snapshot Manager's agentless feature
 
 - Snapshot Manager for cloud catalog backup and recovery
 - NetBackup Snapshot Manager for cloud assets protection
 - Volume encryption in NetBackup Snapshot Manager for cloud
 - NetBackup Snapshot Manager for Cloud security
 
 - Preparing for NetBackup Snapshot Manager for Cloud installation
 - Section II. NetBackup Snapshot Manager for Cloud maintenance
- NetBackup Snapshot Manager for Cloud logging
 - Upgrading NetBackup Snapshot Manager for Cloud
- About NetBackup Snapshot Manager for Cloud upgrades
 - Supported upgrade path
 - Upgrade scenarios
 - Preparing to upgrade NetBackup Snapshot Manager
 - Upgrading NetBackup Snapshot Manager
 - Upgrading NetBackup Snapshot Manager using patch or hotfix
 - Applying operating system patches on NetBackup Snapshot Manager host
 - Migrating and upgrading NetBackup Snapshot Manager
 - GCP configuration for migration from zone to region
 - Post-upgrade tasks
 - Post-migration tasks
 
 - Uninstalling NetBackup Snapshot Manager for Cloud
- Preparing to uninstall NetBackup Snapshot Manager
 - Backing up NetBackup Snapshot Manager
 - Unconfiguring NetBackup Snapshot Manager plug-ins
 - Unconfiguring NetBackup Snapshot Manager agents
 - Removing the NetBackup Snapshot Manager agents
 - Removing NetBackup Snapshot Manager from a standalone Docker host environment
 - Removing NetBackup Snapshot Manager extensions - VM-based or managed Kubernetes cluster-based
 - Restoring NetBackup Snapshot Manager
 
 - Troubleshooting NetBackup Snapshot Manager for Cloud
- Troubleshooting NetBackup Snapshot Manager
 - SQL snapshot or restore and granular restore operations fail if the Windows instance loses connectivity with the NetBackup Snapshot Manager host
 - Disk-level snapshot restore fails if the original disk is detached from the instance
 - Discovery is not working even after assigning system managed identity to the control node pool
 - Performance issue with GCP backup from snapshot
 - Post migration on host agents fail with an error message
 - File restore job fails with an error message
 - Acknowledgment not received for datamover
 - Upgrade of extension on AWS (EKS) fails when upgrading through script
 - Backup and restore jobs fail with timeout error
 - GCP restore with encryption key failed with an error message
 - Amazon Redshift databases not available after discovery
 - Shared VPC subnet not visible
 - Container manager may not spawn the ephemeral registration container timely
 - GCP restore from VM fails to obtain firewall rules
 - Parameterised VM restore fails to retrieve encryption keys
 - Restore from snapshot of a VM with security type Trusted Launch fails
 - Snapshot Manager failed to retrieve the specified cloud domain(s), against the specified plugin instance
 - Issues with SELinux configuration
 - Performance issues with OCI backup from snapshot and restore from backup copy
 - Connection to Amazon Linux 2023 machines fail
 - Single file restore from snapshot copy fails with an error
 - MS SQL application backup, restore, or SFR job on Windows cloud VM fails with an error
 - Status 49 error appears
 - Restore from backup fails with an error
 
 
 
Installing the extension on a VM
Before you install the NetBackup Snapshot Manager extension on a VM, see Prerequisites to install the extension on VM.
To install the extension
- Run the following respective command:
Interactive installation of NetBackup Snapshot Manager extension:
# flexsnap_configure install --extension -i
Non interactive installation of NetBackup Snapshot Manager extension:
# flexsnap_configure install --extension --extname <Extension_Name> --primary <nbsm_fqdn> --token <extension_token>
Note:
Veritas recommends the use of flexsnap_configure CLI for Snapshot Manager installation. Snapshot Manager installation through docker/podman CLI is deprecated for non RHEL 8/9 and dropped for RHEL 8/ 9.
Or
Use the following equivalent docker/podman command to install Snapshot Manager extension:
For docker environment:
# sudo docker run -it --rm -u 0 -v /<absolute_path_of_cloudpoint_directory>:/cloudpoint -v /var/run/docker.sock:/var/run/docker.sock veritas/flexsnap-deploy:<version> install_extension
For podman environment:
# sudo podman run -it --rm -u 0 -v /<absolute_path_of_cloudpoint_directory>:/cloudpoint -v /run/podman/podman.sock:/run/podman/podman.sock veritas/flexsnap-deploy:<version> install_extension
Note:
This is a single command without any line breaks.
In this step, NetBackup Snapshot Manager does the following:
Creates and runs the containers for each of the NetBackup Snapshot Manager services.
Creates self-signed keys and certificates for nginx.
 - Navigate to the NetBackup Web UI and follow the steps 7 and 8 described in the section Downloading NetBackup Snapshot Manager extension to generate and copy the validation token.
See Downloading the NetBackup Snapshot Manager extension.
Note:
For the VM-based extension you do not need to download the extension. Proceed directly to steps 7 and 8 to copy the token.
 - Provide the following configuration parameters when prompted:
Parameter
Description
IP address / FQDN
Provide IP address or FQDN of the main NetBackup Snapshot Manager host.
Token
Paste the token obtained in the previous step.
Extension Name Identifier
Name of the extension identifier to be visible on the NetBackup UI.
The installer then displays messages similar to the following:
Starting docker container: flexsnap-fluentd ...done Starting docker container: flexsnap-ipv6config ...done Starting docker container: flexsnap-listener ...done
 
This concludes the NetBackup Snapshot Manager extension installation on a VM.
To verify that the extension is installed successfully:
Verify that the success message is displayed at the command prompt.
Verify that the extension is listed on the NetBackup Web UI.
Navigate to Cloud > NetBackup Snapshot Manager tab > click Advanced settings > go to NetBackup Snapshot Manager extensions tab and verify.
Run the following command and verify that the NetBackup Snapshot Manager containers are running and the status is displayed as UP:
# sudo docker ps -a
The command output resembles the following:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e67550304195 veritas/flexsnap-core:10.4.x.x.xxxx "/usr/bin/flexsnap-w…" 13 minutes ago Up 13 minutes flexsnap-core-system-b17e4dd9f6b04d41a08e3a638cd91f61-0 26472ebc6d39 veritas/flexsnap-core:10.4.x.x.xxxx "/usr/bin/flexsnap-w…" 13 minutes ago Up 13 minutes flexsnap-core-general-b17e4dd9f6b04d41a08e3a638cd91f61-0 4f24f6acd290 veritas/flexsnap-core:10.4.x.x.xxxx "/usr/bin/flexsnap-l…" 13 minutes ago Up 13 minutes flexsnap-core 4d000f2d117d veritas/flexsnap-:10.4.x.x.xxxx "/root/ipv6_configur…" 13 minutes ago Exited (137) 13 minutes ago flexsnap-deploy 92b5bdf3211c veritas/flexsnap-fluentd:10.4.x.x.xxxx "/root/flexsnap-flue…" 13 minutes ago Up 13 minutes 5140/tcp, 0.0.0.0:24224->24224/tcp flexsnap-fluentd db1f0bff1797 veritas/flexsnap-datamover:10.4.x.x.xxxx "/entrypoint.sh -c d…" 13 minutes ago Up 13 minutes flexsnap-datamover.134b6158ea5a443dba3c489d553098c5 c4ae0eb61fb0 veritas/flexsnap-datamover:10.4.x.x.xxxx "/entrypoint.sh -c d…" 13 minutes ago Up 13 minutes flexsnap-datamover.8e25f89f04e74b01b4fe04e7e5bf8644 1bcaa2b646fb veritas/flexsnap-datamover:10.4.x.x.xxxx "/entrypoint.sh -c d…" 13 minutes ago Up 13 minutes flexsnap-datamover.b08591bdde0f445f83f4ada479e6ddfd