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
Configuring the Windows-based on-host agent
Before you configure the Windows-based on-host agent, make sure you have downloaded and installed the agent on the Windows instance.
To complete the steps in this section, you need administrative privileges on the Windows instance.
To configure the Windows-based on-host agent
- On the CloudPoint dashboard, return to the Connect dialog box or if you closed the dialog box, do the following:
On the dashboard, under the Environment section, locate the Hosts area, and then click Manage.
On the Asset Management page, select the host and from the Details panel on the right, click Connect.
- On the Connect dialog box, click Create Token.
CloudPoint generates a unique sequence of alpha-numeric characters that are used as an authentication token to authorize the host connection with CloudPoint.
- Click Copy Token.
Note:
The token is valid for 60 seconds only. If you do not copy the token within that time frame, generate a new token again.
- On the Windows instance, register the on-host agent.
From the command prompt, navigate to the on-host agent installation directory and type the following command:
flexsnap-agent.exe --ip <cloudpoint_host_FQDN_or_IP> --token <authtoken>
The agent installation directory is the path you specified while installing the Windows on-host agent using the installation wizard earlier. The default path is
C:\Program Files\Veritas\CloudPoint\
.Here, <cloudpoint_host_FQDN_or_IP> is the CloudPoint host's Fully Qualified Domain Name (FQDN) or IP address that was used during the CloudPoint initial configuration.
<authtoken> is the authentication token that you copied in the earlier step.
Note:
You can use flexsnap-agent.exe --help to see the command help.
CloudPoint performs the following actions when you run this command:
registers the Windows-based on-host agent
creates a
C:\ProgramData\Veritas\CloudPoint\etc\flexsnap.conf
configuration file on the Windows instance and updates the file with CloudPoint host informationenables and then starts the on-host agent service on the Windows instance
- Proceed to configure the on-host plug-in.
More Information