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
CloudPoint installation fails if rootfs is not mounted in a shared mode
CloudPoint installation fails if the mount state of the root file system (rootfs
or /
shared subtree) on a host is not set to "shared
" mode. One or more CloudPoint containers may fail to start due to insufficient privileges on the host.
Workaround:
Use the following command to install CloudPoint on such a host:
# sudo docker run --rm -it --name CloudPoint -e SKIP_SHARED_MNT=Yes -v /<full_path_to_volume>:/<full_path_to_volume> -v /var/run/docker.sock:/var/run/docker.sock veritas/flexsnap-cloudpoint:<version> install
Here, <full_path_to_volume>
is the path to the CloudPoint data volume, which typically is /cloudpoint
.
<version>
represents the CloudPoint product version.
The installer displays messages similar to the following:
Some features of CloudPoint like indexing, classification and SFR will be disabled. If this is not desired then change the mount propagation and start installation again. Do you wish to continue CloudPoint installation with limited features? (y/n):
Enter
to proceed with the installation.For detailed information on CloudPoint installation, refer to the following:
Note the following:
Even though CloudPoint supports installation on a root file system that is not mounted in a shared mode, you will not be able to use CloudPoint features such as Indexing, Classification, and Single File Restore (SFR) in such deployments. These features do not work in such an environment.
To make full use of CloudPoint and all its features, Veritas recommends that you deploy CloudPoint on a host where the mount mode of the root file system is set to shared
.