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 Linux-based on-host agent
Verify the following before you configure the Linux-based on-host agent:
Ensure that you have downloaded and installed the agent on the Linux instance.
To complete the steps in this section, you need root privileges on the Linux instance.
If the CloudPoint Linux-based on-host agent was already configured on the host earlier, and you wish to re-register the agent with the same CloudPoint instance, then do the following on the Linux host:
Remove the
/opt/VRTScloudpoint/keys
directory from the Linux host.Type the following command on the host where the agent is running:
# sudo rm -rf /opt/VRTScloudpoint/keys
If the CloudPoint Linux-based on-host agent was already configured on the host earlier, and you wish to register the agent with a different CloudPoint instance, then do the following on the Linux host:
Uninstall the on-host agent from the Linux host.
Remove the
/opt/VRTScloudpoint/keys
directory from the Linux host.Type the following command:
# sudo rm -rf /opt/VRTScloudpoint/keys
Remove the
/etc/flexsnap.conf
configuration file from the Linux host.Type the following command:
sudo rm -rf /etc/flexsnap.conf
Re-install the on-host agent on the Linux host.
If you do not perform these steps, then the on-host agent registration may fail with the following error:
On-host registration has failed. The agent is already registered with CloudPoint instance <instance>.
To configure the Linux-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 Linux host, register the on-host agent using the following command:
# sudo flexsnap-agent --ip <cloudpoint_host_FQDN_or_IP> --token <authtoken>
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 --help to see the command help.
CloudPoint performs the following actions when you run this command:
registers the Linux-based on-host agent
creates a
/etc/flexsnap.conf
configuration file on the Linux instance and updates the file with CloudPoint host informationenables and then starts the on-host agent service on the Linux host
Note:
If you encounter an error, check the
flexsnap-agent
logs to troubleshoot the issue. - Proceed to configure the on-host plug-in.
More Information