Silent installation of golden gate 12.3 on 11.2.0.4 RHEL 6.4
Step 1 - create response file oggcore.rsp which is located in /your_software_location/fbo_ggs_Linux_x64_shiphome/Disk1/response/oggcore.rsp and make changes as below.
INSTALL_OPTION=ORA11g
SOFTWARE_LOCATION=/ggdata/app/ggs
START_MANAGER=NO
DATABASE_LOCATION=
INVENTORY_LOCATION=/u001/oracle/oraInventory
UNIX_GROUP_NAME=dba
Step 2 - Run the installer in silient mode.
./runInstaller -silent -responseFile /orabackup/SOFTWARE/GG_12.3/fbo_ggs_Linux_x64_shiphome/Disk1/response/oggcore.rsp
Step 3 - Check logs frequently. At the end it should show, set-up completed successfully.
tail -f /u001/oracle/oraInventory/logs/installActions2019-01-10_02-41-26PM.log
Step 4 - Create subdirs. This is necessary for manager process to work.
GGSCI (TEST1) 3> create subdirs
Creating subdirectories under current directory /ggdata/app/ggs
Parameter file /ggdata/app/ggs/dirprm: created.
Report file /ggdata/app/ggs/dirrpt: created.
Checkpoint file /ggdata/app/ggs/dirchk: created.
Process status files /ggdata/app/ggs/dirpcs: created.
SQL script files /ggdata/app/ggs/dirsql: created.
Database definitions files /ggdata/app/ggs/dirdef: created.
Extract data files /ggdata/app/ggs/dirdat: created.
Temporary files /ggdata/app/ggs/dirtmp: created.
Credential store files /ggdata/app/ggs/dircrd: created.
Masterkey wallet files /ggdata/app/ggs/dirwlt: created.
Dump files /ggdata/app/ggs/dirdmp: created.
Step 5 - Edit mgr process to include relevant options and start the process.
GGSCI (TEST1) 4> edit params mgr
GGSCI (TEST1) 2> view params mgr
--Port number that manager runs on
PORT 7850
-- DYNAMICPORTLIST
DYNAMICPORTLIST 7819-12818
--Forces manager to restart extract, datapump and replicat if they shut down
AUTORESTART ER *, RETRIES 12, WAITMINUTES 5, RESETMINUTES 60
GGSCI (TEST1) 5> start mgr
Manager started.
GGSCI (TEST1) 6> info all
Program Status Group Lag at Chkpt Time Since Chkpt
MANAGER RUNNING
No comments:
Post a Comment