GoldenGate Director Installation manual
1. Installation Environment:
10.100.132.38, redhat 6.4
2. Installation check:
JRE1.6 installed , weblogicinstalled, Oracle database not installed
3. Install ORACLE Database
To install the Oracle 11g Database:
http://blog.csdn.net/royzhang7/article/details/43529623
4. Setting the JAVA environment variable
[Email protected] ~]# echo $JAVA _home
[Email protected] ~]# Vi/etc/profile
Export java_home=/app/java6_64/jdk1.6.0_45
Export path= $JAVA _home/bin: $PATH
Export classpath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar
"/etc/profile" 80L, 1939C written
[Email protected] ~]# Source/etc/profile
5. Create gg_dir Database Users
[Email protected] ~]# su-oracle
[Email protected] ~]$ Sqlplus/as SYSDBA
sql> Create Tablespace Ggdir_tbs
2 Logging
3 datafile '/app/oracle/oradata/ggdir/datafile/ggdir01.dbf ' size 500m
4 autoextend on;
Tablespace created.
Sql> create user Gg_dir identified by ggadmin1 default Tablespace Ggdir_tbs;
User created.
Sql> Grant Connect,resource to Gg_dir;
Grant succeeded.
6. Upload gg-director-server installation files and install
[[email protected] app]# ls
Deployment domains gg-director-serversetup_unix_v11_1_1_1_0_001.sh Installmedium java6_64 lost+found Oracle
Orainventory WebLogic
[Email protected] app]# sh gg-director-serversetup_unix_v11_1_1_1_0_001.sh
Testing JVM in/app/java6_64/jdk1.6.0_45 ...
Starting Installer ...
Feb 2, 3:08:53 PM java.util.prefs.filesystempreferences$2 Run
Info:created User Preferences directory.
7. Use the Modify script to invoke the Gg_director startup script to start the background run
[Email protected] ~]# Cd/app
[Email protected] app]# CD domains
[[Email protected] domains]# CD bin
[Email protected] bin]# VI startadmin.sh
#startAdmin
Mem_args= "-xms1024m-xmx1024m-xx:maxpermsize=256m"
nohup/app/gg-director/domain/bin/startweblogic.sh >/app/domains/appdomain.logs/adminserver.out 2>&1 &
Tail-f/app/domains/appdomain.logs/adminserver.out
~
~
~
"Startadmin.sh" 5L, 221C written
[Email protected] bin]# sh startadmin.sh
<2015-2-2 afternoon at the time of the minute cst> <notice > <WebLogicServer> <BEA-000331> <started WebLogic Admin Server "localhost" for domain "domain" running I N Development mode>
<2015-2-2 pm 03 33 sub 21 cst> <notice> <weblogicserver> < bea-000365> <server state changed to running>
<2015-2-2 afternoon at the time of the minute cst> <notice > <WebLogicServer> <BEA-000360> <server started in RUNNING mode>
[Email protected] bin]#
Display running mode indicates a successful start
8, server -side installation completed, the local computer installed client side, and configure users, data sources and so on
Goldengate Director installation configuration