HP Data Protector software interaction with deduplication enabled replication

19
ISV~JPREP0018~01Ub7cHI0s~17
ISV~JPREP0019~01Ub7cHI0s~18
ISV~JPREP0020~01Ub7cHI0s~19
perl vlsHandler.pl –cfg config.cfg pl –notificationfile ISVImportShort.csv
D2DHandler
For an import from a D2D device first a cartridge status check is required and secondly the import
task is triggered.
Note: The HP D2D system provides a web page containing the information about all replicated
media in an XML format that can be polled regularly. The XML page is available via an SSL
encrypted connection by querying the following URL (configured in the configuration file):
https://<D2D_hostname>/ReplicationStatus.xml
For example:
For a D2D running on host
myd2d.company.com the URL would be:
https://myd2d.company.com/ReplicationStatus.xml
For a D2D NAS Share running on host
myd2d.company.com, the URL would be:
https://myd2d.company.com/ReplicationNASStatus.xml
To import the tasks from the D2D XML replication status page to the import queue list you must
call:
perl d2dHandler.pl –cfg <configuration file>
Prerequisites:
D2D XML replication status page exists.
D2D target libraries (serial number) are configured in the configuration file.
The D2DHandler is called by a scheduler or manually. The D2D XML replication status page is
pulled from the D2D device and parsed. New tasks (slots that need to be imported because new
data is on them) are identified and added to the import queue list. A copy of the XML status page
is kept as a history file in the folder
cache.directory= (in the configuration file). The history file
will be compared against a newly retrieved XML status page to identify which new import tasks
(slots) have to be added to the import queue.
QueueManager
To check or to modify the current import queue (queue.file= in the configuration file) manually
you can use:
to list all tasks of the import queue:
perl queueManager.pl –cfg <configuration file> –list
Example:
perl bin\queueManager.pl -cfg cfg\config.cfg –list
01Ub7cHI0s/JUDY0018/18
01Ub7cHI0k/JPREP033/33
01Ub7cHI0k/JPREP037/37
01Ub7cHI0k/JPREP001/1
01Ub7cHI0s/JUDY0020/20
01Ub7cHI0k/JPREP010/10
01Ub7cHI0k/JPREP035/35
Total tasks: 12
to list all tasks from a single library of the import queue:
perl queueManager.pl –cfg <configuration file> –list <library name>
Example:
perl bin\queueManager.pl -cfg cfg\config.cfg –list 01Ub7cHI0s
01Ub7cHI0s/JUDY0018/18
01Ub7cHI0s/JUDY0020/20
Total tasks: 2