Installation → Installing Servers and Agents → Server Installation → Silent Mode Server Installation → (UNIX/Linux) Server Silent Installation → (UNIX/Linux) Server Silent Installation Options
This section provides the list and description of the UNIX/Linux silent install options, and examples of the option settings needed for each type of database.
For examples of the option settings needed for each database type, see (UNIX/Linux) Server Silent Installation: optionsFile.txt Examples.
Option | Default | Description |
---|---|---|
-V IS_SELECTED_INSTALLATION_TYPE |
typical | Must be set to typical; do not enclose in quotes |
-P installLocation |
Specify the directory into which to install the Deployment Automation server. The –P property is used by the silent installation tool as the location to place files on disk. This should be set to /opt/serena/sra | |
-V IS_DESTINATION |
Specify the directory into which to install the Deployment Automation server. The –V variable is used in the business logic. This should be set to /opt/serena/sra | |
-V ServerDetailsUseExisting |
false | To skip the
database install and administration part of the installation, include this and
set it to
true.
Important: Use only if there are existing
Deployment Automation
settings populated in the directory specified by:
SRA_USER_INSTALLDIR.
|
-V ServerDetailsSkipDb |
false | To skip the database creation, include this and set it to true. |
-V ServerDetailsPort |
7918 | Server port |
-V ServerDetailsMutualAuth |
false | To use agent mutual authentication, specify this and set it to true. For more information, see Secure Socket Layer (SSL) Configuration. |
-V SctFoundLoc |
To reuse an existing installation of Serena Common Tomcat, specify this and set it to true. When this is set to true, you must also include the SctInstallLoc option. | |
-V SctInstallLoc |
(Required) If you specify the SctFoundLoc option to reuse an existing installation of Serena Common Tomcat, you must use this option to specify the location of the existing Serena Common Tomcat. | |
-V DbDetailsVendor |
derby | Use this to specify a database vendor other than the default: oracle or sqlserver |
-V DbDetailsUser |
serena_ra | Database user ID |
-V DbDetailsPwd |
password | Password for database user ID |
-V DbDetailsDatabaseName |
Database name (SQL Server only) | |
-V DbDetailsSchema |
(Required for Oracle) Database schema | |
-V dbDetailsDriverFilename |
Required for a
database other than Derby; specify a database driver file.
Note:
The first "d" must be lowercase in this parameter only. |
|
-V DbDetailsDerbyPort |
Required for Derby, this specifies the Derby port, 11377 | |
-V DbDetailsConnection |
Database connection | |
-V IS_INSTALL_MODE |
Required; installation mode must be set to silent | |
-V AdminDetailsName |
Required
installation owner's administration user name
CAUTION: Once created, you cannot remove the built-in
administrative user through the user interface. Therefore, you should create
this user using your organization's naming standards.
|
|
-V AdminDetailsPwd |
Required user-defined password for the username set by the AdminDetailsName option | |
-V SctTomcatOwner |
System user to own the Serena Common Tomcat files, required only for new Serena Common Tomcat installations | |
-V SctTomcatPort |
8080 | Tomcat port, required only for new Serena Common Tomcat installations. See the SctFoundLoc option. |
Copyright © 2011–2016 Serena Software, Inc. All rights reserved.