Installation → Installing Servers and Agents → Server Installation → Silent Mode Server Installation → (UNIX/Linux) Server Silent Installation → (UNIX/Linux) Server Silent Installation: optionsFile.txt Examples
This section contains examples of how to configure the installation options in an optionsFile.txt file for a server silent installation on UNIX/Linux.
Examples are given for Oracle and SQL Server as those are expected to be used in a production environment.
-V IS_SELECTED_INSTALLATION_TYPE=typical -P installLocation="/opt/microfocus/da" -V ServerDetailsInstallLoc="/opt/microfocus/da/dmsys/.microfocus/da" -V DbDetailsVendor="oracle" -V DbDetailsUser="User02" -V DbDetailsPwd="MyPassword" -V DbDetailsSchema="da" -V DbDetailsConnection="jdbc\:oracle\:thin\:@//serverName\:1521/sraoracle" -V ServerDetailsMutualAuth="false" -V IS_INSTALL_MODE="silent" -V AdminDetailsName="admin123" -V AdminDetailsPwd="mypassword123" -V SctTomcatOwner="dmsys" -V SctTomcatPort="8080" -V ServerDetailsSkipDb=false -V ServerDetailsUseExisting=false -V DbDetailsVendorDerby=false
-V IS_SELECTED_INSTALLATION_TYPE=typical -P installLocation="/opt/microfocus/da" -V ServerDetailsInstallLoc="/opt/microfocus/da/dmsys/.microfocus/da" -V DbDetailsVendor="sqlserver" -V DbDetailsUser="User03" -V DbDetailsPwd="MyPassword" -V DbDetailsDatabaseName="da" -V DbDetailsConnection="jdbc\:jtds\:sqlserver\://serverName\:1433/da" -V ServerDetailsMutualAuth="false" -V IS_INSTALL_MODE="silent" -V AdminDetailsName="admin123" -V AdminDetailsPwd="mypassword123" -V SctTomcatOwner="dmsys" -V SctTomcatPort="8080" -V DbDetailsVendorDerby=false
Copyright © 2011–2019 Micro Focus or one of its affiliates. All rights reserved.