SlideShare uma empresa Scribd logo
1 de 98
Baixar para ler offline
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Oracle GoldenGate Monitor 12c (R12.2.1)
セットアップガイド ver.1.1
2016年1月
日本オラクル株式会社
クラウド&テクノロジー事業統括
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Safe Harbor Statement
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracle’s products remains at the sole discretion of Oracle.
2
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
はじめに
• 本資料では、Oracle GoldenGate Monitor R12.2.1 の環境構築から
動作確認までの一連の手順について説明します。
• 本資料は製品マニュアルを補足する資料です。
手順の一例としてご活用ください。
– Oracle® GoldenGate Installing and Configuring Oracle GoldenGate Monitor
• https://docs.oracle.com/goldengate/m1221/gg-monitor/GMINS/toc.htm
3
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
前提知識:GoldenGate Monitorのアーキテクチャ
4
WebLogic Server
ドメイン
Monitor リポジトリDB
Webから操作
Monitor
Agent
Monitor
Server
データベース・サーバ
Oracle GoldenGate
JMX/SSL
Manager
Extract/
Replicat
Monitor
Agent
データベース・サーバ
Oracle GoldenGate
Manager
Extract/
Replicat
Monitor
Agent
データベース・サーバ
Oracle GoldenGate
Manager
Extract/
Replicat
JDBC
コマンドライン
統合
外部モニタ
リングシステム
Eメール
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
前提知識:Monitorの各モジュールの説明
1. Monitorサーバ
– 複数のGoldenGateインスタンスの監視をコー
ディネートするJavaアプリケーション
– Monitorエージェントから送信される情報を処
理してWebブラウザに表示
– ユーザロール、履歴、表示情報、イベントから
トリガーされる通知の管理
– WebLogic Server上で動作
1. Monitor Java エージェント
– GoldenGateインスタンス毎に配置されるJavaア
プリケーション
– GoldenGateインスタンスから監視情報を収集
して、Monitorサーバに送信
2. Monitorリポジトリ
– ユーザ、グループ、処理ステータス、イベント
等の情報を格納するためのセントラル・データ
ベース
5
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Agenda
事前の環境準備
Oracle GoldenGate Monitorのインストール
Oracle GoldenGate Monitor Serverのセットアップ
Oracle GoldenGate Monitor Agentのセットアップ
Oracle GoldenGate Monitorのアンインストール
6
1
2
3
4
5
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Agenda
事前の環境準備
Oracle GoldenGate Monitorのインストール
Oracle GoldenGate Monitor Serverのセットアップ
Oracle GoldenGate Monitor Agentのセットアップ
Oracle GoldenGate Monitorのアンインストール
7
1
2
3
4
5
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
1-1.本資料の環境情報
• 本資料で構成する環境は以下を使用しています。
–OS
• Oracle Linux Server Release 7.0 (64bit)
–ソフトウェア
• JDK 1.8.0_51
• Oracle WebLogic Server 12c(12.2.1)
• Oracle Database 12.1.0.2.0
• Oracle GoldenGate Monitor R12.2.1
• Oracle Fusion Middleware Infrastructure R12.2.1
8
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
1-2.Certifyされている構成
• 動作を確認している構成(Certifyされている構成)は、下記の資料に記載
されています。
– System Requirements and Supported Platforms for Oracle Fusion Middleware 12c
– http://www.oracle.com/technetwork/middleware/fusion-
middleware/documentation/fmw-1221certmatrix-2739738.xlsx
9
Monitorサーバ
– SYSTEMタブ:OS/Java要件の確認
Monitorリポジトリ
– DATABASEタブ:「Fusion Middleware
Infrastructure」がCertifyされている環境および接
続方法を確認(DB2以外)
Monitor エージェント
– SYSTEMタブ:OS/Javaの確認
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
1-2.システム要件 ~ Monitorサーバ
• OS
– Certification Matrix「Systemタブ」からご確認下さい。
• Java Environment
– JDK 1.8.0_40以降
• OSのバージョンによってはJDK1.8をCertifyしていない場合があるのでご注意ください。
• Oracle JDK 8 and JRE 8 Certified System Configurations
– http://www.oracle.com/technetwork/java/javase/certconfig-2095354.html
10
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
1-2.システム要件 ~ Monitorリポジトリ
• 下記のデータベースの利用が可能です。
– 各ベンダによりサポートされているバージョンをご利用下さい。
• Oracle 11.2.0.4, 12.1.0.1+
• Microsoft SQL Server 2012
– Certification Matrix「Databaseタブ」からご確認下さい。
– 但し、DB2はサポートしていません。また、マニュアル中にMySQLをサポートするという記載があります
が、このバージョンでサポートしていません。
• リポジトリのキャラクタセットはAL32UTF8である必要があります。
• Oracleのプラガブル・データベースはサポートしますが、コンテナ・データベースはサポートしません。
11
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
1-2.システム要件 ~ Monitorエージェント
• GoldenGate Core製品が事前にインストールされている環境が必要です。
• Java Environment
– JDK 1.8.0_40以降
12
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
1. Oracle Software Delivery Cloudにサイ
ンインします。
2. 文章を読み、輸出規制に受諾する場
合は「受諾」ボタンを押します。
13
1-3.メディアのダウンロード(1/4)
http://edelivery.oracle.com
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
3. 「製品」で、「Oracle Management Pack
for Oracle GoldenGate」を選択し、プ
ラットフォームも選択します。
4. 続いて「製品」で「Oracle WebLogic
Server, Standard Edition」とプラット
フォームを選択し「続行」を押します。
14
1-3.メディアのダウンロード(2/4)
「Management Pack for Oracle GoldenGate」ではないのでご注意ください。
V
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
5.「12.2.1.0.0」というバージョンが選択され
ていることを確認して「続行」ボタンを押
します。
6. 「オラクル標準の条件及び規制」のライ
センス契約を十分読み、受諾する場合
は「続行」ボタンを押します。
15
1-3.メディアのダウンロード(3/4)
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1.事前の環境準備
7. 右記のメディアのファイル名をクリック
して、ダウンロードします。
8. Zipファイルを解凍しておきます。
1. Oracle GoldenGate Monitor 12.2.1.0.0
for Linux x86-64
– Oracle Fusion Middleware 12c (12.2.1.0.0)
GoldenGate Monitor and Veridata
– 解凍後ファイル名:fmw_12.2.1.0.0_ogg.jar
2. Oracle WebLogic Server Standard
Edition 12.2.1.0.0 for Linux x86-64
– Oracle Fusion Middleware 12c (12.2.1.0.0)
Infrastructure
– 解凍後ファイル名:
fmw_12.2.1.0.0_infrastructure.jar
16
1-3.メディアのダウンロード(4/4)
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Agenda
事前の環境準備
Oracle GoldenGate Monitorのインストール
Oracle GoldenGate Monitor Serverのセットアップ
Oracle GoldenGate Monitor Agentのセットアップ
Oracle GoldenGate Monitorのアンインストール
17
1
2
3
4
5
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
2-1. JDKのインストール
• JDK 1.8(JDK 1.8.0_40以上、本例ではJDK 1.8.0_51 )をインストールします。
– 事前に取得したJDK( jdk-8u51-linux-x64.tar.gz )をインストール
• # gunzip jdk-8u51-linux-x64.tar.gz
• # tar -xvf jdk-8u51-linux-x64.tar -C /usr/java/
– インストール後、環境変数(JAVA_HOMEとPATH)を設定
• export JAVA_HOME=/usr/java/jdk1.8.0_51
• export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH
Monitor ServerMonitor Agent
18
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
1. Monitor Serverをインストールするマシ
ンで、下記のコマンドでダウンロードし
たパッケージを起動します。
– $java -jar
fmw_12.2.1.0.0_infrastructure.jar
1. Monitorサーバをインストールするマシ
ンで、FMW Infrastructureをインストー
ルします。
2. このモジュールにより、WebLogic
Server及び共通モジュールJRF(Java
Required Files)がインストールされます。
19
2-2.FMW Infrastructureのインストール(1/6)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
2. 初期画面で「次へ」を選択します。 3. 自動更新画面で、適切なオプションを
選択します。本例では「自動更新をス
キップ」を選択します。
20
2-2.FMW Infrastructureのインストール(2/6)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
4. インストール先(Oracleホーム)を選択
して「次」を押します。
5. 「Fusion Middlewareインフラストラク
チャ」を選択し「次」を押します。
21
2-2.FMW Infrastructureのインストール(3/6)
*後ほどORACLE_HOMEの設定で使用するので控えておきます。
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
6. チェックが終了したら「次へ」を押します。 7. 必要に応じて連絡先の電子メールを入
力し「次へ」を押します。
22
2-2.FMW Infrastructureのインストール(4/6)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
8. ステップ7で電子メールを指定したくな
い場合ワーニングが出ますが、「はい」
を押してスキップ可能です。
9. サマリをチェックし問題なければ「イン
ストール」を押します。
23
2-2.FMW Infrastructureのインストール(5/6)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
11. 全てのステップが終了したら「次」を押
します。
12. WebLogicのインストールは終了です。
「終了」ボタンを押して終了します。
24
2-2.FMW Infrastructureのインストール(6/6)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
1. 下記のコマンドでダウンロードしたパッ
ケージを起動します。
– java -jar fmw_12.2.1.0.0_ogg.jar
2. ようこそ画面で「次」ボタンをクリックし
ます。
2-3.Oracle GoldenGate Monitorのインストール(1/5)
Monitor Server
25
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
3. 適切なオプションを選択し、「次」ボタン
をクリックします。本例では、「自動更
新をスキップ」を選択します。
4. Fusion Infrastructureをインストールし
たOracleホームを選択して「次」ボタン
をクリックします。
26
2-3.Oracle GoldenGate Monitorのインストール(2/5)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
5. 「Oracle GoldenGate Monitorサー
バー」を選択して、「次」ボタンをクリッ
クします。
6. 前提条件のチェックが終わったら「次」
を押します。
27
2-3.Oracle GoldenGate Monitorのインストール(3/5)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
7. 画面の内容を確認し、問題なければ
「インストール」を押します。
8. 全てのステップが問題なく終了したら
「次」を押します。
28
2-3.Oracle GoldenGate Monitorのインストール(4/5)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
2.Oracle GoldenGate Monitorのインストール
9. Monitorサーバのインストールは終了
です。「終了」ボタンを押して終了しま
す。
29
2-3.Oracle GoldenGate Monitorのインストール(5/5)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Agenda
事前の環境準備
Oracle GoldenGate Monitorのインストール
Oracle GoldenGate Monitor Serverのセットアップ
Oracle GoldenGate Monitor Agentのセットアップ
Oracle GoldenGate Monitorのアンインストール
30
1
2
3
4
5
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-1.Monitor用Database Repositoryの作成(1/7)
1. 下記のコマンドを実行して、RCUツールを開始します。
• この文書の設定では、下記のコマンドを使用します。
31
$ <ORACLE_HOME>/oracle_common/bin/rcu
$ /u01/app/Middleware/Oracle_Home/oracle_common/bin/rcu
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
2. ようこそ画面で「次」ボタンをクリックし
ます。
3. 「リポジトリの作成」‐「システム・ロード
及び製品ロード」を選択して、「次」をク
リックします
32
3-1.Monitor用Database Repositoryの作成(2/7)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-1.Monitor用Database Repositoryの作成(3/7)
4. リポジトリ用のデータベース接続情報を
入力して、「次」をクリックします。
– データベース・ユーザーは、sysを使います。
– ポップアップで、「OK」をクリックします。
33
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-1.Monitor用Database Repositoryの作成(4/7)
5. Monitor Server用のスキーマを認識する
ための接頭辞を入力します。
• コンポーネント「Monitor Server」を選択する
と、自動的に下記のコンポーネントも選択さ
れます。
– Oracle Platform Security Services
– 監査サービス
– Audit Services Append
– Audit Services Viewer
• 「次」をクリックします。
34
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
6. 前提条件のチェックが終わったら、
「OK」をクリックします。
7. 「すべてのスキーマに同じワスワードを使
用」を選択して、今回で作るすべてのス
キーマのパスワードを一括設定します。
「次」をクリックします
35
3-1.Monitor用Database Repositoryの作成(5/7)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-1.Monitor用Database Repositoryの作成(6/7)
8. 「次」ボタンをクリックします。
– 選択したスキーマに表領域が存在していない場合、
「OK」ボタンをクリックすると、自動的に表領域が作
成されます。
36
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
9. リポジトリの情報を確認の上、「作成」
を押します。
37
3-1.Monitor用Database Repositoryの作成(7/7)
10. 「閉じる」をクリックして、リポジトリの作
成を完了します。
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-2.Monitor Server用Weblogicドメインの作成(1/10)
1. 下記のコマンドを実行して、Weblogicドメイン構成ウィザードを呼び出します。
• この文書の設定では、下記のコマンドを使用します。
38
$ <ORACLE_HOME>/oracle_common/common/bin/config.sh
$ /u01/app/Middleware/Oracle_Home/oracle_common/common/bin/config.sh
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-2.Monitor Server用Weblogicドメインの作成(2/10)
2. 新規ドメイン作成を選択します。
– ドメインの場所をORACLE HOME以外の場所
に指定して、「次」ボタンをクリックします。
39
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-2.Monitor Server用Weblogicドメインの作成(3/10)
3. 「Oracle GoldenGate Monitor Server
12.2.1」を選択すると、下記のコン
ポーネントも自動的に選択されます。
• Oracle JRF
• WebLogic Coherence Cluster
Edition 12.2.1
• 「次」ボタンをクリックします。
40
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-2.Monitor Server用Weblogicドメインの作成(4/10)
4. Weblogic管理者アカウントの名前とパ
スワードを入力して、「次」ボタンをク
リックします。
41
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-2.Monitor Server用Weblogicドメインの作成(5/10)
5. ドメイン・モードは「本番」を選択しま
す。
– JDKは今回インストールしたものを選択して、
「次」ボタンをクリックします。
42
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-2.Monitor Server用Weblogicドメインの作成(6/10)
6. RCUデータを選択して、下記の情報を
入力します。
• Oracle DB接続情報
• スキーマ所有者とパスワード
– 「RCU構成の取得」をクリックして、RCU情報は
正常に取得したら、「次」ボタンをクリックします。
43
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
7. 「次」ボタンをクリックします。 8. 「次」ボタンをクリックします。
44
3-2.Monitor Server用Weblogicドメインの作成(7/10)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
9. OGGMONITORストアのすべてのキーに、
ユーザー名とパスワードを指定して、
「次」ボタンをクリックします。
10. 何も選択しないまま、「次」ボタンをク
リックします。
45
3-2.Monitor Server用Weblogicドメインの作成(8/10)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
11. 構成のサマリーを確認の上、「作成」ボ
タンをクリックします。
12. 「次」ボタンをクリックします。
46
3-2.Monitor Server用Weblogicドメインの作成(9/10)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-2.Monitor Server用Weblogicドメインの作成(10/10)
13. ドメインの場所と管理サーバーのURL
を記録して、「終了」をクリックします。
47
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-3.JMX Serverの設定
• 下記のファイルを更新します。
48
$ vi monitor.properties
下記の値が設定されていることを確認します。
monitor.jmx.server.enabled=true
monitor.jmx.server.host=<host name>
monitor.jmx.server.port=5502
monitor.jmx.server.user=oggmsjmxusr
<ドメインの場所>/config/monitorserver/cfg/monitor.properties
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-4. JMX Server Propertiesの更新
• 下記のコマンドを実行します。
49
$ cd /u01/app/Middleware/Oracle_Home/oggmon/monitor_server/bin
$ updateOGGMonitorConfig.sh
途中で、下記の内容を入力してください。
Enter absolute path for oggmon domain:
/u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon
You have entered the domain path as : /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon
Enter JMX HOST NAME/IP:<hostname>
Enter JMX Server Port:5502(前頁で指定したポート番号)
Enter JMX Server Username:oggmsjmxusr (前頁で指定したユーザ名)
Enter the database type for Monitor Installation.
For Oracle Database, Press 1. For SQL Server, Press 2:1
「Added Secure Key into Monitor Server Oracle Wallet.」が出たら完了です。
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-5.Weblogic Admin Serverの起動
• 下記のコマンドを実行して、Weblogic Admin Serverを起動します。
• Weblogic Server管理者のユーザー名とパスワードが要求されます。
– 問題がなければ、下記のようなメッセージが表示されて、WeblogicはRUNNINGモードになります。
50
$<MONITOR_DOMAIN_FOLDER>/startWebLogic.sh
<2015/11/19 10時36分02秒 CST> <Notice> <WebLogicServer> <BEA-000360>
<サーバーがRUNNINGモードで起動しました。>
<2015/11/19 10時36分02秒 CST> <Notice> <WebLogicServer> <BEA-000365>
<サーバー状態がRUNNINGに変化しました。>
ウィンドウを開いたままにします。または&をつけてバックグラウンドで実行します。
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-6.Weblogic Managed Serverの起動
• 下記のコマンドを実行して、Weblogic Managed Serverを起動します。
• Weblogic Server管理者のユーザー名とパスワードが要求されます。
• Monitorアプリケーションのデプロイが成功した時、下記のメッセージが表示されます。
51
$<Monitor Server domain>/bin/ startManagedWebLogic.sh
MONITORSERVER_server1 http://<hostname>:7001 -Dmonitor.jpa.dialect=ora
<2015/11/19 10時38分39秒 CST> <Notice> <WebLogicServer> <BEA-000360>
<サーバーがRUNNINGモードで起動しました。 >
<2015/11/19 10時38分39秒 CST> <Notice> <WebLogicServer> <BEA-000365>
<サーバー状態がRUNNINGに変化しました。 >
ウィンドウを開いたままにします。または&をつけてバックグラウンドで実行します。
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(1/9)
1. 下記の管理サーバーのURLをブラウ
ザで開きます
• http://<hostname>:7001/console
– ユーザー名とパスワードを入力して、「ログ
イン」をクリックします
52
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(2/9)
2. 左側の「ドメイン構造」パネルか
ら、「環境」下の「サーバー」リン
クをクリックします。
– 右側の「サーバーのサマリー」パネル
で、二つのサーバーが構成済み、状
態は「RUNNING」であることを確認し
ます。
53
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(3/9)
3. 左側の「ドメイン構造」パネルから、
「デプロイメント」リンクをクリックしま
す。
– 右側の「デプロイメントのサマリー」パネルで、
Monitorアプリケーションの状態が「アクティ
ブ」であることを確認します。
54
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(4/9)
4. 左側の「ドメイン構造」パネルから、
「セキュリティ・レルム」リンクをク
リックします。
– 右側の「セキュリティ・レルムのサマ
リー」パネルで、「myrealm」リンクをク
リックします。
• 参考:セキュリティ・レルムとは、WebLogic
でセキュリティの有効範囲を設定するメカ
ニズムです。
55
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(5/9)
5. 右側の「myrealmの設定」パネル
で、「ユーザーとグループ」タブを
選択します。
– 「新規」ボタンを押して、新しい
Monitorユーザーを作成します。
56
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(6/9)
6. ユーザーの名前とパスワードを入
力して、「OK」ボタンを押します。
57
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(7/9)
7. 作成したユーザーのリンクをクリッ
クします。
58
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(8/9)
8. 「グループ」タブを選択して、
「OGGSuperAdmin」を、使用可能
のグループから選択済みに移動
して、「保存」ボタンを押します。
– 「OGGAdministrator」 ・
「OGGPowerOperator」・
「OGGOperator」も同じ方法で作
成します。
59
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
3.Oracle GoldenGate Monitor Serverのセットアップ
3-7.Monitor管理ユーザーの作成(9/9)
9. Monitor Server UIは下記のURLで
アクセスします。
– http://<hostname>:7003/monitor/faces/
loginPage.jspx
• ユーザーの名前とパスワードを入力
して、「Submit」ボタンを押すと、
Monitorアプリケーションのホーム
ページにログインします。
60
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Agenda
事前の環境準備
Oracle GoldenGate Monitorのインストール
Oracle GoldenGate Monitor Serverのセットアップ
Oracle GoldenGate Monitor Agentのセットアップ
Oracle GoldenGate Monitorのアンインストール
61
1
2
3
4
5
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
1. 下記のコマンドを実行して、Weblogic
Admin Serverを起動します。
2. ようこそ画面で、「次」ボタンをクリックし
ます。
62
4-1.Monitor Agentのインストール(1/5)
$ cd [monitor agent software location]
$ java -jar fmw_12.2.1.0.0_ogg.jar
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4-1.Monitor Agentのインストール(2/5)
3. 自動更新画面で、適切なオプショ
ンを選択し、「次」をクリックします。
– 本例では、「自動更新をスキップ」を選択
します。
63
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4. インストール場所画面で、Oracleホー
ムを入力し、「次」をクリックします。
5. 「Oracle GoldenGate Monitorエージェント」
を選択して、「次」ボタンをクリックします。
64
4-1.Monitor Agentのインストール(3/5)
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
6. 「次」ボタンをクリックします。 7. インストール情報を確認の上、「インス
トール」ボタンを押します。
65
4-1.Monitor Agentのインストール(4/5)
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
8. 「次」ボタンをクリックします。 9. 「終了」ボタンを押して、インストルを完
了します。
66
4-1.Monitor Agentのインストール(5/5)
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4-2.Agentインスタンスの作成
• 下記のコマンドを実行して、Agentインスタンスを作成します。
• 途中でGoldenGateのパスやAgentの場所を入力します。
67
$ <OGG_AGENT_HOME>/oggmon/ogg_agent/createMonitorAgentInstance.sh
$ cd /u01/app/Middleware/oggMonAgent/oggmon/ogg_agent/
$ ./createMonitorAgentInstance.sh
Please enter absolute path of Oracle GoldenGate home directory : /u01/app/ogg
Please enter absolute path of OGG Agent instance : /u01/app/Middleware/oggMonAgent
Successfully created OGG Agent instance.
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4-3.Config.propertiesの更新
• 下記のファイルを更新します。
• ホスト名などを入力します。
68
<OGG_AGENT_INST_HOME>/cfg/Config.properties
$ cd /u01/app/Middleware/oggMonagent/cfg
$ vi Config.properties
下記の値を設定します。
agent.type.enabled=OGGMON --OGGMONに設定
monitor.host=<server host name> --Monitor Serverホスト
jagent.host=<agent host name> --Monitor Agentホスト
monitor.jmx.username=oggmsjmxusr --プロパティjmx.server.user
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4-4.oggmon.propertiesのコピー
• Monitorサーバーからoggmon.propertiesをAgentのディレクトリにコピー
– Monitorサーバーのディレクトリは
MonitorServer_WLS_Domain/config/monitorserver/cfg
– AgentのディレクトリはMonitorAgent_Instance_Home/cfg
69
$ cd /u01/app/Middleware/oggMonagent/cfg
$ scp
<hostname>:/u01/app/Middleware/Oracle_Home/user_projects/domains/oggm
on/config/monitorserver/cfg/oggmon.properties .
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4-5.ウォレット証明書の作成
• 下記コマンドを実行して、ウォレット証明書を作成します。
• JAVA AgentとMonitor Server JMXのパスワードを指定することが必要です。
70
$ < OGG_AGENT_INST_HOME>/bin/pw_agent_util.sh -create
$ cd /u01/app/Middleware/oggMonAgent/bin
$ ./pw_agent_util.sh –create
Please create a password for Java Agent:
Please confirm password for Java Agent:
Please enter Monitor Server JMX password:
Please confirm Monitor Server JMX password:
…
Wallet is created successfully.
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4-6.GLOBALSファイルの設定
• GLOBALSファイルを更新して、監察を有効化します。
• GGSCIに再ログインして、GLOBALS設定を有効にします。
71
GGSCI > edit params ./GLOBALS
ENABLEMONITORING このラインを追加します
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4-7.OGG Agentの起動
• 下記のコマンドを実行して、OGG Agentを起動します。
72
GGSCI> start mgr
GGSCI> start jagent
GGSCI> info all
Program Status Group Lag at Chkpt Time Since Chkpt
MANAGER RUNNING
JAGENT RUNNING
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
4.Oracle GoldenGate Monitor Agentのセットアップ
4-8.コンソールでの確認
• Monitor Serverコンソールで、インス
トールの結果を確認します。
– http://<hostname>:7003/monitor/faces/
loginPage.jspx
• 同じ方法で別のAgentをインストール
します。
73
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Agenda
事前の環境準備
Oracle GoldenGate Monitorのインストール
Oracle GoldenGate Monitor Serverのセットアップ
Oracle GoldenGate Monitor Agentのセットアップ
Oracle GoldenGate Monitorのアンインストール
74
1
2
3
4
5
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-1.Monitor Serverのアンインストール(1/2)
• stopManagedWebLogic.shを実行し、Monitor Management Serverを停止します。
• あるいは、Managed Serverを実行している端末で、Ctrl+Cを押し、Managed Serverを停
止します。
75
$ cd /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon/bin
$ ./stopManagedWebLogic.sh MONITORSERVER_server1
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-2.Monitor Serverのアンインストール(2/2)
• WeblogicドメインではOracle GoldenGate Monitorだけ稼働している場合、
Administration Serverを停止して、削除することができます。
• Administration Serverを、stopWebLogic.shを実行し、あるいはWeblogic Server実行して
いる端末でCtrl+Cを押すことで、停止します。
76
$ cd /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon/bin
$ ./stopWebLogic.sh
途中で、ユーザとパスワードを入力する必要があります。
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-2.リポジトリのドロップ(1/5)
1. 下記のコマンドを実行して、リポジトリ作成ユーティリティを起動します。
• この文書の設定では下記のコマンドを使います。
77
$ <ORACLE_HOME>/oracle_common/bin/rcu
$ /u01/app/Middleware/Oracle_Home/oracle_common/bin/rcu
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
2. ようこそ画面で、「次」をクリックします。 3. 「リポジトリの削除」を選択して、「次」を
クリックします。
78
5-2.リポジトリのドロップ(2/5)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-2.リポジトリのドロップ(3/5)
4. データベースの接続情報を入力して、
「次」ボタンをクリックします。
• ポップアップで、「OK」をクリックします。
79
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5. 「次」をクリックします。 6. ポップアップで、「OK」をクリックします。
80
5-2.リポジトリのドロップ(4/5)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
7. 削除待ちコンポネントを確認の上、「削
除」ボタンをクリックします。
8. 「閉じる」を押して、リポジトリのドロップ
を完了します。
81
5-2.リポジトリのドロップ(5/5)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-3.Weblogicドメインのアンインストール
• ドメインのフォルダを削除することによって、Weblogicドメインをアンインストールします。
82
$ rm -rf /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-4.Weblogic Managed Monitor Serverのアンインストール(1/4)
1. 下記のコマンドを実行して、アンインストールを開始します。
• この文書の設定では下記のコマンドを使います。
83
$ <ORACLE_HOME>/oui/bin/deinstall.sh
$ /u01/app/Middleware/Oracle_Home/oui/ bin/deinstall.sh
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
2. 「GG Monitor Veridata 12.2.1.0.0」を選択
して、「アンインストール」ボタンを押しま
す。
3. ようこそ画面で、「次」をクリックします。
84
5-4.Weblogic Managed Monitor Serverのアンインストール(2/4)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
4. アンインストールの情報を確認の上、
「アンインストール」ボタンをクリックしま
す。
5. 「次」ボタンをクリックします。
85
5-4.Weblogic Managed Monitor Serverのアンインストール(3/4)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
6. 「終了」ボタンをクリックします。
86
5-4.Weblogic Managed Monitor Serverのアンインストール(4/4)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-5.Weblogic Administrator Serverのアンインストール(1/5)
1. Weblogic Administrator Serverもアンインストールする時、下記のコマンドを再実行し
て、アンインストールを開始します。
• この文書の設定では下記のコマンドを使います。
87
$ <ORACLE_HOME>/oui/bin/deinstall.sh
$ /u01/app/Middleware/Oracle_Home/oui/bin/deinstall.sh
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
1. ようこそ画面で、「次」ボタンをクリック
します。
2. アンインストール情報を確認の上、「ア
ンインストール」ボタンをクリックします。
88
5-5.Weblogic Administrator Serverのアンインストール(2/5)
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-5.Weblogic Administrator Serverのアンインストール(4/5)
3. 「次」ボタンをクリックします。
89
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-5.Weblogic Administrator Serverのアンインストール(5/5)
4. 「終了」ボタンをクリックします。
• 下記のコマンドで、削除できなかったファ
イルも一括削除します。
• この文書の設定では下記のコマンドを使
います。
90
$ rm –rf <ORACLE_HOME>/*
$ cd
/u01/app/Middleware/Oracle_Home
$ rm -rf *
Monitor Server
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-6.Monitor Agentのアンインストール(1/4)
1. GGSCIで、Agentプロセスを停止します。
• 下記のコマンドを実行して、アンインストールを開始します。
• この文書の設定では下記のコマンドを使います。
91
$ <AGENT_HOME>/oui/bin/deinstall.sh
$ /u01/app/Middleware/oggMonAgent/ oui/bin/deinstall.sh
GGSCI> stop jagent
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
2. ようこそ画面で、「次」ボタンをクリック
します。
3. アンインストールの情報を確認の上、「ア
ンインストール」ボタンをクリックします。
92
5-6.Monitor Agentのアンインストール(2/4)
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
4. アンインストールの情報を確認の上、
「アンインストール」ボタンをクリックし
ます。
5. 「次」ボタンをクリックします。
93
5-6.Monitor Agentのアンインストール(3/4)
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
5.Oracle GoldenGate Monitorのアンインストール
5-6.Monitor Agentのアンインストール(4/4)
6. 「終了」ボタンをクリックして、アンイン
ストールを完了します。
• 下記のコマンドで、削除できなかったファ
イルも一括削除します。
• この文書の設定では下記のコマンドを
使います。
94
$ rm –rf <AGENT_HOME>/*
$ cd
/u01/app/Middleware/oggMonAgent
$ rm -rf *
Monitor Agent
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
参考情報
• Oracle GoldenGate Monitor 12c マニュアル(英語)
– https://docs.oracle.com/goldengate/m1221/gg-monitor/index.html
95
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Document Control
Author
Oracle Asia Research & Development Center
• 黄 明
• 梁 国賢
• 楊 帆
Reviewer
日本オラクル株式会社
• 谷川 信朗
• 後藤 陽介
• 舟橋 直美
96
変更履歴
Date Version
2016/1 1.0 Created.
2016/2 1.1 先頭スライド削除
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 97
Oracle GoldenGate Monitor 12cR2 セットアップガイド

Mais conteúdo relacionado

Mais procurados

オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)
オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)
オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)オラクルエンジニア通信
 
GoldenGateテクニカルセミナー3「Oracle GoldenGate Technical Deep Dive」(2016/5/11)
GoldenGateテクニカルセミナー3「Oracle GoldenGate Technical Deep Dive」(2016/5/11)GoldenGateテクニカルセミナー3「Oracle GoldenGate Technical Deep Dive」(2016/5/11)
GoldenGateテクニカルセミナー3「Oracle GoldenGate Technical Deep Dive」(2016/5/11)オラクルエンジニア通信
 
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0オラクルエンジニア通信
 
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]オラクルエンジニア通信
 
Oracle Database / Exadata Cloud 技術情報(Oracle Cloudウェビナーシリーズ: 2020年7月9日)
Oracle Database / Exadata Cloud 技術情報(Oracle Cloudウェビナーシリーズ: 2020年7月9日)Oracle Database / Exadata Cloud 技術情報(Oracle Cloudウェビナーシリーズ: 2020年7月9日)
Oracle Database / Exadata Cloud 技術情報(Oracle Cloudウェビナーシリーズ: 2020年7月9日)オラクルエンジニア通信
 
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2021年7月版]
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2021年7月版]【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2021年7月版]
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2021年7月版]オラクルエンジニア通信
 
Oracle GoldenGate Studio R12.2.1.1 セットアップガイド
Oracle GoldenGate Studio R12.2.1.1 セットアップガイドOracle GoldenGate Studio R12.2.1.1 セットアップガイド
Oracle GoldenGate Studio R12.2.1.1 セットアップガイドオラクルエンジニア通信
 
しばちょう先生による特別講義! RMANバックアップの運用と高速化チューニング
しばちょう先生による特別講義! RMANバックアップの運用と高速化チューニングしばちょう先生による特別講義! RMANバックアップの運用と高速化チューニング
しばちょう先生による特別講義! RMANバックアップの運用と高速化チューニングオラクルエンジニア通信
 
Oracle backup and recovery basics
Oracle backup and recovery basicsOracle backup and recovery basics
Oracle backup and recovery basicsAkira Kusakabe
 
Oracle GoldenGate Veridata 12cR2 セットアップガイド
Oracle GoldenGate Veridata 12cR2 セットアップガイドOracle GoldenGate Veridata 12cR2 セットアップガイド
Oracle GoldenGate Veridata 12cR2 セットアップガイドオラクルエンジニア通信
 

Mais procurados (20)

Oracle GoldenGate Cloud Serviceユーザーズガイド
Oracle GoldenGate Cloud ServiceユーザーズガイドOracle GoldenGate Cloud Serviceユーザーズガイド
Oracle GoldenGate Cloud Serviceユーザーズガイド
 
Oracle GoldenGate Veridata概要
Oracle GoldenGate Veridata概要Oracle GoldenGate Veridata概要
Oracle GoldenGate Veridata概要
 
Oracle GoldenGate R12.2 セットアップガイド
Oracle GoldenGate R12.2 セットアップガイドOracle GoldenGate R12.2 セットアップガイド
Oracle GoldenGate R12.2 セットアップガイド
 
Oracle GoldenGate入門
Oracle GoldenGate入門Oracle GoldenGate入門
Oracle GoldenGate入門
 
オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)
オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)
オンプレミスからクラウドへ:Oracle Databaseの移行ベストプラクティスを解説 (Oracle Cloudウェビナーシリーズ: 2021年2月18日)
 
Oracle GoldenGate Cloud Service(GGCS)概要
Oracle GoldenGate Cloud Service(GGCS)概要Oracle GoldenGate Cloud Service(GGCS)概要
Oracle GoldenGate Cloud Service(GGCS)概要
 
GoldenGateテクニカルセミナー3「Oracle GoldenGate Technical Deep Dive」(2016/5/11)
GoldenGateテクニカルセミナー3「Oracle GoldenGate Technical Deep Dive」(2016/5/11)GoldenGateテクニカルセミナー3「Oracle GoldenGate Technical Deep Dive」(2016/5/11)
GoldenGateテクニカルセミナー3「Oracle GoldenGate Technical Deep Dive」(2016/5/11)
 
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
 
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
 
Oracle GoldenGate EM Plugin 13c セットアップガイド
Oracle GoldenGate EM Plugin 13c セットアップガイドOracle GoldenGate EM Plugin 13c セットアップガイド
Oracle GoldenGate EM Plugin 13c セットアップガイド
 
Oracle Database / Exadata Cloud 技術情報(Oracle Cloudウェビナーシリーズ: 2020年7月9日)
Oracle Database / Exadata Cloud 技術情報(Oracle Cloudウェビナーシリーズ: 2020年7月9日)Oracle Database / Exadata Cloud 技術情報(Oracle Cloudウェビナーシリーズ: 2020年7月9日)
Oracle Database / Exadata Cloud 技術情報(Oracle Cloudウェビナーシリーズ: 2020年7月9日)
 
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2021年7月版]
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2021年7月版]【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2021年7月版]
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2021年7月版]
 
Oracle Data Masking and Subsettingのご紹介
Oracle Data Masking and Subsettingのご紹介Oracle Data Masking and Subsettingのご紹介
Oracle Data Masking and Subsettingのご紹介
 
Oracle GoldenGate Studio R12.2.1.1 セットアップガイド
Oracle GoldenGate Studio R12.2.1.1 セットアップガイドOracle GoldenGate Studio R12.2.1.1 セットアップガイド
Oracle GoldenGate Studio R12.2.1.1 セットアップガイド
 
Oracle Database Vaultのご紹介
Oracle Database Vaultのご紹介Oracle Database Vaultのご紹介
Oracle Database Vaultのご紹介
 
Oracle GoldenGate Studio概要
Oracle GoldenGate Studio概要Oracle GoldenGate Studio概要
Oracle GoldenGate Studio概要
 
しばちょう先生による特別講義! RMANバックアップの運用と高速化チューニング
しばちょう先生による特別講義! RMANバックアップの運用と高速化チューニングしばちょう先生による特別講義! RMANバックアップの運用と高速化チューニング
しばちょう先生による特別講義! RMANバックアップの運用と高速化チューニング
 
Oracle backup and recovery basics
Oracle backup and recovery basicsOracle backup and recovery basics
Oracle backup and recovery basics
 
Oracle GoldenGate Veridata 12cR2 セットアップガイド
Oracle GoldenGate Veridata 12cR2 セットアップガイドOracle GoldenGate Veridata 12cR2 セットアップガイド
Oracle GoldenGate Veridata 12cR2 セットアップガイド
 
Oracle Audit Vault and Database Vault のご紹介
Oracle Audit Vault and Database Vault のご紹介Oracle Audit Vault and Database Vault のご紹介
Oracle Audit Vault and Database Vault のご紹介
 

Destaque

渋谷区 地域包括ケア 地域データ集計・分析報告 2015
渋谷区 地域包括ケア 地域データ集計・分析報告 2015渋谷区 地域包括ケア 地域データ集計・分析報告 2015
渋谷区 地域包括ケア 地域データ集計・分析報告 2015Tsubasa Kambe
 
GoldenGateテクニカルセミナー1「市場のトレンドと最新事例のご紹介」(2016/5/11)
GoldenGateテクニカルセミナー1「市場のトレンドと最新事例のご紹介」(2016/5/11)GoldenGateテクニカルセミナー1「市場のトレンドと最新事例のご紹介」(2016/5/11)
GoldenGateテクニカルセミナー1「市場のトレンドと最新事例のご紹介」(2016/5/11)オラクルエンジニア通信
 
SQL Server for SharePoint 2013
SQL Server for SharePoint 2013SQL Server for SharePoint 2013
SQL Server for SharePoint 2013Mayumi Mitaki
 
Oracle Database Cloud Service を使ってみよう! 株式会社コーソル 守田 典男
Oracle Database Cloud Service を使ってみよう! 株式会社コーソル 守田 典男Oracle Database Cloud Service を使ってみよう! 株式会社コーソル 守田 典男
Oracle Database Cloud Service を使ってみよう! 株式会社コーソル 守田 典男CO-Sol for Community
 
Cloudera World Tokyo 2015 Oracleセッション資料 「ビッグデータ/IoTの最新事例とHadoop活用の勘所」
Cloudera World Tokyo 2015 Oracleセッション資料 「ビッグデータ/IoTの最新事例とHadoop活用の勘所」Cloudera World Tokyo 2015 Oracleセッション資料 「ビッグデータ/IoTの最新事例とHadoop活用の勘所」
Cloudera World Tokyo 2015 Oracleセッション資料 「ビッグデータ/IoTの最新事例とHadoop活用の勘所」オラクルエンジニア通信
 
Hadoop Conference Japan_2016 セッション「顧客事例から学んだ、 エンタープライズでの "マジな"Hadoop導入の勘所」
Hadoop Conference Japan_2016 セッション「顧客事例から学んだ、 エンタープライズでの "マジな"Hadoop導入の勘所」Hadoop Conference Japan_2016 セッション「顧客事例から学んだ、 エンタープライズでの "マジな"Hadoop導入の勘所」
Hadoop Conference Japan_2016 セッション「顧客事例から学んだ、 エンタープライズでの "マジな"Hadoop導入の勘所」オラクルエンジニア通信
 
Oracle SQL Developerを使い倒そう! 株式会社コーソル 守田 典男
Oracle SQL Developerを使い倒そう! 株式会社コーソル 守田 典男Oracle SQL Developerを使い倒そう! 株式会社コーソル 守田 典男
Oracle SQL Developerを使い倒そう! 株式会社コーソル 守田 典男CO-Sol for Community
 
SQLアンチパターン メンター用資料
SQLアンチパターン メンター用資料SQLアンチパターン メンター用資料
SQLアンチパターン メンター用資料Hironori Miura
 

Destaque (9)

Oracle GoldenGate Studioセットアップガイド
Oracle GoldenGate StudioセットアップガイドOracle GoldenGate Studioセットアップガイド
Oracle GoldenGate Studioセットアップガイド
 
渋谷区 地域包括ケア 地域データ集計・分析報告 2015
渋谷区 地域包括ケア 地域データ集計・分析報告 2015渋谷区 地域包括ケア 地域データ集計・分析報告 2015
渋谷区 地域包括ケア 地域データ集計・分析報告 2015
 
GoldenGateテクニカルセミナー1「市場のトレンドと最新事例のご紹介」(2016/5/11)
GoldenGateテクニカルセミナー1「市場のトレンドと最新事例のご紹介」(2016/5/11)GoldenGateテクニカルセミナー1「市場のトレンドと最新事例のご紹介」(2016/5/11)
GoldenGateテクニカルセミナー1「市場のトレンドと最新事例のご紹介」(2016/5/11)
 
SQL Server for SharePoint 2013
SQL Server for SharePoint 2013SQL Server for SharePoint 2013
SQL Server for SharePoint 2013
 
Oracle Database Cloud Service を使ってみよう! 株式会社コーソル 守田 典男
Oracle Database Cloud Service を使ってみよう! 株式会社コーソル 守田 典男Oracle Database Cloud Service を使ってみよう! 株式会社コーソル 守田 典男
Oracle Database Cloud Service を使ってみよう! 株式会社コーソル 守田 典男
 
Cloudera World Tokyo 2015 Oracleセッション資料 「ビッグデータ/IoTの最新事例とHadoop活用の勘所」
Cloudera World Tokyo 2015 Oracleセッション資料 「ビッグデータ/IoTの最新事例とHadoop活用の勘所」Cloudera World Tokyo 2015 Oracleセッション資料 「ビッグデータ/IoTの最新事例とHadoop活用の勘所」
Cloudera World Tokyo 2015 Oracleセッション資料 「ビッグデータ/IoTの最新事例とHadoop活用の勘所」
 
Hadoop Conference Japan_2016 セッション「顧客事例から学んだ、 エンタープライズでの "マジな"Hadoop導入の勘所」
Hadoop Conference Japan_2016 セッション「顧客事例から学んだ、 エンタープライズでの "マジな"Hadoop導入の勘所」Hadoop Conference Japan_2016 セッション「顧客事例から学んだ、 エンタープライズでの "マジな"Hadoop導入の勘所」
Hadoop Conference Japan_2016 セッション「顧客事例から学んだ、 エンタープライズでの "マジな"Hadoop導入の勘所」
 
Oracle SQL Developerを使い倒そう! 株式会社コーソル 守田 典男
Oracle SQL Developerを使い倒そう! 株式会社コーソル 守田 典男Oracle SQL Developerを使い倒そう! 株式会社コーソル 守田 典男
Oracle SQL Developerを使い倒そう! 株式会社コーソル 守田 典男
 
SQLアンチパターン メンター用資料
SQLアンチパターン メンター用資料SQLアンチパターン メンター用資料
SQLアンチパターン メンター用資料
 

Semelhante a Oracle GoldenGate Monitor 12cR2 セットアップガイド

Oracle Data Integrator R12.2.1.1 Agentセットアップガイド
Oracle Data Integrator R12.2.1.1 AgentセットアップガイドOracle Data Integrator R12.2.1.1 Agentセットアップガイド
Oracle Data Integrator R12.2.1.1 Agentセットアップガイドオラクルエンジニア通信
 
Oracle Data Integrator R12.2.1.1 Studio及びRepositoryセットアップガイド
Oracle Data Integrator R12.2.1.1 Studio及びRepositoryセットアップガイドOracle Data Integrator R12.2.1.1 Studio及びRepositoryセットアップガイド
Oracle Data Integrator R12.2.1.1 Studio及びRepositoryセットアップガイドオラクルエンジニア通信
 
Oracle GoldenGate for Big Data 12.2 セットアップガイド
Oracle GoldenGate for Big Data 12.2 セットアップガイドOracle GoldenGate for Big Data 12.2 セットアップガイド
Oracle GoldenGate for Big Data 12.2 セットアップガイドオラクルエンジニア通信
 
【Oracle Cloud ウェビナー】WebLogic Serverのご紹介
【Oracle Cloud ウェビナー】WebLogic Serverのご紹介【Oracle Cloud ウェビナー】WebLogic Serverのご紹介
【Oracle Cloud ウェビナー】WebLogic Serverのご紹介オラクルエンジニア通信
 
Oracle Database Appliance 2.9 アップデート及びパッチ管理について
Oracle Database Appliance 2.9 アップデート及びパッチ管理についてOracle Database Appliance 2.9 アップデート及びパッチ管理について
Oracle Database Appliance 2.9 アップデート及びパッチ管理についてオラクルエンジニア通信
 
[Oracle Cloud Days Tokyo 2015] Oracle Database 12c最新情報 ~Maximum Availability ...
[Oracle Cloud Days Tokyo 2015] Oracle Database 12c最新情報 ~Maximum Availability ...[Oracle Cloud Days Tokyo 2015] Oracle Database 12c最新情報 ~Maximum Availability ...
[Oracle Cloud Days Tokyo 2015] Oracle Database 12c最新情報 ~Maximum Availability ...オラクルエンジニア通信
 
Oracle Solaris 10 から Oracle Solaris 11.1 への移行準備とポイント
Oracle Solaris 10 から Oracle Solaris 11.1 への移行準備とポイントOracle Solaris 10 から Oracle Solaris 11.1 への移行準備とポイント
Oracle Solaris 10 から Oracle Solaris 11.1 への移行準備とポイントSolarisJP
 
Oracle Database Appliance 2.8 アップデート及びパッチ管理について
Oracle Database Appliance 2.8 アップデート及びパッチ管理についてOracle Database Appliance 2.8 アップデート及びパッチ管理について
Oracle Database Appliance 2.8 アップデート及びパッチ管理についてオラクルエンジニア通信
 
Solaris 11 ディープダイブセミナー インストール編
Solaris 11 ディープダイブセミナー インストール編Solaris 11 ディープダイブセミナー インストール編
Solaris 11 ディープダイブセミナー インストール編SolarisJP
 
Oracle Exadata MAA - Platinum層特化版プレゼンテーション
Oracle Exadata MAA - Platinum層特化版プレゼンテーション Oracle Exadata MAA - Platinum層特化版プレゼンテーション
Oracle Exadata MAA - Platinum層特化版プレゼンテーション オラクルエンジニア通信
 
商用ミドルウェアのPuppet化で気を付けたい5つのこと
商用ミドルウェアのPuppet化で気を付けたい5つのこと商用ミドルウェアのPuppet化で気を付けたい5つのこと
商用ミドルウェアのPuppet化で気を付けたい5つのことNTT DATA OSS Professional Services
 
20170510_ORACLE MASTER Silver Oracle Database 12c 徹底特訓
20170510_ORACLE MASTER Silver Oracle Database 12c 徹底特訓20170510_ORACLE MASTER Silver Oracle Database 12c 徹底特訓
20170510_ORACLE MASTER Silver Oracle Database 12c 徹底特訓オラクルユニバーシティ
 
Oracle Database Appliance 12.1.2.2.0 アップデート及びパッチ管理について
Oracle Database Appliance 12.1.2.2.0 アップデート及びパッチ管理についてOracle Database Appliance 12.1.2.2.0 アップデート及びパッチ管理について
Oracle Database Appliance 12.1.2.2.0 アップデート及びパッチ管理についてオラクルエンジニア通信
 
これからのJDK 何を選ぶ?どう選ぶ? (v1.2) in 熊本
これからのJDK 何を選ぶ?どう選ぶ? (v1.2) in 熊本これからのJDK 何を選ぶ?どう選ぶ? (v1.2) in 熊本
これからのJDK 何を選ぶ?どう選ぶ? (v1.2) in 熊本Takahiro YAMADA
 
オラクルクラウドで開発を~サーバからDB/アプリケーションサーバ準備が、2時間で~
オラクルクラウドで開発を~サーバからDB/アプリケーションサーバ準備が、2時間で~オラクルクラウドで開発を~サーバからDB/アプリケーションサーバ準備が、2時間で~
オラクルクラウドで開発を~サーバからDB/アプリケーションサーバ準備が、2時間で~オラクルエンジニア通信
 
マルチテナント環境における WebLogic Server 管理
マルチテナント環境における WebLogic Server 管理マルチテナント環境における WebLogic Server 管理
マルチテナント環境における WebLogic Server 管理Masa Sasaki
 
RapidMinerのインストール【Mac OSX Mavericks】
RapidMinerのインストール【Mac OSX Mavericks】RapidMinerのインストール【Mac OSX Mavericks】
RapidMinerのインストール【Mac OSX Mavericks】Satoshi Kitajima
 

Semelhante a Oracle GoldenGate Monitor 12cR2 セットアップガイド (20)

Oracle Data Integrator R12.2.1.1 Agentセットアップガイド
Oracle Data Integrator R12.2.1.1 AgentセットアップガイドOracle Data Integrator R12.2.1.1 Agentセットアップガイド
Oracle Data Integrator R12.2.1.1 Agentセットアップガイド
 
Oracle Data Integrator R12.2.1.1 Studio及びRepositoryセットアップガイド
Oracle Data Integrator R12.2.1.1 Studio及びRepositoryセットアップガイドOracle Data Integrator R12.2.1.1 Studio及びRepositoryセットアップガイド
Oracle Data Integrator R12.2.1.1 Studio及びRepositoryセットアップガイド
 
Oracle GoldenGate for Big Data 12.2 セットアップガイド
Oracle GoldenGate for Big Data 12.2 セットアップガイドOracle GoldenGate for Big Data 12.2 セットアップガイド
Oracle GoldenGate for Big Data 12.2 セットアップガイド
 
【Oracle Cloud ウェビナー】WebLogic Serverのご紹介
【Oracle Cloud ウェビナー】WebLogic Serverのご紹介【Oracle Cloud ウェビナー】WebLogic Serverのご紹介
【Oracle Cloud ウェビナー】WebLogic Serverのご紹介
 
Oracle Database Appliance 2.9 アップデート及びパッチ管理について
Oracle Database Appliance 2.9 アップデート及びパッチ管理についてOracle Database Appliance 2.9 アップデート及びパッチ管理について
Oracle Database Appliance 2.9 アップデート及びパッチ管理について
 
Oracle Database Applianceのご紹介(詳細)
Oracle Database Applianceのご紹介(詳細)Oracle Database Applianceのご紹介(詳細)
Oracle Database Applianceのご紹介(詳細)
 
[Oracle Cloud Days Tokyo 2015] Oracle Database 12c最新情報 ~Maximum Availability ...
[Oracle Cloud Days Tokyo 2015] Oracle Database 12c最新情報 ~Maximum Availability ...[Oracle Cloud Days Tokyo 2015] Oracle Database 12c最新情報 ~Maximum Availability ...
[Oracle Cloud Days Tokyo 2015] Oracle Database 12c最新情報 ~Maximum Availability ...
 
Oracle Solaris 10 から Oracle Solaris 11.1 への移行準備とポイント
Oracle Solaris 10 から Oracle Solaris 11.1 への移行準備とポイントOracle Solaris 10 から Oracle Solaris 11.1 への移行準備とポイント
Oracle Solaris 10 から Oracle Solaris 11.1 への移行準備とポイント
 
Oracle Database Appliance 2.8 アップデート及びパッチ管理について
Oracle Database Appliance 2.8 アップデート及びパッチ管理についてOracle Database Appliance 2.8 アップデート及びパッチ管理について
Oracle Database Appliance 2.8 アップデート及びパッチ管理について
 
Solaris 11 ディープダイブセミナー インストール編
Solaris 11 ディープダイブセミナー インストール編Solaris 11 ディープダイブセミナー インストール編
Solaris 11 ディープダイブセミナー インストール編
 
第9回しゃちほこオラクル倶楽部
第9回しゃちほこオラクル倶楽部第9回しゃちほこオラクル倶楽部
第9回しゃちほこオラクル倶楽部
 
Oracle Exadata MAA - Platinum層特化版プレゼンテーション
Oracle Exadata MAA - Platinum層特化版プレゼンテーション Oracle Exadata MAA - Platinum層特化版プレゼンテーション
Oracle Exadata MAA - Platinum層特化版プレゼンテーション
 
商用ミドルウェアのPuppet化で気を付けたい5つのこと
商用ミドルウェアのPuppet化で気を付けたい5つのこと商用ミドルウェアのPuppet化で気を付けたい5つのこと
商用ミドルウェアのPuppet化で気を付けたい5つのこと
 
20170510_ORACLE MASTER Silver Oracle Database 12c 徹底特訓
20170510_ORACLE MASTER Silver Oracle Database 12c 徹底特訓20170510_ORACLE MASTER Silver Oracle Database 12c 徹底特訓
20170510_ORACLE MASTER Silver Oracle Database 12c 徹底特訓
 
Oracle Database Appliance 12.1.2.2.0 アップデート及びパッチ管理について
Oracle Database Appliance 12.1.2.2.0 アップデート及びパッチ管理についてOracle Database Appliance 12.1.2.2.0 アップデート及びパッチ管理について
Oracle Database Appliance 12.1.2.2.0 アップデート及びパッチ管理について
 
これからのJDK 何を選ぶ?どう選ぶ? (v1.2) in 熊本
これからのJDK 何を選ぶ?どう選ぶ? (v1.2) in 熊本これからのJDK 何を選ぶ?どう選ぶ? (v1.2) in 熊本
これからのJDK 何を選ぶ?どう選ぶ? (v1.2) in 熊本
 
オラクルクラウドで開発を~サーバからDB/アプリケーションサーバ準備が、2時間で~
オラクルクラウドで開発を~サーバからDB/アプリケーションサーバ準備が、2時間で~オラクルクラウドで開発を~サーバからDB/アプリケーションサーバ準備が、2時間で~
オラクルクラウドで開発を~サーバからDB/アプリケーションサーバ準備が、2時間で~
 
マルチテナント環境における WebLogic Server 管理
マルチテナント環境における WebLogic Server 管理マルチテナント環境における WebLogic Server 管理
マルチテナント環境における WebLogic Server 管理
 
RapidMinerのインストール【Mac OSX Mavericks】
RapidMinerのインストール【Mac OSX Mavericks】RapidMinerのインストール【Mac OSX Mavericks】
RapidMinerのインストール【Mac OSX Mavericks】
 
Oracle R Advanced Analytics for Hadoop利用方法
Oracle R Advanced Analytics for Hadoop利用方法Oracle R Advanced Analytics for Hadoop利用方法
Oracle R Advanced Analytics for Hadoop利用方法
 

Mais de オラクルエンジニア通信

Oracle Cloud Infrastructure:2023年5月度サービス・アップデート
Oracle Cloud Infrastructure:2023年5月度サービス・アップデートOracle Cloud Infrastructure:2023年5月度サービス・アップデート
Oracle Cloud Infrastructure:2023年5月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2023年4月度サービス・アップデート
Oracle Cloud Infrastructure:2023年4月度サービス・アップデートOracle Cloud Infrastructure:2023年4月度サービス・アップデート
Oracle Cloud Infrastructure:2023年4月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2023年3月度サービス・アップデート
Oracle Cloud Infrastructure:2023年3月度サービス・アップデートOracle Cloud Infrastructure:2023年3月度サービス・アップデート
Oracle Cloud Infrastructure:2023年3月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2023年2月度サービス・アップデート
Oracle Cloud Infrastructure:2023年2月度サービス・アップデートOracle Cloud Infrastructure:2023年2月度サービス・アップデート
Oracle Cloud Infrastructure:2023年2月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2023年1月度サービス・アップデート
Oracle Cloud Infrastructure:2023年1月度サービス・アップデートOracle Cloud Infrastructure:2023年1月度サービス・アップデート
Oracle Cloud Infrastructure:2023年1月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年12月度サービス・アップデート
Oracle Cloud Infrastructure:2022年12月度サービス・アップデートOracle Cloud Infrastructure:2022年12月度サービス・アップデート
Oracle Cloud Infrastructure:2022年12月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年11月度サービス・アップデート
Oracle Cloud Infrastructure:2022年11月度サービス・アップデートOracle Cloud Infrastructure:2022年11月度サービス・アップデート
Oracle Cloud Infrastructure:2022年11月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年10月度サービス・アップデート
Oracle Cloud Infrastructure:2022年10月度サービス・アップデートOracle Cloud Infrastructure:2022年10月度サービス・アップデート
Oracle Cloud Infrastructure:2022年10月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年9月度サービス・アップデート
Oracle Cloud Infrastructure:2022年9月度サービス・アップデートOracle Cloud Infrastructure:2022年9月度サービス・アップデート
Oracle Cloud Infrastructure:2022年9月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年8月度サービス・アップデート
Oracle Cloud Infrastructure:2022年8月度サービス・アップデートOracle Cloud Infrastructure:2022年8月度サービス・アップデート
Oracle Cloud Infrastructure:2022年8月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年7月度サービス・アップデート
Oracle Cloud Infrastructure:2022年7月度サービス・アップデートOracle Cloud Infrastructure:2022年7月度サービス・アップデート
Oracle Cloud Infrastructure:2022年7月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年6月度サービス・アップデート
Oracle Cloud Infrastructure:2022年6月度サービス・アップデートOracle Cloud Infrastructure:2022年6月度サービス・アップデート
Oracle Cloud Infrastructure:2022年6月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年5月度サービス・アップデート
Oracle Cloud Infrastructure:2022年5月度サービス・アップデートOracle Cloud Infrastructure:2022年5月度サービス・アップデート
Oracle Cloud Infrastructure:2022年5月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年4月度サービス・アップデート
Oracle Cloud Infrastructure:2022年4月度サービス・アップデートOracle Cloud Infrastructure:2022年4月度サービス・アップデート
Oracle Cloud Infrastructure:2022年4月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure データベース・クラウド:各バージョンのサポート期間 (2022年4月版)
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間 (2022年4月版)Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間 (2022年4月版)
Oracle Cloud Infrastructure データベース・クラウド:各バージョンのサポート期間 (2022年4月版)オラクルエンジニア通信
 
MySQL Technology Cafe #14 MySQL Shellを使ってもっと楽をしようの会
MySQL Technology Cafe #14 MySQL Shellを使ってもっと楽をしようの会MySQL Technology Cafe #14 MySQL Shellを使ってもっと楽をしようの会
MySQL Technology Cafe #14 MySQL Shellを使ってもっと楽をしようの会オラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年3月度サービス・アップデート
Oracle Cloud Infrastructure:2022年3月度サービス・アップデートOracle Cloud Infrastructure:2022年3月度サービス・アップデート
Oracle Cloud Infrastructure:2022年3月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年2月度サービス・アップデート
Oracle Cloud Infrastructure:2022年2月度サービス・アップデートOracle Cloud Infrastructure:2022年2月度サービス・アップデート
Oracle Cloud Infrastructure:2022年2月度サービス・アップデートオラクルエンジニア通信
 
Oracle Cloud Infrastructure:2022年1月度サービス・アップデート
Oracle Cloud Infrastructure:2022年1月度サービス・アップデートOracle Cloud Infrastructure:2022年1月度サービス・アップデート
Oracle Cloud Infrastructure:2022年1月度サービス・アップデートオラクルエンジニア通信
 
Oracle Databaseはクラウドに移行するべきか否か 全10ケースをご紹介 (Oracle Cloudウェビナーシリーズ: 2021年11月30日)
Oracle Databaseはクラウドに移行するべきか否か 全10ケースをご紹介 (Oracle Cloudウェビナーシリーズ: 2021年11月30日)Oracle Databaseはクラウドに移行するべきか否か 全10ケースをご紹介 (Oracle Cloudウェビナーシリーズ: 2021年11月30日)
Oracle Databaseはクラウドに移行するべきか否か 全10ケースをご紹介 (Oracle Cloudウェビナーシリーズ: 2021年11月30日)オラクルエンジニア通信
 

Mais de オラクルエンジニア通信 (20)

Oracle Cloud Infrastructure:2023年5月度サービス・アップデート
Oracle Cloud Infrastructure:2023年5月度サービス・アップデートOracle Cloud Infrastructure:2023年5月度サービス・アップデート
Oracle Cloud Infrastructure:2023年5月度サービス・アップデート
 
Oracle Cloud Infrastructure:2023年4月度サービス・アップデート
Oracle Cloud Infrastructure:2023年4月度サービス・アップデートOracle Cloud Infrastructure:2023年4月度サービス・アップデート
Oracle Cloud Infrastructure:2023年4月度サービス・アップデート
 
Oracle Cloud Infrastructure:2023年3月度サービス・アップデート
Oracle Cloud Infrastructure:2023年3月度サービス・アップデートOracle Cloud Infrastructure:2023年3月度サービス・アップデート
Oracle Cloud Infrastructure:2023年3月度サービス・アップデート
 
Oracle Cloud Infrastructure:2023年2月度サービス・アップデート
Oracle Cloud Infrastructure:2023年2月度サービス・アップデートOracle Cloud Infrastructure:2023年2月度サービス・アップデート
Oracle Cloud Infrastructure:2023年2月度サービス・アップデート
 
Oracle Cloud Infrastructure:2023年1月度サービス・アップデート
Oracle Cloud Infrastructure:2023年1月度サービス・アップデートOracle Cloud Infrastructure:2023年1月度サービス・アップデート
Oracle Cloud Infrastructure:2023年1月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年12月度サービス・アップデート
Oracle Cloud Infrastructure:2022年12月度サービス・アップデートOracle Cloud Infrastructure:2022年12月度サービス・アップデート
Oracle Cloud Infrastructure:2022年12月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年11月度サービス・アップデート
Oracle Cloud Infrastructure:2022年11月度サービス・アップデートOracle Cloud Infrastructure:2022年11月度サービス・アップデート
Oracle Cloud Infrastructure:2022年11月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年10月度サービス・アップデート
Oracle Cloud Infrastructure:2022年10月度サービス・アップデートOracle Cloud Infrastructure:2022年10月度サービス・アップデート
Oracle Cloud Infrastructure:2022年10月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年9月度サービス・アップデート
Oracle Cloud Infrastructure:2022年9月度サービス・アップデートOracle Cloud Infrastructure:2022年9月度サービス・アップデート
Oracle Cloud Infrastructure:2022年9月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年8月度サービス・アップデート
Oracle Cloud Infrastructure:2022年8月度サービス・アップデートOracle Cloud Infrastructure:2022年8月度サービス・アップデート
Oracle Cloud Infrastructure:2022年8月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年7月度サービス・アップデート
Oracle Cloud Infrastructure:2022年7月度サービス・アップデートOracle Cloud Infrastructure:2022年7月度サービス・アップデート
Oracle Cloud Infrastructure:2022年7月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年6月度サービス・アップデート
Oracle Cloud Infrastructure:2022年6月度サービス・アップデートOracle Cloud Infrastructure:2022年6月度サービス・アップデート
Oracle Cloud Infrastructure:2022年6月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年5月度サービス・アップデート
Oracle Cloud Infrastructure:2022年5月度サービス・アップデートOracle Cloud Infrastructure:2022年5月度サービス・アップデート
Oracle Cloud Infrastructure:2022年5月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年4月度サービス・アップデート
Oracle Cloud Infrastructure:2022年4月度サービス・アップデートOracle Cloud Infrastructure:2022年4月度サービス・アップデート
Oracle Cloud Infrastructure:2022年4月度サービス・アップデート
 
Oracle Cloud Infrastructure データベース・クラウド:各バージョンのサポート期間 (2022年4月版)
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間 (2022年4月版)Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間 (2022年4月版)
Oracle Cloud Infrastructure データベース・クラウド:各バージョンのサポート期間 (2022年4月版)
 
MySQL Technology Cafe #14 MySQL Shellを使ってもっと楽をしようの会
MySQL Technology Cafe #14 MySQL Shellを使ってもっと楽をしようの会MySQL Technology Cafe #14 MySQL Shellを使ってもっと楽をしようの会
MySQL Technology Cafe #14 MySQL Shellを使ってもっと楽をしようの会
 
Oracle Cloud Infrastructure:2022年3月度サービス・アップデート
Oracle Cloud Infrastructure:2022年3月度サービス・アップデートOracle Cloud Infrastructure:2022年3月度サービス・アップデート
Oracle Cloud Infrastructure:2022年3月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年2月度サービス・アップデート
Oracle Cloud Infrastructure:2022年2月度サービス・アップデートOracle Cloud Infrastructure:2022年2月度サービス・アップデート
Oracle Cloud Infrastructure:2022年2月度サービス・アップデート
 
Oracle Cloud Infrastructure:2022年1月度サービス・アップデート
Oracle Cloud Infrastructure:2022年1月度サービス・アップデートOracle Cloud Infrastructure:2022年1月度サービス・アップデート
Oracle Cloud Infrastructure:2022年1月度サービス・アップデート
 
Oracle Databaseはクラウドに移行するべきか否か 全10ケースをご紹介 (Oracle Cloudウェビナーシリーズ: 2021年11月30日)
Oracle Databaseはクラウドに移行するべきか否か 全10ケースをご紹介 (Oracle Cloudウェビナーシリーズ: 2021年11月30日)Oracle Databaseはクラウドに移行するべきか否か 全10ケースをご紹介 (Oracle Cloudウェビナーシリーズ: 2021年11月30日)
Oracle Databaseはクラウドに移行するべきか否か 全10ケースをご紹介 (Oracle Cloudウェビナーシリーズ: 2021年11月30日)
 

Último

CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?akihisamiyanaga1
 
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)UEHARA, Tetsutaro
 
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdfクラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdfFumieNakayama
 
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdfAWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdfFumieNakayama
 
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)NTT DATA Technology & Innovation
 
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察 ~Text-to-MusicとText-To-ImageかつImage-to-Music...
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察  ~Text-to-MusicとText-To-ImageかつImage-to-Music...モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察  ~Text-to-MusicとText-To-ImageかつImage-to-Music...
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察 ~Text-to-MusicとText-To-ImageかつImage-to-Music...博三 太田
 
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)Hiroshi Tomioka
 
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineerYuki Kikuchi
 

Último (8)

CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
 
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
 
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdfクラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
 
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdfAWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
 
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
 
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察 ~Text-to-MusicとText-To-ImageかつImage-to-Music...
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察  ~Text-to-MusicとText-To-ImageかつImage-to-Music...モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察  ~Text-to-MusicとText-To-ImageかつImage-to-Music...
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察 ~Text-to-MusicとText-To-ImageかつImage-to-Music...
 
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
 
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
 

Oracle GoldenGate Monitor 12cR2 セットアップガイド

  • 1. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Oracle GoldenGate Monitor 12c (R12.2.1) セットアップガイド ver.1.1 2016年1月 日本オラクル株式会社 クラウド&テクノロジー事業統括
  • 2. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. 2
  • 3. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | はじめに • 本資料では、Oracle GoldenGate Monitor R12.2.1 の環境構築から 動作確認までの一連の手順について説明します。 • 本資料は製品マニュアルを補足する資料です。 手順の一例としてご活用ください。 – Oracle® GoldenGate Installing and Configuring Oracle GoldenGate Monitor • https://docs.oracle.com/goldengate/m1221/gg-monitor/GMINS/toc.htm 3
  • 4. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 前提知識:GoldenGate Monitorのアーキテクチャ 4 WebLogic Server ドメイン Monitor リポジトリDB Webから操作 Monitor Agent Monitor Server データベース・サーバ Oracle GoldenGate JMX/SSL Manager Extract/ Replicat Monitor Agent データベース・サーバ Oracle GoldenGate Manager Extract/ Replicat Monitor Agent データベース・サーバ Oracle GoldenGate Manager Extract/ Replicat JDBC コマンドライン 統合 外部モニタ リングシステム Eメール
  • 5. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 前提知識:Monitorの各モジュールの説明 1. Monitorサーバ – 複数のGoldenGateインスタンスの監視をコー ディネートするJavaアプリケーション – Monitorエージェントから送信される情報を処 理してWebブラウザに表示 – ユーザロール、履歴、表示情報、イベントから トリガーされる通知の管理 – WebLogic Server上で動作 1. Monitor Java エージェント – GoldenGateインスタンス毎に配置されるJavaア プリケーション – GoldenGateインスタンスから監視情報を収集 して、Monitorサーバに送信 2. Monitorリポジトリ – ユーザ、グループ、処理ステータス、イベント 等の情報を格納するためのセントラル・データ ベース 5
  • 6. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Agenda 事前の環境準備 Oracle GoldenGate Monitorのインストール Oracle GoldenGate Monitor Serverのセットアップ Oracle GoldenGate Monitor Agentのセットアップ Oracle GoldenGate Monitorのアンインストール 6 1 2 3 4 5
  • 7. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Agenda 事前の環境準備 Oracle GoldenGate Monitorのインストール Oracle GoldenGate Monitor Serverのセットアップ Oracle GoldenGate Monitor Agentのセットアップ Oracle GoldenGate Monitorのアンインストール 7 1 2 3 4 5
  • 8. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 1-1.本資料の環境情報 • 本資料で構成する環境は以下を使用しています。 –OS • Oracle Linux Server Release 7.0 (64bit) –ソフトウェア • JDK 1.8.0_51 • Oracle WebLogic Server 12c(12.2.1) • Oracle Database 12.1.0.2.0 • Oracle GoldenGate Monitor R12.2.1 • Oracle Fusion Middleware Infrastructure R12.2.1 8
  • 9. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 1-2.Certifyされている構成 • 動作を確認している構成(Certifyされている構成)は、下記の資料に記載 されています。 – System Requirements and Supported Platforms for Oracle Fusion Middleware 12c – http://www.oracle.com/technetwork/middleware/fusion- middleware/documentation/fmw-1221certmatrix-2739738.xlsx 9 Monitorサーバ – SYSTEMタブ:OS/Java要件の確認 Monitorリポジトリ – DATABASEタブ:「Fusion Middleware Infrastructure」がCertifyされている環境および接 続方法を確認(DB2以外) Monitor エージェント – SYSTEMタブ:OS/Javaの確認
  • 10. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 1-2.システム要件 ~ Monitorサーバ • OS – Certification Matrix「Systemタブ」からご確認下さい。 • Java Environment – JDK 1.8.0_40以降 • OSのバージョンによってはJDK1.8をCertifyしていない場合があるのでご注意ください。 • Oracle JDK 8 and JRE 8 Certified System Configurations – http://www.oracle.com/technetwork/java/javase/certconfig-2095354.html 10
  • 11. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 1-2.システム要件 ~ Monitorリポジトリ • 下記のデータベースの利用が可能です。 – 各ベンダによりサポートされているバージョンをご利用下さい。 • Oracle 11.2.0.4, 12.1.0.1+ • Microsoft SQL Server 2012 – Certification Matrix「Databaseタブ」からご確認下さい。 – 但し、DB2はサポートしていません。また、マニュアル中にMySQLをサポートするという記載があります が、このバージョンでサポートしていません。 • リポジトリのキャラクタセットはAL32UTF8である必要があります。 • Oracleのプラガブル・データベースはサポートしますが、コンテナ・データベースはサポートしません。 11
  • 12. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 1-2.システム要件 ~ Monitorエージェント • GoldenGate Core製品が事前にインストールされている環境が必要です。 • Java Environment – JDK 1.8.0_40以降 12
  • 13. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 1. Oracle Software Delivery Cloudにサイ ンインします。 2. 文章を読み、輸出規制に受諾する場 合は「受諾」ボタンを押します。 13 1-3.メディアのダウンロード(1/4) http://edelivery.oracle.com
  • 14. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 3. 「製品」で、「Oracle Management Pack for Oracle GoldenGate」を選択し、プ ラットフォームも選択します。 4. 続いて「製品」で「Oracle WebLogic Server, Standard Edition」とプラット フォームを選択し「続行」を押します。 14 1-3.メディアのダウンロード(2/4) 「Management Pack for Oracle GoldenGate」ではないのでご注意ください。 V
  • 15. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 5.「12.2.1.0.0」というバージョンが選択され ていることを確認して「続行」ボタンを押 します。 6. 「オラクル標準の条件及び規制」のライ センス契約を十分読み、受諾する場合 は「続行」ボタンを押します。 15 1-3.メディアのダウンロード(3/4)
  • 16. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1.事前の環境準備 7. 右記のメディアのファイル名をクリック して、ダウンロードします。 8. Zipファイルを解凍しておきます。 1. Oracle GoldenGate Monitor 12.2.1.0.0 for Linux x86-64 – Oracle Fusion Middleware 12c (12.2.1.0.0) GoldenGate Monitor and Veridata – 解凍後ファイル名:fmw_12.2.1.0.0_ogg.jar 2. Oracle WebLogic Server Standard Edition 12.2.1.0.0 for Linux x86-64 – Oracle Fusion Middleware 12c (12.2.1.0.0) Infrastructure – 解凍後ファイル名: fmw_12.2.1.0.0_infrastructure.jar 16 1-3.メディアのダウンロード(4/4)
  • 17. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Agenda 事前の環境準備 Oracle GoldenGate Monitorのインストール Oracle GoldenGate Monitor Serverのセットアップ Oracle GoldenGate Monitor Agentのセットアップ Oracle GoldenGate Monitorのアンインストール 17 1 2 3 4 5
  • 18. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 2-1. JDKのインストール • JDK 1.8(JDK 1.8.0_40以上、本例ではJDK 1.8.0_51 )をインストールします。 – 事前に取得したJDK( jdk-8u51-linux-x64.tar.gz )をインストール • # gunzip jdk-8u51-linux-x64.tar.gz • # tar -xvf jdk-8u51-linux-x64.tar -C /usr/java/ – インストール後、環境変数(JAVA_HOMEとPATH)を設定 • export JAVA_HOME=/usr/java/jdk1.8.0_51 • export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH Monitor ServerMonitor Agent 18
  • 19. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 1. Monitor Serverをインストールするマシ ンで、下記のコマンドでダウンロードし たパッケージを起動します。 – $java -jar fmw_12.2.1.0.0_infrastructure.jar 1. Monitorサーバをインストールするマシ ンで、FMW Infrastructureをインストー ルします。 2. このモジュールにより、WebLogic Server及び共通モジュールJRF(Java Required Files)がインストールされます。 19 2-2.FMW Infrastructureのインストール(1/6) Monitor Server
  • 20. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 2. 初期画面で「次へ」を選択します。 3. 自動更新画面で、適切なオプションを 選択します。本例では「自動更新をス キップ」を選択します。 20 2-2.FMW Infrastructureのインストール(2/6) Monitor Server
  • 21. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 4. インストール先(Oracleホーム)を選択 して「次」を押します。 5. 「Fusion Middlewareインフラストラク チャ」を選択し「次」を押します。 21 2-2.FMW Infrastructureのインストール(3/6) *後ほどORACLE_HOMEの設定で使用するので控えておきます。 Monitor Server
  • 22. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 6. チェックが終了したら「次へ」を押します。 7. 必要に応じて連絡先の電子メールを入 力し「次へ」を押します。 22 2-2.FMW Infrastructureのインストール(4/6) Monitor Server
  • 23. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 8. ステップ7で電子メールを指定したくな い場合ワーニングが出ますが、「はい」 を押してスキップ可能です。 9. サマリをチェックし問題なければ「イン ストール」を押します。 23 2-2.FMW Infrastructureのインストール(5/6) Monitor Server
  • 24. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 11. 全てのステップが終了したら「次」を押 します。 12. WebLogicのインストールは終了です。 「終了」ボタンを押して終了します。 24 2-2.FMW Infrastructureのインストール(6/6) Monitor Server
  • 25. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 1. 下記のコマンドでダウンロードしたパッ ケージを起動します。 – java -jar fmw_12.2.1.0.0_ogg.jar 2. ようこそ画面で「次」ボタンをクリックし ます。 2-3.Oracle GoldenGate Monitorのインストール(1/5) Monitor Server 25
  • 26. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 3. 適切なオプションを選択し、「次」ボタン をクリックします。本例では、「自動更 新をスキップ」を選択します。 4. Fusion Infrastructureをインストールし たOracleホームを選択して「次」ボタン をクリックします。 26 2-3.Oracle GoldenGate Monitorのインストール(2/5) Monitor Server
  • 27. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 5. 「Oracle GoldenGate Monitorサー バー」を選択して、「次」ボタンをクリッ クします。 6. 前提条件のチェックが終わったら「次」 を押します。 27 2-3.Oracle GoldenGate Monitorのインストール(3/5) Monitor Server
  • 28. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 7. 画面の内容を確認し、問題なければ 「インストール」を押します。 8. 全てのステップが問題なく終了したら 「次」を押します。 28 2-3.Oracle GoldenGate Monitorのインストール(4/5) Monitor Server
  • 29. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 2.Oracle GoldenGate Monitorのインストール 9. Monitorサーバのインストールは終了 です。「終了」ボタンを押して終了しま す。 29 2-3.Oracle GoldenGate Monitorのインストール(5/5) Monitor Server
  • 30. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Agenda 事前の環境準備 Oracle GoldenGate Monitorのインストール Oracle GoldenGate Monitor Serverのセットアップ Oracle GoldenGate Monitor Agentのセットアップ Oracle GoldenGate Monitorのアンインストール 30 1 2 3 4 5
  • 31. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-1.Monitor用Database Repositoryの作成(1/7) 1. 下記のコマンドを実行して、RCUツールを開始します。 • この文書の設定では、下記のコマンドを使用します。 31 $ <ORACLE_HOME>/oracle_common/bin/rcu $ /u01/app/Middleware/Oracle_Home/oracle_common/bin/rcu Monitor Server
  • 32. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 2. ようこそ画面で「次」ボタンをクリックし ます。 3. 「リポジトリの作成」‐「システム・ロード 及び製品ロード」を選択して、「次」をク リックします 32 3-1.Monitor用Database Repositoryの作成(2/7) Monitor Server
  • 33. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-1.Monitor用Database Repositoryの作成(3/7) 4. リポジトリ用のデータベース接続情報を 入力して、「次」をクリックします。 – データベース・ユーザーは、sysを使います。 – ポップアップで、「OK」をクリックします。 33 Monitor Server
  • 34. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-1.Monitor用Database Repositoryの作成(4/7) 5. Monitor Server用のスキーマを認識する ための接頭辞を入力します。 • コンポーネント「Monitor Server」を選択する と、自動的に下記のコンポーネントも選択さ れます。 – Oracle Platform Security Services – 監査サービス – Audit Services Append – Audit Services Viewer • 「次」をクリックします。 34 Monitor Server
  • 35. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 6. 前提条件のチェックが終わったら、 「OK」をクリックします。 7. 「すべてのスキーマに同じワスワードを使 用」を選択して、今回で作るすべてのス キーマのパスワードを一括設定します。 「次」をクリックします 35 3-1.Monitor用Database Repositoryの作成(5/7) Monitor Server
  • 36. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-1.Monitor用Database Repositoryの作成(6/7) 8. 「次」ボタンをクリックします。 – 選択したスキーマに表領域が存在していない場合、 「OK」ボタンをクリックすると、自動的に表領域が作 成されます。 36 Monitor Server
  • 37. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 9. リポジトリの情報を確認の上、「作成」 を押します。 37 3-1.Monitor用Database Repositoryの作成(7/7) 10. 「閉じる」をクリックして、リポジトリの作 成を完了します。 Monitor Server
  • 38. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-2.Monitor Server用Weblogicドメインの作成(1/10) 1. 下記のコマンドを実行して、Weblogicドメイン構成ウィザードを呼び出します。 • この文書の設定では、下記のコマンドを使用します。 38 $ <ORACLE_HOME>/oracle_common/common/bin/config.sh $ /u01/app/Middleware/Oracle_Home/oracle_common/common/bin/config.sh Monitor Server
  • 39. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-2.Monitor Server用Weblogicドメインの作成(2/10) 2. 新規ドメイン作成を選択します。 – ドメインの場所をORACLE HOME以外の場所 に指定して、「次」ボタンをクリックします。 39 Monitor Server
  • 40. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-2.Monitor Server用Weblogicドメインの作成(3/10) 3. 「Oracle GoldenGate Monitor Server 12.2.1」を選択すると、下記のコン ポーネントも自動的に選択されます。 • Oracle JRF • WebLogic Coherence Cluster Edition 12.2.1 • 「次」ボタンをクリックします。 40 Monitor Server
  • 41. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-2.Monitor Server用Weblogicドメインの作成(4/10) 4. Weblogic管理者アカウントの名前とパ スワードを入力して、「次」ボタンをク リックします。 41 Monitor Server
  • 42. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-2.Monitor Server用Weblogicドメインの作成(5/10) 5. ドメイン・モードは「本番」を選択しま す。 – JDKは今回インストールしたものを選択して、 「次」ボタンをクリックします。 42 Monitor Server
  • 43. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-2.Monitor Server用Weblogicドメインの作成(6/10) 6. RCUデータを選択して、下記の情報を 入力します。 • Oracle DB接続情報 • スキーマ所有者とパスワード – 「RCU構成の取得」をクリックして、RCU情報は 正常に取得したら、「次」ボタンをクリックします。 43 Monitor Server
  • 44. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 7. 「次」ボタンをクリックします。 8. 「次」ボタンをクリックします。 44 3-2.Monitor Server用Weblogicドメインの作成(7/10) Monitor Server
  • 45. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 9. OGGMONITORストアのすべてのキーに、 ユーザー名とパスワードを指定して、 「次」ボタンをクリックします。 10. 何も選択しないまま、「次」ボタンをク リックします。 45 3-2.Monitor Server用Weblogicドメインの作成(8/10) Monitor Server
  • 46. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 11. 構成のサマリーを確認の上、「作成」ボ タンをクリックします。 12. 「次」ボタンをクリックします。 46 3-2.Monitor Server用Weblogicドメインの作成(9/10) Monitor Server
  • 47. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-2.Monitor Server用Weblogicドメインの作成(10/10) 13. ドメインの場所と管理サーバーのURL を記録して、「終了」をクリックします。 47 Monitor Server
  • 48. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-3.JMX Serverの設定 • 下記のファイルを更新します。 48 $ vi monitor.properties 下記の値が設定されていることを確認します。 monitor.jmx.server.enabled=true monitor.jmx.server.host=<host name> monitor.jmx.server.port=5502 monitor.jmx.server.user=oggmsjmxusr <ドメインの場所>/config/monitorserver/cfg/monitor.properties Monitor Server
  • 49. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-4. JMX Server Propertiesの更新 • 下記のコマンドを実行します。 49 $ cd /u01/app/Middleware/Oracle_Home/oggmon/monitor_server/bin $ updateOGGMonitorConfig.sh 途中で、下記の内容を入力してください。 Enter absolute path for oggmon domain: /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon You have entered the domain path as : /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon Enter JMX HOST NAME/IP:<hostname> Enter JMX Server Port:5502(前頁で指定したポート番号) Enter JMX Server Username:oggmsjmxusr (前頁で指定したユーザ名) Enter the database type for Monitor Installation. For Oracle Database, Press 1. For SQL Server, Press 2:1 「Added Secure Key into Monitor Server Oracle Wallet.」が出たら完了です。 Monitor Server
  • 50. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-5.Weblogic Admin Serverの起動 • 下記のコマンドを実行して、Weblogic Admin Serverを起動します。 • Weblogic Server管理者のユーザー名とパスワードが要求されます。 – 問題がなければ、下記のようなメッセージが表示されて、WeblogicはRUNNINGモードになります。 50 $<MONITOR_DOMAIN_FOLDER>/startWebLogic.sh <2015/11/19 10時36分02秒 CST> <Notice> <WebLogicServer> <BEA-000360> <サーバーがRUNNINGモードで起動しました。> <2015/11/19 10時36分02秒 CST> <Notice> <WebLogicServer> <BEA-000365> <サーバー状態がRUNNINGに変化しました。> ウィンドウを開いたままにします。または&をつけてバックグラウンドで実行します。 Monitor Server
  • 51. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-6.Weblogic Managed Serverの起動 • 下記のコマンドを実行して、Weblogic Managed Serverを起動します。 • Weblogic Server管理者のユーザー名とパスワードが要求されます。 • Monitorアプリケーションのデプロイが成功した時、下記のメッセージが表示されます。 51 $<Monitor Server domain>/bin/ startManagedWebLogic.sh MONITORSERVER_server1 http://<hostname>:7001 -Dmonitor.jpa.dialect=ora <2015/11/19 10時38分39秒 CST> <Notice> <WebLogicServer> <BEA-000360> <サーバーがRUNNINGモードで起動しました。 > <2015/11/19 10時38分39秒 CST> <Notice> <WebLogicServer> <BEA-000365> <サーバー状態がRUNNINGに変化しました。 > ウィンドウを開いたままにします。または&をつけてバックグラウンドで実行します。 Monitor Server
  • 52. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(1/9) 1. 下記の管理サーバーのURLをブラウ ザで開きます • http://<hostname>:7001/console – ユーザー名とパスワードを入力して、「ログ イン」をクリックします 52 Monitor Server
  • 53. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(2/9) 2. 左側の「ドメイン構造」パネルか ら、「環境」下の「サーバー」リン クをクリックします。 – 右側の「サーバーのサマリー」パネル で、二つのサーバーが構成済み、状 態は「RUNNING」であることを確認し ます。 53 Monitor Server
  • 54. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(3/9) 3. 左側の「ドメイン構造」パネルから、 「デプロイメント」リンクをクリックしま す。 – 右側の「デプロイメントのサマリー」パネルで、 Monitorアプリケーションの状態が「アクティ ブ」であることを確認します。 54 Monitor Server
  • 55. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(4/9) 4. 左側の「ドメイン構造」パネルから、 「セキュリティ・レルム」リンクをク リックします。 – 右側の「セキュリティ・レルムのサマ リー」パネルで、「myrealm」リンクをク リックします。 • 参考:セキュリティ・レルムとは、WebLogic でセキュリティの有効範囲を設定するメカ ニズムです。 55 Monitor Server
  • 56. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(5/9) 5. 右側の「myrealmの設定」パネル で、「ユーザーとグループ」タブを 選択します。 – 「新規」ボタンを押して、新しい Monitorユーザーを作成します。 56 Monitor Server
  • 57. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(6/9) 6. ユーザーの名前とパスワードを入 力して、「OK」ボタンを押します。 57 Monitor Server
  • 58. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(7/9) 7. 作成したユーザーのリンクをクリッ クします。 58 Monitor Server
  • 59. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(8/9) 8. 「グループ」タブを選択して、 「OGGSuperAdmin」を、使用可能 のグループから選択済みに移動 して、「保存」ボタンを押します。 – 「OGGAdministrator」 ・ 「OGGPowerOperator」・ 「OGGOperator」も同じ方法で作 成します。 59 Monitor Server
  • 60. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 3.Oracle GoldenGate Monitor Serverのセットアップ 3-7.Monitor管理ユーザーの作成(9/9) 9. Monitor Server UIは下記のURLで アクセスします。 – http://<hostname>:7003/monitor/faces/ loginPage.jspx • ユーザーの名前とパスワードを入力 して、「Submit」ボタンを押すと、 Monitorアプリケーションのホーム ページにログインします。 60 Monitor Server
  • 61. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Agenda 事前の環境準備 Oracle GoldenGate Monitorのインストール Oracle GoldenGate Monitor Serverのセットアップ Oracle GoldenGate Monitor Agentのセットアップ Oracle GoldenGate Monitorのアンインストール 61 1 2 3 4 5
  • 62. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 1. 下記のコマンドを実行して、Weblogic Admin Serverを起動します。 2. ようこそ画面で、「次」ボタンをクリックし ます。 62 4-1.Monitor Agentのインストール(1/5) $ cd [monitor agent software location] $ java -jar fmw_12.2.1.0.0_ogg.jar Monitor Agent
  • 63. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4-1.Monitor Agentのインストール(2/5) 3. 自動更新画面で、適切なオプショ ンを選択し、「次」をクリックします。 – 本例では、「自動更新をスキップ」を選択 します。 63 Monitor Agent
  • 64. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4. インストール場所画面で、Oracleホー ムを入力し、「次」をクリックします。 5. 「Oracle GoldenGate Monitorエージェント」 を選択して、「次」ボタンをクリックします。 64 4-1.Monitor Agentのインストール(3/5) Monitor Agent
  • 65. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 6. 「次」ボタンをクリックします。 7. インストール情報を確認の上、「インス トール」ボタンを押します。 65 4-1.Monitor Agentのインストール(4/5) Monitor Agent
  • 66. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 8. 「次」ボタンをクリックします。 9. 「終了」ボタンを押して、インストルを完 了します。 66 4-1.Monitor Agentのインストール(5/5) Monitor Agent
  • 67. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4-2.Agentインスタンスの作成 • 下記のコマンドを実行して、Agentインスタンスを作成します。 • 途中でGoldenGateのパスやAgentの場所を入力します。 67 $ <OGG_AGENT_HOME>/oggmon/ogg_agent/createMonitorAgentInstance.sh $ cd /u01/app/Middleware/oggMonAgent/oggmon/ogg_agent/ $ ./createMonitorAgentInstance.sh Please enter absolute path of Oracle GoldenGate home directory : /u01/app/ogg Please enter absolute path of OGG Agent instance : /u01/app/Middleware/oggMonAgent Successfully created OGG Agent instance. Monitor Agent
  • 68. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4-3.Config.propertiesの更新 • 下記のファイルを更新します。 • ホスト名などを入力します。 68 <OGG_AGENT_INST_HOME>/cfg/Config.properties $ cd /u01/app/Middleware/oggMonagent/cfg $ vi Config.properties 下記の値を設定します。 agent.type.enabled=OGGMON --OGGMONに設定 monitor.host=<server host name> --Monitor Serverホスト jagent.host=<agent host name> --Monitor Agentホスト monitor.jmx.username=oggmsjmxusr --プロパティjmx.server.user Monitor Agent
  • 69. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4-4.oggmon.propertiesのコピー • Monitorサーバーからoggmon.propertiesをAgentのディレクトリにコピー – Monitorサーバーのディレクトリは MonitorServer_WLS_Domain/config/monitorserver/cfg – AgentのディレクトリはMonitorAgent_Instance_Home/cfg 69 $ cd /u01/app/Middleware/oggMonagent/cfg $ scp <hostname>:/u01/app/Middleware/Oracle_Home/user_projects/domains/oggm on/config/monitorserver/cfg/oggmon.properties . Monitor Agent
  • 70. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4-5.ウォレット証明書の作成 • 下記コマンドを実行して、ウォレット証明書を作成します。 • JAVA AgentとMonitor Server JMXのパスワードを指定することが必要です。 70 $ < OGG_AGENT_INST_HOME>/bin/pw_agent_util.sh -create $ cd /u01/app/Middleware/oggMonAgent/bin $ ./pw_agent_util.sh –create Please create a password for Java Agent: Please confirm password for Java Agent: Please enter Monitor Server JMX password: Please confirm Monitor Server JMX password: … Wallet is created successfully. Monitor Agent
  • 71. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4-6.GLOBALSファイルの設定 • GLOBALSファイルを更新して、監察を有効化します。 • GGSCIに再ログインして、GLOBALS設定を有効にします。 71 GGSCI > edit params ./GLOBALS ENABLEMONITORING このラインを追加します Monitor Agent
  • 72. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4-7.OGG Agentの起動 • 下記のコマンドを実行して、OGG Agentを起動します。 72 GGSCI> start mgr GGSCI> start jagent GGSCI> info all Program Status Group Lag at Chkpt Time Since Chkpt MANAGER RUNNING JAGENT RUNNING Monitor Agent
  • 73. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 4.Oracle GoldenGate Monitor Agentのセットアップ 4-8.コンソールでの確認 • Monitor Serverコンソールで、インス トールの結果を確認します。 – http://<hostname>:7003/monitor/faces/ loginPage.jspx • 同じ方法で別のAgentをインストール します。 73 Monitor Agent
  • 74. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Agenda 事前の環境準備 Oracle GoldenGate Monitorのインストール Oracle GoldenGate Monitor Serverのセットアップ Oracle GoldenGate Monitor Agentのセットアップ Oracle GoldenGate Monitorのアンインストール 74 1 2 3 4 5
  • 75. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-1.Monitor Serverのアンインストール(1/2) • stopManagedWebLogic.shを実行し、Monitor Management Serverを停止します。 • あるいは、Managed Serverを実行している端末で、Ctrl+Cを押し、Managed Serverを停 止します。 75 $ cd /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon/bin $ ./stopManagedWebLogic.sh MONITORSERVER_server1 Monitor Server
  • 76. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-2.Monitor Serverのアンインストール(2/2) • WeblogicドメインではOracle GoldenGate Monitorだけ稼働している場合、 Administration Serverを停止して、削除することができます。 • Administration Serverを、stopWebLogic.shを実行し、あるいはWeblogic Server実行して いる端末でCtrl+Cを押すことで、停止します。 76 $ cd /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon/bin $ ./stopWebLogic.sh 途中で、ユーザとパスワードを入力する必要があります。 Monitor Server
  • 77. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-2.リポジトリのドロップ(1/5) 1. 下記のコマンドを実行して、リポジトリ作成ユーティリティを起動します。 • この文書の設定では下記のコマンドを使います。 77 $ <ORACLE_HOME>/oracle_common/bin/rcu $ /u01/app/Middleware/Oracle_Home/oracle_common/bin/rcu Monitor Server
  • 78. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 2. ようこそ画面で、「次」をクリックします。 3. 「リポジトリの削除」を選択して、「次」を クリックします。 78 5-2.リポジトリのドロップ(2/5) Monitor Server
  • 79. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-2.リポジトリのドロップ(3/5) 4. データベースの接続情報を入力して、 「次」ボタンをクリックします。 • ポップアップで、「OK」をクリックします。 79 Monitor Server
  • 80. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5. 「次」をクリックします。 6. ポップアップで、「OK」をクリックします。 80 5-2.リポジトリのドロップ(4/5) Monitor Server
  • 81. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 7. 削除待ちコンポネントを確認の上、「削 除」ボタンをクリックします。 8. 「閉じる」を押して、リポジトリのドロップ を完了します。 81 5-2.リポジトリのドロップ(5/5) Monitor Server
  • 82. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-3.Weblogicドメインのアンインストール • ドメインのフォルダを削除することによって、Weblogicドメインをアンインストールします。 82 $ rm -rf /u01/app/Middleware/Oracle_Home/user_projects/domains/oggmon Monitor Server
  • 83. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-4.Weblogic Managed Monitor Serverのアンインストール(1/4) 1. 下記のコマンドを実行して、アンインストールを開始します。 • この文書の設定では下記のコマンドを使います。 83 $ <ORACLE_HOME>/oui/bin/deinstall.sh $ /u01/app/Middleware/Oracle_Home/oui/ bin/deinstall.sh Monitor Server
  • 84. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 2. 「GG Monitor Veridata 12.2.1.0.0」を選択 して、「アンインストール」ボタンを押しま す。 3. ようこそ画面で、「次」をクリックします。 84 5-4.Weblogic Managed Monitor Serverのアンインストール(2/4) Monitor Server
  • 85. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 4. アンインストールの情報を確認の上、 「アンインストール」ボタンをクリックしま す。 5. 「次」ボタンをクリックします。 85 5-4.Weblogic Managed Monitor Serverのアンインストール(3/4) Monitor Server
  • 86. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 6. 「終了」ボタンをクリックします。 86 5-4.Weblogic Managed Monitor Serverのアンインストール(4/4) Monitor Server
  • 87. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-5.Weblogic Administrator Serverのアンインストール(1/5) 1. Weblogic Administrator Serverもアンインストールする時、下記のコマンドを再実行し て、アンインストールを開始します。 • この文書の設定では下記のコマンドを使います。 87 $ <ORACLE_HOME>/oui/bin/deinstall.sh $ /u01/app/Middleware/Oracle_Home/oui/bin/deinstall.sh Monitor Server
  • 88. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 1. ようこそ画面で、「次」ボタンをクリック します。 2. アンインストール情報を確認の上、「ア ンインストール」ボタンをクリックします。 88 5-5.Weblogic Administrator Serverのアンインストール(2/5) Monitor Server
  • 89. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-5.Weblogic Administrator Serverのアンインストール(4/5) 3. 「次」ボタンをクリックします。 89 Monitor Server
  • 90. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-5.Weblogic Administrator Serverのアンインストール(5/5) 4. 「終了」ボタンをクリックします。 • 下記のコマンドで、削除できなかったファ イルも一括削除します。 • この文書の設定では下記のコマンドを使 います。 90 $ rm –rf <ORACLE_HOME>/* $ cd /u01/app/Middleware/Oracle_Home $ rm -rf * Monitor Server
  • 91. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-6.Monitor Agentのアンインストール(1/4) 1. GGSCIで、Agentプロセスを停止します。 • 下記のコマンドを実行して、アンインストールを開始します。 • この文書の設定では下記のコマンドを使います。 91 $ <AGENT_HOME>/oui/bin/deinstall.sh $ /u01/app/Middleware/oggMonAgent/ oui/bin/deinstall.sh GGSCI> stop jagent Monitor Agent
  • 92. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 2. ようこそ画面で、「次」ボタンをクリック します。 3. アンインストールの情報を確認の上、「ア ンインストール」ボタンをクリックします。 92 5-6.Monitor Agentのアンインストール(2/4) Monitor Agent
  • 93. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 4. アンインストールの情報を確認の上、 「アンインストール」ボタンをクリックし ます。 5. 「次」ボタンをクリックします。 93 5-6.Monitor Agentのアンインストール(3/4) Monitor Agent
  • 94. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 5.Oracle GoldenGate Monitorのアンインストール 5-6.Monitor Agentのアンインストール(4/4) 6. 「終了」ボタンをクリックして、アンイン ストールを完了します。 • 下記のコマンドで、削除できなかったファ イルも一括削除します。 • この文書の設定では下記のコマンドを 使います。 94 $ rm –rf <AGENT_HOME>/* $ cd /u01/app/Middleware/oggMonAgent $ rm -rf * Monitor Agent
  • 95. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 参考情報 • Oracle GoldenGate Monitor 12c マニュアル(英語) – https://docs.oracle.com/goldengate/m1221/gg-monitor/index.html 95
  • 96. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Document Control Author Oracle Asia Research & Development Center • 黄 明 • 梁 国賢 • 楊 帆 Reviewer 日本オラクル株式会社 • 谷川 信朗 • 後藤 陽介 • 舟橋 直美 96 変更履歴 Date Version 2016/1 1.0 Created. 2016/2 1.1 先頭スライド削除
  • 97. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 97