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
- Deploying NetBackup Snapshot Manager for Cloud using container images
- Deploying NetBackup Snapshot Manager for Cloud extensions
- 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
- NetBackup Snapshot Manager for cloud providers
- AWS plug-in configuration notes
- Google Cloud Platform plug-in configuration notes
- 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
- 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
- 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
- Migrating and upgrading NetBackup Snapshot Manager
- Post-upgrade tasks
- Uninstalling NetBackup Snapshot Manager for Cloud
- Troubleshooting NetBackup Snapshot Manager for Cloud
Managing the extensions
After you have installed the VM-based or the managed Kubernetes cluster-based extensions, you may need to disable or enable them, stop, start, or restart them, or renew their certificates.
Refer to the following table that describes how to use these options to manage the extensions.
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 and 9 and dropped for RHEL 8 and 9.
Table: Post-installation options for the extensions
Option | Procedure |
---|---|
Disable or enable the extension:
| You can disable or enable the extensions from the NetBackup Web UI Go to Cloud > NetBackup Snapshot Managers tab > click Advanced settings > go to NetBackup Snapshot Manager extensions tab > then disable or enable the extension as required, and click Save. No jobs will be scheduled on the extension that is disabled. Note: When NetBackup Snapshot Manager is upgraded, all the extensions are automatically disabled. |
Stop, start, or restart the VM-based extension (Docker/Podman) using the flexsnap_configure CLI |
|
Stop, start, or restart the VM-based extension To stop the extension: | Execute the following commands on the extension host VM to stop/start/restart the extension: For Docker: # 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> stop install_extension For Podman # 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> stop install_extension |
To start the extension: | For Docker: # sudo docker run -it --rm -u 0 -v /<absolute_path_of_cloudpoint_directory>:/<full_path_to_volume_name> -v /var/run/docker.sock:/var/run/docker.sock veritas/flexsnap-deploy:<version> start start For Podman # 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> start install_extension |
To restart the extension: | For Docker: # sudo docker run -it --rm -u 0 -v /<absolute_path_of_cloudpoint_directory>:/<full_path_to_volume_name> -v /var/run/docker.sock:/var/run/docker.sock veritas/flexsnap-deploy:<version> restart restart For Podman # 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> restart restart |
Renew certificate for a VM-based extension |
|
Renew certificate for a managed Kubernetes cluster-based extension |
|