A ASAP Mode (Default) Configuration File

# Name for Local Delete Windows Service
LYNX_SERVICE_NAME=
 
# DIVAnet AG IP address
DIVANET_IP=127.0.0.1
 
# DIVAnet AG port
DIVANET_PORT=9500
 
# DIVAnet AG user name
DIVANET_USER_NAME=admin
 
# DIVAnet AG user password
DIVANET_USER_PASSWORD=diva
 
# Local DIVArchive Name 
LOCAL_DIVARCHIVE_NAME=diva_local
 
# LYNXdr DIVArchive Name 
LYNX_DIVARCHIVE_NAME.1=diva_lynxDr_1
 
# This parameter defines delay in minutes. It ensures that LYNX 
# Local Delete will always check for objects modified at least 
# DIVANET_SYNC_DELAY minutes ago, so that DIVAnet will have time to 
# update info about new objects instances in its database.
# WARNING: This parameter's value should always be greater then godlFetchThreshold parameter value from DIVAnet configuration.
DIVANET_SYNC_DELAY=20
 
# Start Time for checking. Date in US format: MM/DD/YYYY
# DEFAULT: 01/01/2000
# PLEASE NOTE THAT ONCE STARTED, THIS PROPERTY WILL NOT BE APPLIED 
# AGAIN
CHECK_START_TIME=01/01/2000

# End Time for checking. Date in US format: MM/DD/YYYY
# Empty for no End Time definition
# DEFAULT: empty
CHECK_END_TIME=
 
# Interval in minutes between two consecutive Local Delete 
# checks. Actual interval may be larger than CHECK_INTERVAL since 
# program will do check and deletes between intervals
CHECK_INTERVAL=1
 
# Category list handled by Local Delete workflow 
# Should be in the format compatible with the getObjectDetailsList
# If you want allow all categories then use following template:
# CATEGORY_TEMPLATE.1=*
CATEGORY_TEMPLATE.1=lynx
CATEGORY_TEMPLATE.2=test*
CATEGORY_TEMPLATE.3=movies
CATEGORY_TEMPLATE.4=news
 
# Number of object instances to be created in LYNXdr before local 
# object instances deletion
# Default: 2
LYNX_INSTANCES_COUNT=2
 
# Define which local instances to delete when content has been 
# successfully replicated to LYNXdr 
# "DISK" triggers the automatic deletion of disk-only local 
# instances 
# "ALL" triggers the automatic deletion of all local instance (disk 
# & tape) 
LOCAL_MEDIA_TYPE=ALL
 
# Priority used for delete requests. 
# Default: 50
DELETE_REQUEST_PRIORITY=50
 
# Number of simultaneous deletes allowed
# Acceptable values: 1 – 10, Default: 3

SIMULTANEOUS_DELETE_OPERATIONS=3
 
#******************************************************************
#Wrapper Properties
#******************************************************************
 
# Java Application
 
wrapper.java.command=$JAVA_HOME/bin/java
 
# Java Main class.  This class must implement the WrapperListener 
# interface or guarantee that the WrapperManager class is 
# initialized.  Helper classes are provided to do this for you.  
# See the Integration section of the documentation for details.
 
wrapper.java.mainclass=com.storagetek.diva.lynxLocalDelete.control.TanukiLauncher
 
# Java Classpath (include wrapper.jar)  Add class path elements as
# needed starting from 1
wrapper.java.classpath.1=../../../Program/Utilities/lib/*.jar
 
#Wrapper application parameters
wrapper.java.app.parameter.1=
wrapper.java.app.parameter.2=
wrapper.java.app.parameter.3=
wrapper.java.app.parameter.4=
 
# Java Library Path (location of Wrapper.DLL or libwrapper.so)
 
wrapper.java.library.path.1=.
 
# Java Additional Parameters
 
#wrapper.java.additional.1=
 
# Initial Java Heap Size (in MB)

wrapper.java.initmemory=256
 
# Maximum Java Heap Size (in MB)
 
wrapper.java.maxmemory=256
 
# Application parameters.  Add parameters as needed starting from 1
 
#******************************************************************
 
# Wrapper Logging Properties
 
#******************************************************************
 
# Format of output for the console.  (See docs for formats)
 
wrapper.console.format=PM
 
# Log Level for console output.  (See docs for log levels)
 
wrapper.console.loglevel=INFO
 
# Log file to use for wrapper output logging.
 
wrapper.logfile=
 
# Format of output for the log file.  (See docs for formats)
 
wrapper.logfile.format=LPTM
 
# Log Level for log file output.  (See docs for log levels)
 
wrapper.logfile.loglevel=INFO

# Maximum size that the log file will be allowed to grow to before
# the log is rolled. Size is specified in bytes.  The default value 
# of 0, disables log rolling.  May abbreviate with the 'k' (kb) or 
# 'm' (mb) suffix.  For example: 10m = 10 megabytes.
 
wrapper.logfile.maxsize=10m
 
# Maximum number of rolled log files which will be allowed before 
# old files are deleted.  The default value of 0 implies no limit.
 
wrapper.logfile.maxfiles=4
 
# Log Level for sys/event log output.  (See docs for log levels)
 
wrapper.syslog.loglevel=NONE
 
#******************************************************************
# Wrapper Windows Properties
#******************************************************************
 
# Title to use when running as a console
 
wrapper.console.title=DIVArchive LYNXLocalDelete
 
#******************************************************************
# Wrapper Windows NT/2000/XP Service Properties
#******************************************************************
 
# WARNING - Do not modify any of these properties when an 
# application using this configuration file has been installed as a 
# service.
# Please uninstall the service before modifying this section.  The
# service can then be reinstalled.
 
# Name of the service
 
wrapper.ntservice.name=DivaLld

# Display name of the service
 
wrapper.ntservice.displayname=DIVArchive LYNXLocalDelete Service
 
# Description of the service
 
wrapper.ntservice.description=DIVArchive Lynx Local Delete provides cleaning service for local environment from objects which are stored on remote environments
 
# Service dependencies.  Add dependencies as needed starting from 1
 
wrapper.ntservice.dependency.1=
 
# Mode in which the service is installed.  AUTO_START or DEMAND_START
 
wrapper.ntservice.starttype=AUTO_START
 
# Allow the service to interact with the desktop.
 
wrapper.ntservice.interactive=false