NetBackup™ Snapshot Manager Install and Upgrade Guide
- Introduction
- Section I. NetBackup Snapshot Manager installation and configuration
- Preparing for NetBackup Snapshot Manager installation
- Meeting system requirements
- Snapshot Manager host sizing recommendations
- Snapshot Manager extension sizing recommendations
- Creating an instance or preparing the host to install Snapshot Manager
- Installing container platform (Docker, Podman)
- Creating and mounting a volume to store Snapshot Manager data
- Verifying that specific ports are open on the instance or physical host
- Preparing Snapshot Manager for backup from snapshot jobs
- Deploying NetBackup Snapshot Manager using container images
- Deploying NetBackup Snapshot Manager extensions
- Before you begin installing Snapshot Manager extensions
- Downloading the Snapshot Manager extension
- Installing the Snapshot Manager extension on a VM
- Installing the Snapshot Manager extension on a managed Kubernetes cluster (AKS) in Azure
- Installing the Snapshot Manager extension on a managed Kubernetes cluster (EKS) in AWS
- Installing the 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 cloud plug-ins
- NetBackup Snapshot Manager application agents and plug-ins
- About the installation and configuration process
- Installing and configuring Snapshot Manager agent
- Configuring the Snapshot Manager application plug-in
- Configuring an application plug-in
- Microsoft SQL plug-in
- Oracle plug-in
- NetBackup protection plan
- Configuring VSS to store shadow copies on the originating drive
- Additional steps required after restoring an AWS RDS database instance
- Protecting assets with NetBackup Snapshot Manager's agentless feature
- Volume Encryption in NetBackup Snapshot Manager
- NetBackup Snapshot Manager security
- Preparing for NetBackup Snapshot Manager installation
- Section II. NetBackup Snapshot Manager maintenance
- NetBackup Snapshot Manager logging
- Upgrading NetBackup Snapshot Manager
- Uninstalling NetBackup Snapshot Manager
- Preparing to uninstall Snapshot Manager
- Backing up Snapshot Manager
- Unconfiguring Snapshot Manager plug-ins
- Unconfiguring Snapshot Manager agents
- Removing the Snapshot Manager agents
- Removing Snapshot Manager from a standalone Docker host environment
- Removing Snapshot Manager extensions - VM-based or managed Kubernetes cluster-based
- Restoring Snapshot Manager
- Troubleshooting NetBackup Snapshot Manager
- Troubleshooting Snapshot Manager
- SQL snapshot or restore and granular restore operations fail if the Windows instance loses connectivity with the 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
Verifying that Snapshot Manager is installed successfully
Verify that Snapshot Manager is installed successfully by doing one of the following on the physical machine or the instance command line:
Verify that a similar success message is displayed at the command prompt.
Configuration complete at time Fri Mar 13 06:15:43 UTC 2020!
Run the following command and verify that the Snapshot Manager services are running and the status is displayed as UP:
For Docker environment: # sudo docker ps -a
For Podman environment: # podman ps -a
The command output resembles the following:
CONTAINER ID IMAGE CREATED STATUS 076d3c2252fb veritas/ flexsnap-core:10.0.1.0.10014 system 3 days ago Up 3 days ago flexsnap-workflow-system-0-min 07df8d5d083e veritas/ flexsnap-rabbitmq:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-rabbitmq 1d30b1922dad veritas/ flexsnap-core:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-onhostagent 4ecca5996401 veritas/ flexsnap-core:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-notification 5c2763afe3bd veritas/ flexsnap-nginx:10.0.1.0.10014 3 days ago Up 3 days ago 0.0.0.0:443->443/tcp flexsnap-nginx 5d5805787cda veritas/ flexsnap-core:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-coordinator 64ebf4083dbd veritas/ flexsnap-deploy:10.0.1.0.10014 3 days ago Exited (15) 3 days ago flexsnap-config 6ca231fc35c2 veritas/ flexsnap-certauth:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-certauth 7356cabbb486 veritas/ flexsnap-core:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-agent 756ba92314fb veritas/ flexsnap-mongodb:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-mongodb 79b7ad032fb7 veritas/ flexsnap-core:10.0.1.0.10014 general 3 days ago Up 3 days ago flexsnap-workflow-general-0-min 9018a4a7cb08 veritas/ flexsnap-core:10.0.1.0.10014 indexing general 3 days ago Up 3 days ago flexsnap-workflow-indexing-0-min b9db2708f7f6 veritas/ flexsnap-core:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-policy cb3e69c27ab1 veritas/ flexsnap-idm:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-idm d25d774ed2e8 veritas/ flexsnap-core:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-scheduler d58206a3c3d7 veritas/ flexsnap-api-gateway:10.0.1.0.10014 3 days ago Up 3 days ago 0.0.0.0:8472->8472/tcp flexsnap-api-gateway f522cedea280 veritas/ flexsnap-core:10.0.1.0.10014 3 days ago Up 3 days ago flexsnap-listener feced68604cc veritas/ flexsnap-fluentd:10.0.1.0.10014 3 days ago Up 3 days ago 0.0.0.0:24224->24224/tcp flexsnap-fluentd
Note:
The number (
10.0.1.0.10014) displayed in the image name column represents the Snapshot Manager version. The version may vary depending on the actual product version being installed.The command output displayed here may be truncated to fit the view. The actual output may include additional details such as container names and ports used.