NetBackup IT Analytics Data Collector Installation and Configuration Guide for Veritas NetBackup
- Introduction
- Configure a NetBackup IT Analytics Distributed Data Collector on a NetBackup Primary Server
- Configure Data Collector on non-clustered NetBackup 10.4 and later primary server
- Configure Data Collector on non-clustered NetBackup 10.1.1, 10.2, 10.2.01, 10.3 or 10.3.0.1 primary server
- Configure a Veritas NetBackup Data Collector Policy
- Configuring file analytics in NetBackup Data Collector policy
- Installing the Data Collector software
- Configure SSL
- Centralized Data Collector for NetBackup - Prerequisites, Installation, and Configuration
- Step-1: Choose operating system and complete prerequisites
- Step-5: SSH/WMI
- Upgrading Data Collector Locally
- Clustering Data Collectors with VCS and Veritas NetBackup (RHEL)
- Clustering Data Collectors with VCS and Veritas NetBackup (Windows)
- Install and configure NetBackup IT Analytics Data Collector on MSCS environment
- Data Collector Policy Migration
- Pre-Installation setup for Veritas NetBackup appliance
- Pre-installation setup for Veritas Flex Appliance
- Data Collector Troubleshooting
- Host resources: Check host connectivity using standard SSH
- Host resources: Generating host resource configuration files
- Configuring parameters for SSH
- Appendix A. Configure Appliances
- Appendix B. Load historic events
- Load Veritas NetBackup events
- Appendix C. Firewall configuration: Default ports
- Appendix D. CRON Expressions for Policy and Report Schedules
- Appendix E. Maintenance Scenarios for Message Relay Server Certificate Generation
CRON expressions for scheduling reports
Many reports and dashboards may require a email or export schedule. Native CRON expressions are supported for fine-tuning a email or schedule. The format for scheduling reports and dashboard email and exports follows string with six single space-separated time and date fields:
* second | * minute | * hour | * day of the month | * month | * day of the week |
The following are the general guidelines when using special characters during the CRON expressions.
Table: Probe Schedule Allowed Values and Allowed Special Characters
Field | Allowed Values |
---|---|
second | 0-59 in string with six single space-separated time and date fields |
minutes |
0-59 (0 is "on the hour") |
hours |
0-23 |
day of month |
1-31 |
month |
1-12 |
day of week |
0-6 (0 is Sunday) |
| |
Special Characters: | |
| |
| |
| |
| |
| |
|
Table: Report Schedule field examples of string with six single space-separated time and date fields
Report Schedule Examples | Schedule Run Time |
---|---|
0 0 * * * * | the top of every hour of every day. |
*/10 * * * * * | every ten seconds. |
0 0 8-10 * * * | 8, 9 and 10 o'clock of every day. |
0 0 6,19 * * * | 6:00 AM and 7:00 PM every day. |
0 0/30 8-10 * * * | 8:00, 8:30, 9:00, 9:30, 10:00 and 10:30 every day. |
0 0 0 25 12 ? | every Christmas Day at midnight. |
0 15 10 * * ? 2010 | run at 10:15 AM every day during the year 2010. |
0 0 12 1/5 * ? | run at 12 PM (noon) every 5 days every month, starting on the first day of the month. |
0 0 0 1W * * | first weekday of the month at midnight |
0 11 11 11 11 ? | run every November 11th at 11:11 AM. |
0 0-5 14 * * ? | run every minute starting at 2 PM and ending at 2:05 PM, every day. |