ターゲット・データベースとの通信用のサード・パーティCA証明書の構成
セキュアなターゲット・モニタリングのために、OMSサーバーおよびエージェントで次のプロパティ・セットを設定する必要があります。OMSとエージェントをバウンスして、変更内容を有効にします。
ノート:
emctlの詳細は、『Oracle Enterprise Managerライフサイクル・マネージメント管理者ガイド』のemctl partoolユーティリティの使用に関する項を参照してください。
OMSサーバーで設定するプロパティ:
-
#Client authority
-
emctl set property -name em.targetauth.db.pki.KeyStore -value <…wallet..>
-
emctl set property -name em.targetauth.db.pki.KeyStorePassword -value <…>
-
emctl set property -name em.targetauth.db.pki.KeyStoreType -value <..>
-
-
#Server authority
-
emctl set property -name em.targetauth.db.pki.TrustStorePassword -value <…>
-
emctl set property -name em.targetauth.db.pki.TrustStoreType -value <..>
-
emctl set property -name em.targetauth.db.pki.TrustStore -value <…wallet..>
-
ターゲット・データベース・ホストのエージェントに設定するプロパティ:
-
#Client authority
-
emctl setproperty agent -name connectionKeyStoreLocation -value <…wallet..>
-
emctl setproperty agent -name connectionKeyStoreType -value <..>
-
emctl setproperty agent -name connectionKeyStorePassword -value <..>
-
-
#Server authority
-
emctl setproperty agent -name connectionTrustStoreLocation -value <…wallet..>
-
emctl setproperty agent -name connectionTrustStoreType -value <..>
-
emctl setproperty agent -name connectionTrustStorePassword -value <..>
-