Configure The Synchronization Process - VMware VCENTER APPLICATION DISCOVERY MANAGER 6.1.1 - RESPOSITORY Reference Manual

Hide thumbs Also See for VCENTER APPLICATION DISCOVERY MANAGER 6.1.1 - RESPOSITORY:
Table of Contents

Advertisement

Configure the Synchronization Process

To configure the synchronization process
1
Configure the sync.properties file located in the unzip_path/adm_olap directory.
N
   An example file, sync.properties.example, is provided in unzip_pathadm_olap to use as a 
OTE
template for configuring.
a
Make a copy of the sync.properties.example file and name it sync.properties:
copy sync.properties.example sync.properties
b
In the sync.properties file, modify the FTP information. Enter the proper credentials, host 
remote directory, and whether or not to delete the files from the FTP server after the synchronization 
process completes:
ftp.user=ftp-user
ftp.password=ftp-password
ftp.host=ftp-hostname
ftp.dir=remote-dir
ftp.local.dir=tmp
# filter FTP files: consider only files starting with the prefix.
ftp.file.prefix=adm_olap
# delete files from FTP when done?
ftp.delete.files=true
N
   Use the same user credentials when setting up the External Reports Scheme Configuration 
OTE
policy as described in "Creating the External Reports Scheme Configuration Policy" on page 11
c
In the sync.properties file, ensure that the loader information points to the MS SQL Server:
loader.exec=load_sqlserver.pl
loader.dir=load
loader.data.dir=data
where:
loader.dir and loader.exec provide the location and script to run for loading the data.
loader.data.dir is the data directory where the decompressed files are stored (relative to the 
unzip_path/adm_olap directory).
unzip_path/adm_olap/data is the default directory and is left unchanged.
d
In the sync.properties file, modify the archiving if necessary:
# archive option will save a local copy of the compressed data at the specified directory
archive=true
archive.dir=archive
archive and archive.dir defines whether or not to store the zipped files locally for history 
tracking.
You can add the hooks if necessary. hook.before.load= and hook.after.load= allow custom 
behavior just before the data loading and after the loading is complete. Such hooks are used to add 
or drop indices, to add client specific data for loading together with ADM data, or any other desired 
actions. The property contains the path to an executable script:
# This can be used, for example, to remove indexes before the data loading
# and re-create the indexes after the load is complete.
#hook.before.load=
#hook.after.load=
VMware, Inc.
Chapter 3 External Database Setup
21

Advertisement

Table of Contents
loading

Table of Contents