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

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

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

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

    • [Kerberos] を選択します。

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

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