Veritas NetBackup™ CloudPoint Install and Upgrade Guide
- Section I. CloudPoint installation and configuration
- Preparing for CloudPoint installation
- Deploying CloudPoint using the Docker image
- CloudPoint cloud plug-ins
- CloudPoint storage array plug-ins
- NetApp plug-in configuration notes
- Nutanix Files plug-in configuration notes
- Dell EMC Unity array plug-in configuration parameters
- Pure Storage FlashArray plug-in configuration notes
- HPE RMC plug-in configuration notes
- Hitachi plug-in configuration notes
- InfiniBox plug-in configuration notes
- CloudPoint application agents and plug-ins
- Oracle plug-in configuration notes
- About snapshot restore
- Additional steps required after a SQL Server snapshot restore
- Protecting assets with CloudPoint's agentless feature
- Preparing for CloudPoint installation
- Section II. CloudPoint maintenance
Troubleshooting CloudPoint logging
You can retrieve the logs of a CloudPoint service from the /cloudpoint/logs/flexsnap.log
file by running the following command:
# sudo cat /cloudpoint/logs/flexsnap.log | grep <flexsnap-service name>
Consider the following if you are upgrading from CloudPoint version 2.2.x:
You cannot retrieve the CloudPoint logs using Docker command (
# sudo docker exec flexsnap-coordinator flexsnap-log
). If you run this command, you will see the following error message:flexsnap-log is deprecated. Retreive current logs from /cloudpoint/logs/flexsnap.log
You can retrieve all the logs from the MongoDB database to a file on disk by running the following command:
# sudo docker exec flexsnap-coordinator flexsnap-log --file /cloudpoint/logs/<previousversion_logs>.log
If the MongoDB database is taking up more disk space due to the logs, you can drop the database using the following command:
# sudo docker exec flexsnap-coordinator flexsnap-log --purge