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
Downloading and installing the on-host agent
Before you complete the steps in this section, do the following:
Make sure you have an appropriate CloudPoint license installed. The CloudPoint on-host agents are not supported with the CloudPoint Freemium license.
Make sure you have administrative privileges on the host on which you want to install the on-host agent.
Complete the preparatory steps and install all the dependencies for your particular agent.
Whether you install the Linux-based on-host agent or the Windows-based on-host agent, the steps are similar.
To download and install the on-host agent
- Sign in to the CloudPoint user interface (UI).
- Click Dashboard and from under the Environment section, locate the Hosts area, and click Manage.
- On the Asset Management page, select the host on which you want to install an agent and then from the Details panel on the right, click Connect.
- On the Connect dialog box, do the following:
To download the Linux-based agent, click Download RPM.
To download the Windows-based agent, click Download MSI.
Do not close this Connect dialog box as yet. When you configure the agent, you will return to this dialog box to get a token.
Note:
The agent software download options are also available in the Settings (gear icon) menu from the top right corner of the user interface (UI).
- If necessary, copy the downloaded agent package to the instance on which you want to run the package.
- Install the on-host agent.
For the Linux-based agent, type the following command on the Linux instance:
# sudo yum -y install cloudpoint_agent_rpm_name
Here, <cloudpoint_agent_rpm_name> is the name of the on-host agent rpm package you downloaded earlier.
For example:
# sudo yum -y install VRTScloudpoint-agent-2.2.2-RHEL7.x86_64.rpm
For the Windows-based agent, run the agent package file and follow the installation wizard workflow to install the on-host agent on the Windows instance.
The installer installs the agent at
C:\Program Files\Veritas\CloudPoint
by default. Do not modify this default installation path. Even though you can specify a custom location, you must use the default path as is. Using a custom installation path is currently not supported.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\cpwin_agent.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 particularly useful if you want to automate the agent installation using a third-party deployment tool.
- Proceed to configure the on-host agent.