
The sched_croncdh command manages the uploadcdh cron job.
Synopsis
sched_croncdh minute hour day_of_week
sched_croncdh -l
sched_croncdh -d
Description
A cron job (uploadcdh) uses a database DIP of your choosing to upload the data in the Call Data Handler (CDH) files to a database and erases the CDH files, thus preserving hard drive space on the platform. This cron job can be scheduled using the sched_croncdh command.
The time of the week that uploadcdh runs is set using the following variables:
Variable  | 
Description  | 
Comments  | 
minute  | 
Minute that the cron job runs  | 
0-59  | 
hour  | 
Hour that the cron job runs  | 
0-23  | 
day_of_week  | 
Day of the week that the cron job runs  | 
0-6, all=every day  | 
In addition to setting the minute, hour, and days_of_week, you can use the -l option to list the current schedule, or use the -d option to remove the current schedule for uploadcdh.
Example
The following command runs uploadcdh at 12:15 a.m. every Sunday:
   sched_croncdh 15 0 0
See also