We can install 12c Goldengate both in silent and GUI mode.
1. Silent mode:
A. Extract GG binary ( In my test case its at /oradata/CDB/goldengate/config/ )
cd /oradata/CDB/goldengate/config/Disk1/response
B. Create response file gg.rsp with below contents ( Change it as per your env ):
INSTALL_OPTION=ORA11g
SOFTWARE_LOCATION=/oradata/test/goldengate/config/sys
START_MANAGER=TRUE
MANAGER_PORT=7809
DATABASE_LOCATION=/usr/orasys/11.2.0.4
INVENTORY_LOCATION=/home/oracle/oraInventory
UNIX_GROUP_NAME=dba
C. cd /oradata/CDB/goldengate/config/Disk1
then run:
./runInstaller -silent -executePrereqs -responseFile /oradata/CDB/goldengate/config/Disk1/response/gg.rsp -showProgress -local
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 323 MB Passed
Checking swap space: must be greater than 150 MB. Actual 2047 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-02-07_10-45-57PM. Please wait ...127:CDB_myhost:/oradata/CDB/goldengate/config/Disk1> [WARNING] [INS-75016] Cluster detected: Specified software location is not shared.
It is recommended to install Oracle GoldenGate entirely on shared storage.
CAUSE: The specified software location may not be accessible from one or more cluster nodes.
ACTION: Specify the software location on a shared storage.
You can find the log of this install session at:
/home/oracle/oraInventory/logs/installActions2014-02-07_10-45-57PM.log
Prepare in progress.
.................................................. 9% Done.
Prepare successful.
Copy files in progress.
.................................................. 47% Done.
.................................................. 58% Done.
.................................................. 69% Done.
.................................................. 74% Done.
.................................................. 79% Done.
.................................................. 85% Done.
..........
Copy files successful.
Link binaries in progress.
..........
Link binaries successful.
Setup files in progress.
.................................................. 90% Done.
Setup files successful.
The installation of Oracle GoldenGate Core was successful.
Please check '/home/oracle/oraInventory/logs/silentInstall2014-02-07_10-45-57PM.log' for more details.
Configuring and starting manager... in progress.
.................................................. 100% Done.
Configuring and starting manager... successful.
Successfully Setup Software.
2. GUI mode:
Note: In GUI I used 12c database.
./runInstaller
No comments:
Post a Comment