This section provides the list and description of the Linux/UNIX (AIX, Solaris) silent install options, and examples of the option settings needed for each database (Derby, Oracle, MySQL, and MS SQL Server).
For examples of the optionsFile.txt
, see "Examples: Linux/UNIX (AIX, Solaris) Silent Mode Server Installation".
Table 10. (Linux/UNIX (AIX, Solaris) Server silent install options
Note
The -V syntax is required.
This section contains sample Linux/UNIX (AIX, Solaris) optionsFile.txt files; each is configured for one of the databases (Derby, MySQL, Oracle, and MS SQL Server).
-V IS_SELECTED_INSTALLATION_TYPE=typical
-V SctFoundLoc=""
-V SctInstallLoc="/opt/serena/common"
-V DbDetailsVendor="mysql"
-V DbDetailsUser="sra"
-V DbDetailsPwd="sra"
-V DbDetailsDriver="com.mysql.jdbc.Driver"
-V dbDetailsDriverFilename=""
-V DbDetailsConnection="jdbc\:mysql\://localhost\:3306/serena_ra"
-V ServerDetailsMutualAuth="false"
-V IS_INSTALL_MODE="silent"
-V SctTomcatOwner=dmsys
-V SctTomcatPort="8080"
-V IS_SELECTED_INSTALLATION_TYPE="typical"
-V SctFoundLoc=""
-V SctInstallLoc="/opt/serena/common"
-V DbDetailsVendor="derby"
-V DbDetailsUser="User01"
-V DbDetailsPwd="MyPassword"
-V DbDetailsDriver="org.apache.derby.jdbc.ClientDriver"
-V dbDetailsDriverFilename=""
-V DbDetailsDerbyPort="11377"
-V DbDetailsConnection="jdbc\:derby\://localhost\:11377/data"
-V ServerDetailsMutualAuth="false"
-V IS_INSTALL_MODE="silent"
-V SctTomcatOwner="dmsys"
-V SctTomcatPort="8080"
-V IS_SELECTED_INSTALLATION_TYPE="typical"
-V SctFoundLoc=""
-V SctInstallLoc="/opt/serena/common"
-V DbDetailsVendor="oracle"
-V DbDetailsUser="User02"
-V DbDetailsPwd="MyPassword"
-V DbDetailsDriver="oracle.jdbc.driver.OracleDriver"
-V dbDetailsDriverFilename=""
-V DbDetailsConnection="jdbc\:oracle\:thin\:@localhost\:1521"
-V ServerDetailsMutualAuth="false"
-V IS_INSTALL_MODE="silent"
-V SctTomcatOwner="dmsys"
-V SctTomcatPort="8080"
-V IS_SELECTED_INSTALLATION_TYPE="typical"
-V SctFoundLoc=""
-V SctInstallLoc="/opt/serena/common"
-V DbDetailsVendor="sqlserver"
-V DbDetailsUser="User03"
-V DbDetailsPwd="MyPassword"
-V DbDetailsDriver="com.microsofl.sqlserver.jdbc.SQLServerDriver"
-V dbDetailsDriverFilename=""
-V DbDetailsConnection="jdbc\:sqlserver\://localhost\:1433;DatabaseName=serena_ra"
-V ServerDetailsMutualAuth="false"
-V IS_INSTALL_MODE="silent"
-V SctTomcatOwner="dmsys"
-V SctTomcatPort="8080"