################################################################################
#############    SILENT INSTALLER FOR REPCONNECTOR INSTALLATION    #############
################################################################################


################################################################################
# IMPORTANT NOTE BEFORE STARTING:
#  1. If using BEA Weblogic, ensure Application Server is running.
#  2. Usage: <installer> -silent -options InstallOptions.txt
################################################################################


################################################################################
# By setting the following argument to "true", you are agreeing to the
# Sybase License Agreement.  Please read the License Agreement before you agree
# to it
################################################################################
-W SybaseLicense.agreeToLicense="True"


################################################################################
# Select the type of install you would like:
#
#  Deploy RepConnector to EAServer - InstallTypeBean.InstallType="1"
#  Deploy RepConnector to Weblogic - InstallTypeBean.InstallType="2"
#  Install RepConnector Manager    - InstallTypeBean.InstallType="3"
#
################################################################################
-W InstallTypeBean.InstallType="1"


################################################################################
# Select the RepConnector Manager install option you would like:
# ( only applies if InstallTypeBean.InstallType="3" )
#
#  Install RepConnector Manager to an existing Eclipse - UITypeBean.UIType="1"
#  Install both RepConnector Manager and Eclipse       - UITypeBean.UIType="2"
#
################################################################################
#-W UITypeBean.UIType="2"


################################################################################
#
# SySam info
#
# SySam License Server Info
#
#  SySamServer.useLicenseServer - True/False, licenses obtained from a
#                                 license server
#  SySamServer.hostName - if using a license server, the server host name
#  SySamServer.portNumber - if using a license server, the port number
#                           between 1025 and 65535
#                           leave blank for default
#
################################################################################
-W SySamServer.useLicenseServer="True"
-W SySamServer.hostName="localhost"
-W SySamServer.portNumber=""


################################################################################
#
# SySam info
#
# SySam Email alerts
#
#  SySamNotification.enableNotification - True/False, configure email alerts
#  SySamNotification.smtpHostName - The SMTP server host name
#  SySamNotification.smtpPortNumber - The SMTP server port number
#  SySamNotification.emailSender - The alert sender email address
#  SySamNotification.emailRecipients - Recipient emails, comma separated
#  SySamNotification.emailSeverity - INFORMATIONAL/WARNING/ERROR
#
################################################################################
-W SySamNotification.enableNotification="True"
-W SySamNotification.smtpHostName="smtp"
-W SySamNotification.smtpPortNumber="25"
-W SySamNotification.emailSender="SySamAlertSender@email.com"
-W SySamNotification.emailRecipients="user@email.com"
-W SySamNotification.emailSeverity="WARNING"


################################################################################
# EAServer Application Server information 
#  installLocation - The Application Server directory
################################################################################
-P installLocation="/opt/sybase/EAServer"


################################################################################
# Weblogic Application Server information
#  installLocation - The Application Server directory
#  ServerInfo.hostName - The host name of the platform being installed on
#  ServerInfo.userName - The Application Server's administrative user
#  ServerInfo.password - The Application Server's administrative password
#  ServerInfo.domainName - The Application Server's domain (Weblogic only)
#  ServerInfo.serverName - The Application Server's server (Weblogic only)
#  ServerInfo.portNumber - The Application Server's http port (Weblogic only)
################################################################################
#-P installLocation="/work/software/bea10"
#-W ServerInfo.hostName="host"
#-W ServerInfo.userName="weblogic"
#-W ServerInfo.password="weblogic"
#-W ServerInfo.domainName="mydomain"
#-W ServerInfo.serverName="AdminServer"
#-W ServerInfo.portNumber="7001"


##########################################
# DO NOT EDIT THE FOLLOWING
##########################################
-G replaceNewerResponse="yesToAll"
-G replaceExistingResponse="yesToAll"
