Goldengate director installation configuration, goldengatedire
GoldenGate ctor installation manual
1. installation environment:
10.100.132.38, redhat 6.4 64-bit
2. Installation check:
JRE1.6 is installed, weblogic is installed, and Oracle database is not installed
3. Install the ORACLE database
Install the oracle 11g Database:
Http://blog.csdn.net/royzhang7/article/details/43529623
4. Set JAVA environment variables
[Root @ localhost ~] # Echo $ JAVA_HOME
[Root @ localhost ~] # 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
[Root @ localhost ~] # Source/etc/profile
5. Create a gg_dir Database User
[Root @ localhost ~] # Su-oracle
[Oracle @ localhost ~] $ Sqlplus/as sysdba
SQL> create tablespace ggdir_tbs
2 logging
3 datafile '/app/oracle/oradata/GGDIR/datafile/ggdir01.dbf' size 500 m
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 and install the gg-director-server Installation File.
[Root @ localhost app] # ls
Deployment domains gg-director-serversetup_unix_v11_1_1_1_0_001.sh installmedium java6_64 lost + found oracle
OraInventory weblogic
[Root @ localhost 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, 2015 3:08:53 java. util. prefs. FileSystemPreferences $2 run
INFO: Created user preferences directory.
7. Use the modification script to call the gg_director STARTUP script for background startup.
[Root @ localhost ~] # Cd/app
[Root @ localhost app] # cd domains
[Root @ localhost domains] # cd bin
[Root @ localhost bin] # vi startAdmin. sh
# StartAdmin
MEM_ARGS = "-Xms1024m-Xmx1024m-XX: MaxPermSize = 256 m"
Nohup/app/gg-ctor/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
[Root @ localhost bin] # sh startAdmin. sh
<03:33:21 P.M. CST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "localhost" for domain "domain" running in Development Mode>
<03:33:21 P.M. CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<03:33:21 P.M. CST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
[Root @ localhost bin] #
Running mode indicates that the instance is started successfully.
8. After the server is installed, install the client on the Local Computer and configure users and data sources.