Wednesday, May 27, 2020

Goldengate silent installation 19.1

goldengate 19.1 installation silent mode;
========================================
1. Download file below.
----------------------

Oracle GoldenGate 19.1.0.0.4 for Oracle on Linux x86-64

2. After unzip, you will get the file fbo_ggs_Linux_x64_shiphome
----------------------------------------------------------------

3. create response file.
------------------------

[oracle@localhost opt]$ cd /opt/fbo_ggs_Linux_x64_shiphome/Disk1/response


[oracle@localhost response]$ cat oggcore.rsp

####################################################################
## Copyright(c) Oracle Corporation 2019. All rights reserved.     ##
##                                                                ##
## Specify values for the variables listed below to customize     ##
## your installation.                                             ##
##                                                                ##
## Each variable is associated with a comment. The comment        ##
## can help to populate the variables with the appropriate        ##
## values.                                                        ##
##                                                                ##
## IMPORTANT NOTE: This file should be secured to have read       ##
## permission only by the oracle user or an administrator who     ##
## own this installation to protect any sensitive input values.   ##
##                                                                ##
####################################################################

#-------------------------------------------------------------------------------
# Do not change the following system generated value.
#-------------------------------------------------------------------------------
oracle.install.responseFileVersion=/oracle/install/rspfmt_ogginstall_response_schema_v19_1_0


################################################################################
##                                                                            ##
## Oracle GoldenGate installation option and details                          ##
##                                                                            ##
################################################################################

#-------------------------------------------------------------------------------
# Specify the installation option.
# Specify ORA19c for installing Oracle GoldenGate for Oracle Database 19c or
#         ORA18c for installing Oracle GoldenGate for Oracle Database 18c or
#         ORA12c for installing Oracle GoldenGate for Oracle Database 12c or
#         ORA11g for installing Oracle GoldenGate for Oracle Database 11g
#-------------------------------------------------------------------------------
INSTALL_OPTION=ORA12c

#-------------------------------------------------------------------------------
# Specify a location to install Oracle GoldenGate
#-------------------------------------------------------------------------------
SOFTWARE_LOCATION=/u01/app/oracle/product/12.2.0/oggcore_1

#-------------------------------------------------------------------------------
# Specify true to start the manager after installation.
#-------------------------------------------------------------------------------
START_MANAGER=

#-------------------------------------------------------------------------------
# Specify a free port within the valid range for the manager process.
# Required only if START_MANAGER is true.
#-------------------------------------------------------------------------------
MANAGER_PORT=7809

#-------------------------------------------------------------------------------
# Specify the location of the Oracle Database.
# Required only if START_MANAGER is true.
#-------------------------------------------------------------------------------
DATABASE_LOCATION=/u01/app/oracle/product/12.2.0/dbhome_1


################################################################################
##                                                                            ##
## Specify details to Create inventory for Oracle installs                    ##
## Required only for the first Oracle product install on a system.            ##
##                                                                            ##
################################################################################

#-------------------------------------------------------------------------------
# Specify the location which holds the install inventory files.
# This is an optional parameter if installing on
# Windows based Operating System.
#-------------------------------------------------------------------------------
INVENTORY_LOCATION=/u01/app/oraInventory

#-------------------------------------------------------------------------------
# Unix group to be set for the inventory directory.
# This parameter is not applicable if installing on
# Windows based Operating System.
#-------------------------------------------------------------------------------
UNIX_GROUP_NAME=oinstall
[oracle@localhost response]$

4. Install in silent mode.
--------------------------
[oracle@localhost Disk1]$ ./runInstaller -silent -nowait -responseFile /home/ora                                                                                        cle/Desktop/fbo_ggs_Linux_x64_shiphome/Disk1/response/oggcore.rsp
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 64899 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 1055 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2020-05-25_01                                                                                        -56-08PM. Please wait ...[oracle@localhost Disk1]$ PuTTY X11 proxy: unable to co                                                                                        nnect to forwarded X server: Network error: Connection refused
You can find the log of this install session at:
 /u01/app/oraInventory/logs/installActions2020-05-25_01-56-08PM.log
Successfully Setup Software.
The installation of Oracle GoldenGate Core was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2020-05-25_01-56-08PM.log'                                                                                         for more details.

install log
===========
[oracle@localhost ContentsXML]$ cat /u01/app/oraInventory/logs/silentInstall2020-05-25_01-56-08PM.log
silentInstall2020-05-25_01-56-08PM.log
The installation of Oracle GoldenGate Core was successful.

5.connecting to goldengate;
--------------------------
[oracle@localhost ~]$ cd /u01/app/oracle/product/12.2.0/oggcore_1
[oracle@localhost oggcore_1]$ ./ggsci

Oracle GoldenGate Command Interpreter for Oracle
Version 19.1.0.0.4 OGGCORE_19.1.0.0.0_PLATFORMS_191017.1054_FBO
Linux, x64, 64bit (optimized), Oracle 12c on Oct 18 2019 01:38:51
Operating system character set identified as UTF-8.

Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.



No comments:

Post a Comment