Veritas NetBackup™ CloudPoint Install and Upgrade Guide
- Section I. CloudPoint installation and configuration
- Preparing for CloudPoint installation
- Deploying CloudPoint using the Docker image
- CloudPoint cloud plug-ins
- CloudPoint storage array plug-ins
- NetApp plug-in configuration notes
- Nutanix Files plug-in configuration notes
- Dell EMC Unity array plug-in configuration parameters
- Pure Storage FlashArray plug-in configuration notes
- HPE RMC plug-in configuration notes
- Hitachi plug-in configuration notes
- InfiniBox plug-in configuration notes
- CloudPoint application agents and plug-ins
- Oracle plug-in configuration notes
- About snapshot restore
- Additional steps required after a SQL Server snapshot restore
- Protecting assets with CloudPoint's agentless feature
- Preparing for CloudPoint installation
- Section II. CloudPoint maintenance
Removing the CloudPoint agents
You must first remove the CloudPoint agents before you remove CloudPoint. The agents are installed directly on the host where the applications are running. CloudPoint agents manage the CloudPoint plug-ins that discover assets and perform snapshot operations on the host.
To uninstall the CloudPoint on-host agents
- Connect to the host where you have installed the CloudPoint agent.
Ensure that the user account that you use to connect has administrative privileges on the host.
- For Linux-based agent, do the following:
Remove the .rpm package using the following command:
# sudo yum -y remove <cloudpoint_agent_package>
Here, <cloudpoint_agent_package> is the name of the agent rpm package, without the version number and the file extension (
.rpm
).For example, if the name of the agent rpm package is
VRTScloudpoint-agent-2.2-RHEL7.x86_64.rpm
, the command syntax is as follows:# sudo yum -y remove VRTScloudpoint-agent
- For Windows-based agent, do the following:
From Windows Control Panel > Programs and Features, select the entry for the CloudPoint agent (Veritas CloudPoint Agent) and then click Uninstall.
Follow the wizard workflow to uninstall the agent from the Windows instance.
Note:
To allow the uninstallation, admin users will have to click Yes on the Windows UAC prompt. Non-admin users will have to specify admin user credentials on the UAC prompt.
- This completes the agent uninstallation.
You can now proceed to uninstall CloudPoint.
See Removing CloudPoint from a standalone Docker host environment.