Kerberos 認証を使用した IBM DB2 データベースのモニタ

データベースエージェントが Kerberos 認証を使用して DB2 データベースに接続してモニタするためには、次の設定が必要です。

  • Djava.security.krb5.conf="<path of the Kerberos configuration file>" を使用して、データベースエージェントを起動します。

    CODE
    nohup java -Djavax.security.krb5.conf="<path to Kerberos configuration file>"
  • [コレクタ設定(Collector configuration)] ダイアログの [CONNECTION DETAILS] セクションで、[Hostname or IP Address]、[Database]、[Listener Port]、および [Custom JDBC Connection String] と Kerberos の詳細を指定します。

    CODE
    jdbc:DB2:Tds:<hostname>:<portnum>?<Kerberos connection details>
  • [Collector configuration] ダイアログの [ADVANCED OPTIONS] セクションで、次の詳細を指定します。

    • Kerberos を選択します。

    • [Connection Properties] を選択し、次の JDBC 接続プロパティを指定します。

      プロパティ名 プロパティ値
      securityMechanism 11
      kerberosServerPrincipal <Kerberos プリンシパルの名前を指定>