Veritas CloudPoint Administrator's Guide
- Getting started with CloudPoint
- Section I. Installing and configuring CloudPoint
- Preparing for installation
- Deploying CloudPoint
- Deploying CloudPoint in the AWS cloud
- Using plug-ins to discover assets
- Configuring off-host plug-ins
- AWS plug-in configuration notes
- Google Cloud Platform plug-in configuration notes
- Microsoft Azure plug-in configuration notes
- HPE RMC plug-in configuration notes
- NetApp plug-in configuration notes
- Hitachi plug-in configuration notes
- InfiniBox plug-in configuration notes
- About CloudPoint plug-ins and assets discovery
- Configuring the on-host agents and plug-ins
- Oracle plug-in configuration notes
- Protecting assets with CloudPoint's agentless feature
- Preparing for installation
- Section II. Configuring users
- Section III. Protecting and managing data
- User interface basics
- Indexing and classifying your assets
- Protecting your assets with policies
- Tag-based asset protection
- Replicating snapshots for added protection
- Managing your assets
- About snapshot restore
- Single file restore requirements and limitations
- Additional steps required after a SQL Server snapshot restore
- Monitoring activities with notifications and the job log
- Protection and disaster recovery
- Section IV. Maintaining CloudPoint
- CloudPoint logging
- Troubleshooting CloudPoint
- Working with your CloudPoint license
- Managing CloudPoint agents and plug-ins
- Upgrading CloudPoint
- Uninstalling CloudPoint
- Section V. Reference
Uninstalling CloudPoint on-host agents
When you unconfigure the CloudPoint plug-in and agent, the agent registration and plug-in information is completely removed from the CloudPoint database. However, this process does not automatically remove the CloudPoint agent package from the host itself. You have to manually uninstall the agent binaries from the host.
If you wish to protect the same host using CloudPoint at a later point in time, you must uninstall and then re-install the agent on the host.
To remove the CloudPoint on-host agent from a Windows host
- Log on to the Windows host and then launch Windows Add or Remove Programs.
- Search for the Veritas CloudPoint Agent entry from the list of programs installed and then select the option to uninstall the application.
- Follow the installation wizard workflow to remove the agent from the Windows host.
After the installer completes its operation, you should no longer see the Veritas CloudPoint Agent entry in the programs list.
To remove the CloudPoint on-host agent from a Linux host
- Log on to the Linux instance as an administrator.
- Run the following command to remove the agent package:
# sudo yum remove cloudpoint_agent_rpm_name
Here, <cloudpoint_agent_rpm_name> is the name of the agent rpm package.
For example, if
VRTScloudpoint-agent-2.2.1-RHEL7.x86_64.rpm
is the agent rpm package name, the command syntax is as follows:# sudo yum remove VRTScloudpoint-agent-2.2.1-RHEL7.x86_64.rpm