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
- Prerequisites for configuring the GCP plug-in using Credential and Service Account option
- 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
Downloading and installing the NetBackup Snapshot Manager agent
Download and install the appropriate NetBackup Snapshot Manager agent depending on the application that you want to protect. Whether you install the Linux-based agent or the Windows-based agent, the steps are similar.
Before you perform the steps described in this section, perform the following:
Ensure that you have administrative privileges on the application host on which you want to install the agent.
If a non-admin user attempts the installation, the installer displays the Windows UAC prompt where the user must specify the credentials of an admin user.
Complete the preparatory steps and install all the dependencies for the respective agent.
To download and install the agent
- Sign in to the NetBackup web UI.
- From the left navigation pane, click Workloads > Cloud and then select the NetBackup Snapshot Managers tab.
All the NetBackup Snapshot Manager servers that are registered with the primary server are displayed in this pane.
- From the desired NetBackup Snapshot Manager server row, click the actions icon on the right and then select Add agent.
- On the Add agent dialog box, click the 'download' link.
This launches a new browser window.
Do not close the existing Add agent dialog box on the NetBackup web UI as yet. When you configure the agent, you can return to this dialog box to get the authentication token.
- Switch to the new webpage browser window and from the Add Agent section, click on the download link to download the desired NetBackup Snapshot Manager agent installation package.
The webpage provides separate links to download the Linux and Windows agents.
- If necessary, copy the downloaded agent package to the application host on which you want to install the agent.
- Install the agent.
For the Linux/SUSE Linux-based agent, type the following command on the Linux/SUSE Linux host:
# sudo yum -y install <snapshotmanager_agent_rpm_name>
Here, <snapshotmanager_agent_rpm_name> is the name of the agent rpm package you downloaded earlier.
For example:
# sudo yum -y install VRTSflexsnap-agent-11.0.x.x-xxxx-RHEL.x86_64.rpm
For the Windows-based agent, run the agent package file and follow the installation wizard workflow to install the agent on the Windows application host. Oracle Cloud Infrastructure does not support Windows on host agents.
Note:
To allow the installation, admin users must click Yes on the Windows UAC prompt. Non-admin users must specify admin user credentials on the UAC prompt.
The installer installs the agent at
C:\Program Files\Veritas\CloudPoint
by default and the path cannot be modified.Alternatively, you can also install the Windows-based agent in a silent mode by running the following command on the Windows host:
msiexec /i <installpackagefilepath> /qn
Here, <installpackagefilepath> is the absolute path of the installation package. For example, if the installer is kept at
C:\temp
, then the command syntax is as follows:msiexe /i C:\temp\VRTSflexsnap-core-<ver>-Windows.x64.msi /qn
In this mode, the installation package does not display any UI and also does not require any user intervention. The agent is installed at
C:\Program Files\Veritas\CloudPoint
by default and the path cannot be modified.The silent mode of installation is useful if you want to automate the agent installation using a third-party deployment tool.
Note:
The version of the agent binary remains 11.0.x.x.xxxx despite the binary name indicating 11.0.x.x-xxxx.
- This completes the agent installation. You can now proceed to register the agent.