Installation → Installing Servers and Agents → Server Installation → Silent Mode Server Installation → (Windows) Server Silent Installation → (Windows) Server Silent Installation: OptionsFile.txt Examples
This section contains examples of how to configure the install options in an optionsFile.txt file for a server silent install on Windows.
AgreeToLicense=Yes USE_EXISTING_SETTINGS="" SRA_USER_INSTALLDIR=C:\Documents and Settings\Administrator\.serena\ra SKIP_DB="" AGENT_MUTUAL_AUTH="" JMS_PORT=7918 DERBY_PORT=11377 DERBY_USER=serena_ra DERBY_PASSWORD=serena_ra IS_INSTALL_MODE=silent SRA_ADMIN=admin1234 SRA_ADMIN_PWD=password123 TC_PORT=8088
AgreeToLicense=Yes USE_EXISTING_SETTINGS=UseExisting SRA_USER_INSTALLDIR=C:\Documents and Settings\Administrator\.serena\ra SRA_ADMIN=admin1234 SRA_ADMIN_PWD=password123 TC_PORT=8080
AgreeToLicense=Yes SRA_USER_INSTALLDIR=C:\Documents and Settings\Administrator\.serena\ra SKIP_DB="" AGENT_MUTUAL_AUTH="" JMS_PORT=7918 DB_TYPE=oracle ORA_DB_CONN=jdbc:oracle:thin:@//serverName:1521/serena_ra ORA_DB_SCHEMA=serena_ra ORA_PASSWORD=password123 IS_INSTALL_MODE=silent SRA_ADMIN=admin1 SRA_ADMIN_PWD=1 TC_PORT=8081
AgreeToLicense=Yes SRA_USER_INSTALLDIR=C:\Documents and Settings\Administrator\.serena\ra SKIP_DB="" AGENT_MUTUAL_AUTH="" JMS_PORT=7918 DB_TYPE=sqlserver SQLSVR_DB_CONN=jdbc:sqlserver://serverName:1433;DatabaseName=serena_ra SQLSVR_USER=serena_ra SQLSVR_PASSWORD=mypassword SRA_ADMIN=admin1 SRA_ADMIN_PWD=1 TC_PORT=8080
AgreeToLicense=Yes SRA_USER_INSTALLDIR=C:\Documents and Settings\Administrator\.serena\ra SKIP_DB=SkipDB AGENT_MUTUAL_AUTH="" JMS_PORT=7918 DB_TYPE=sqlserver SQLSVR_DB_CONN=jdbc:sqlserver://serverName:1433;DatabaseName=serena_ra SQLSVR_USER=serena_ra SQLSVR_PASSWORD=mypassword IS_INSTALL_MODE=silent TC_PORT=8080
Copyright © 2011–2016 Serena Software, Inc. All rights reserved.