Monitor Sybase Databases Using Kerberos Authentication
For the Database Agent to connect to and monitor Sybase databases using Kerberos authentication, these settings are required:
- In the Connection Details section of the Collector
configuration dialog, specify the JDBC connection string:
jdbc:sybase:Tds:<hostname>:<portnum>?REQUEST_KERBEROS_SESSION=true&SERVICE_PRINCIPAL_NAME=<myserver>
- Start the Database Agent using the
-Djavax.security.auth.useSubjectCredsOnly=false
option:nohup java -Djavax.security.auth.useSubjectCredsOnly=false /<db_agent_home>/db-agent.jar &