Creating a Response File for RepConnector Silent Installation

Edit the installation settings in the InstallOptions.txt file.

  1. Navigate to the installation directory and use a text editor to open the InstallOptions.txt file.
  2. Locate the InstallTypeBean.InstallType section and set:
    • For JBoss – InstallTypeBean.InstallType=“1
    • For WebLogic – InstallTypeBean.InstallType=“2
    For example:
    -W InstallTypeBean.InstallType="1"
  3. Locate the Sybase Software Asset Management License information section and set:
    • SySamServer.useLicenseServer – valid values are true or false. Set to true to obtain a license from the server; set it to false to use an unserved license.
    • SySamServer.hostname – if you are using a served license, enter the server host name.
    • SySamServer.portNumber – if you are using a served license, enter the license server port number. Leave the entry blank to use the default port number.

    For example:

    -W SySamServer.useLicenseServer="True"
    -W SySamServer.hostName="localhost"
    -W SySamServer.portNumber=""
  4. Locate and set SySAM e-mail configuration if necessary:
    For example:
    -W SySamNotification.enableNotification="True"
    -W SySamNotification.smtpHostName="smtp.mycompany.com"
    -W SySamNotification.smtpPortNumber="25"
    -W SySamNotification.emailSender="SySamAlertSender@email.com"
    -W SySamNotification.emailRecipients="user@email.com"
    -W SySamNotification.emailSeverity="WARNING"
  5. Locate the InstallLocation section and set it to the JBoss or WebLogic home directory where RepConnector will be installed.
    For example:
    • For a JBoss installation on UNIX:
      -P installLocation="/work/software/jboss7"
    • For a WebLogic installation on UNIX:
      -P installLocation=${WL_HOME}

      where ${WL_HOME} is the /path/to/wl_home.

  6. Set these application server parameters. Enter:
    • ServerInfo.hostName – the machine name where you have installed the application server.
    • ServerInfo.userName – the application server administrative user name.
    • ServerInfo.password – the application server user password.
    • ServerInfo.domainName – the application server domain name.
    • ServerInfo.serverName – the application server name.
    • ServerInfo.portNumber – the application server’s HTTP port number.

    For example:

    -W ServerInfo.hostName="myhost"
    -W ServerInfo.userName="weblogic"
    -W ServerInfo.password="weblogic"
    -W ServerInfo.domainName="mydomain"
    -W ServerInfo.serverName="AdminServer"
    -W ServerInfo.portNumber="7001"