HP Data Protector software interaction with deduplication enabled replication

34
HP-UX/Linux
To set up import schedules on HP-UX and/or Linux operating systems you may want to use the
Cron job scheduler.
In principle, the job setup is the same as described in the previous section except that you use a
command line interface to add your job details.
The import job configuration must contain:
Schedule
Path to Perl
Path to import handler
Path to configuration file + (ISV Import Report)
or
Path to import task
Path to configuration file
A sample job list might look like the sample below:
# crontab: scheduler for replication import scripts
MAILTO=root
PATH=$PATH:/replication_import/automated_replicated_media_import/bin/
# import VLS tape information
05 * * * * /opt/ActivePerl-5.10/bin/perl
/replication_import/automated_replicated_media_import/bin/vlsHandler.pl -cfg
/replication_import/automated_replicated_media_import/cfg/yourVLSconfig.cfg -
notificationfile replication_import/VLS/ISVImportReport.txt
# import D2D tape information
10 * * * * /opt/ActivePerl-5.10/bin/perl
/replication_import/automated_replicated_media_import/bin/d2dHandler.pl -cfg
/replication_import/automated_replicated_media_import/cfg/yourD2Dconfig.cfg
# perform DP import from VLS
15 * * * * /opt/ActivePerl-5.10/bin/perl
/replication_import/automated_replicated_media_import/bin/executeImportTasks.pl -cfg
/replication_import/automated_replicated_media_import/cfg/yourVLSconfig.cfg
# perform DP import from D2D
20 * * * * /opt/ActivePerl-5.10/bin/perl
/replication_import/automated_replicated_media_import/bin/executeImportTasks.pl -cfg
/replication_import/automated_replicated_media_import/cfg/yourD2Dconfig.cfg
An example based on the schedule details shown in the “Windows” section would look like:
# crontab: scheduler for replication import scripts
MAILTO=root
PATH=$PATH:/replication_import/automated_replicated_media_import/bin/
# import D2D tape information
00 * * * * /opt/ActivePerl-5.10/bin/perl
/replication_import/automated_replicated_media_import/bin/d2dHandler.pl -cfg
/replication_import/automated_replicated_media_import/cfg/yourD2Dconfig.cfg
# perform DP import from D2D
00 21 * * * /opt/ActivePerl-5.10/bin/perl
/replication_import/automated_replicated_media_import/bin/executeImportTasks.pl -cfg
/replication_import/automated_replicated_media_import/cfg/yourD2Dconfig.cfg