D Oracle GoldenGate Veridata Silent Installation
To run the Oracle GoldenGate Veridata silent installation, you must provide a valid response file that contains information about the installation.
Prerequisites
For more information, see Prerequisites for Installing Oracle GoldenGate Veridata.
Sample Response File for Oracle GoldenGate Veridata Installation
[ENGINE] #DO NOT CHANGE THIS. VERSION=1.0.0.0.0 [Generic] #The Middleware home location. MIDDLEWARE_HOME= #The Oracle home location. ORACLE_HOME= #Set this to false if you wish to update software automatically DECLINE_AUTO_UPDATES=false #If the Software updates are already downloaded and available on your local system, then specify the path to the directory where these patches are available and set SPECIFY_DOWNLOAD_LOCATION to true AUTO_UPDATES_LOCATION= #Set this variable value to the Installation Type selected.
Creating Response File
For Oracle GoldenGate Veridata Installer you need a response file saved
as follows: /u01/software/vdt.rsp
:
[ENGINE] VERSION=1.0.0.0.0 [Generic] MIDDLEWARE_HOME=/scratch/aime1/work/mw1616 ORACLE_HOME=/scratch/aime1/work/mw1616 DECLINE_AUTO_UPDATES=false AUTO_UPDATES_LOCATION=/net/adcnas418/export/farm_fmwqa/ARU CUSTOM_TYPE=false INSTALL_TYPE=Complete/GoldenGate Veridata Agent Installation/GoldenGate Veridata Web Server Installation [SYSTEM] [APPLICATIONS] [RELATIONSHIPS]
Oracle GoldenGate Veridata Silent Installation
The following command shows how to initiate the installation in a silent mode:
$JAVA_HOME/bin/java -jar /u01/software/fmw_12.2.1.4.0_ogg.jar -silent
-responseFile /u01/software/vdt.rsp
.
For more information about the parameters in the response files and Silent Installation Syntax and Commands, see Oracle Universal Installer Response File Parameters in Oracle Fusion Middleware Installing Software with the Oracle Universal Installer Guide.
Sample Response Types
To install agent and server both:
INSTALL_TYPE=Complete
To install server only:
INSTALL_TYPE=GoldenGate Veridata Web Server Installation
To install agent only:
INSTALL_TYPE=GoldenGate Veridata Agent Installation