HP Data Protector software interaction with deduplication enabled replication
12
Figure 7 Import script configuration file assignment
The configuration file is split into two target device-specific sections and a common configuration
section.
In the VLS specific section “VLS only” you can configure the e-mail notification details of the VLS
device you plan to import cartridges from. Make sure the correct pop3 e-mail server FQDN and
addressee is configured on the VLS device to successfully retrieve and process incoming e-mails
from that device.
# email POP3 server used to receive VLS notifications from
vls.email.pop3.server=pop3server.yourdomain.com
# email POP3 user name
vls.email.pop3.user=vls_report_addressee
# email POP3 password
vls.email.pop3.password=addressee_password
Only configuration data that is needed to query the D2D device replication status web page goes
into the “D2D only” section of the configuration file. This includes the URL to the XML status web
page and eventual proxy details if the D2D device is behind a firewall. Cartridge import tasks
from different D2D devices require separate configuration files.
# specify the D2D URL that has to be used to receive the replication status XML page
d2d.url=https://D2D_host_name-IP/ReplicationStatus.xml
# In case the d2d.url needs to be accessed through a proxy, the following parameters
have to be used.
#d2d.https.proxy=
#d2d.https.proxy.username=
#d2d.https.proxy.password=
In the D2D NAS specific section, the following is needed for D2D NAS Shares.
# --------------- D2D NAS only ---------------
# Specify mapping from D2D NAS Share name to file library name.
# There can be only one such mapping for each file library.
# But there can be many mappings in one configuration file. One for each D2D NAS Share
# Entries are separated by |
# - <share name>: Name of D2D NAS replication target share
# - <library name>: Name of target file library
d2d.nas.share.mapping=<share name>|<library name>
The “ALL” section of the configuration file applies to generic settings of the import script that affect
all devices configured in the configuration file. This includes the following details:
•
cache.directory=C:/Program Files/OmniBack/automated_replicated_media_import/cache
specifies the cache directory used to store the replication status xml page. Use an absolute path.