Veritas NetBackup™ CloudPoint Install and Upgrade Guide
- Section I. CloudPoint installation and configuration
- Preparing for CloudPoint installation
- CloudPoint host sizing recommendations
- Deploying CloudPoint using container images
- Deploying CloudPoint extensions
- Installing the CloudPoint extension on AWS (EKS)
- 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 notes
- FUJITSU AF/DX plug-in configuration notes
- NetApp NAS plug-in configuration notes
- Dell EMC PowerStore plug-in configuration notes
- Dell EMC PowerStore NAS plug-in configuration notes
- Dell EMC PowerFlex plug-in configuration notes
- Dell EMC XtremIO SAN plug-in configuration notes
- Pure Storage FlashArray plug-in configuration notes
- Pure Storage FlashBlade plug-in configuration notes
- IBM Storwize plug-in configuration notes
- HPE RMC plug-in configuration notes
- HPE XP plug-in configuration notes
- Hitachi plug-in configuration notes
- Hitachi (HDS VSP 5000) plug-in configuration notes
- InfiniBox plug-in configuration notes
- Dell EMC PowerScale (Isilon) plug-in configuration notes
- Dell EMC PowerMax and VMax plug-in configuration notes
- Qumulo plug-in configuration notes
- CloudPoint application agents and plug-ins
- Oracle plug-in configuration notes
- Additional steps required after a SQL Server snapshot restore
- Protecting assets with CloudPoint's agentless feature
- Volume Encryption in NetBackup CloudPoint
- CloudPoint security
- Preparing for CloudPoint installation
- Section II. CloudPoint maintenance
- CloudPoint logging
- Upgrading CloudPoint
- Uninstalling CloudPoint
- Troubleshooting CloudPoint
How Fluentd-based CloudPoint logging works
When you install or upgrade CloudPoint, the following changes occur on the CloudPoint host:
A new container service named
flexsnap-fluentd
is started on the CloudPoint host. This service is started before all the other CloudPoint container services. Theflexsnap-fluentd
service serves as thefluentd
daemon on the host.All the CloudPoint container services are then started with
fluentd
as the Docker logging driver.A
fluentd
configuration file is created at/cloudpoint/fluent/fluent.conf
.This file contains the output plug-in definitions that are used to determine where the CloudPoint logs are redirected for consumption.
Once all the infrastructure components are ready, each of the CloudPoint services begin to send their respective log messages to the configured Docker fluentd
logging driver. The fluentd
daemon then redirects the structured logs to the output plug-ins configured in the fluentd
configuration file. These logs are then sent to the /cloudpoint/logs/flexsnap.log
file on the CloudPoint host.
Note that the flexsnap.log
file gets rotated after the file size reaches a maximum of 100 MB. A total of 30 generations (rotated files) of the flexsnap.log
file are maintained. These conditions are applicable because of the new log file rotate (log-rotate-age
) and log size (log-rotate-size
) command options that are introduced in the fluentd command.