Sun Java System Directory Server Enterprise Edition 6.0 Reference

cn=RSAP

The cn=RSAP entry identifies the type of remote service. The remote SAP can be one of the following types:

LDAP Remote SAP

The cn=RSAP entry for an LDAP remote SAP can have one of the following monitoring DNs:


cn=LDAP  servername, cn=RSAP, cn=instanceId, cn=Instance, 
  cn=OperatingSystem, cn=Product, cn=monitor

cn=LDAPS  servername, cn=RSAP, cn=instanceId, cn=Instance, 
  cn=OperatingSystem, cn=Product, cn=monitor

Entries below cn=RSAP can contain the following groups of attributes:

Settings
  • name identifies the SAP name, either LDAP or LDAPS.

  • isSecure identifies whether LDAPS is used. If the value is TRUE, LDAPS is used.

  • host identifies the hostname of the host server.

  • port identifies the port number to access this instance of Directory Proxy Server.

  • totalConnections identifies the total number of connections for bind, read and write operations.

  • connectionsForBind identifies the number of connection for bind operations.

  • connectionsForRead identifies the number of connection for read operations (search and compare).

  • connectionsForWrite identifies the number of connection for write operations (add, delete, modify, and modifyDN).

State
  • operationalStatus identifies the status of the element, with the following values: 2, 4, 12, and 13. For information about these values, see Table 18–2.

Statistics
  • totalAvailableConnections identifies the total number of available connections for bind, read and write operations. The value 0 means that access to that data source is congested.

  • The following attributes are given for bind operations but also exist for read operations and write operations:

    • totalBindConnections identifies the number of established connections for bind operations. All of the connections are kept in a pool of bind connections.

    • availableBindConnections identifies the number of free bind connections in the pool.

    • requestedBindConnections identifies the number of requests to get a free bind connection from the pool.

    • providedBindConnections identifies the number of bind connections provided upon request.

    • refusedBindConnections identifies the number of requests being refused because the pool is empty (even after a wait) or because the remote data source is down.

    • waitRequiredBindConnections identifies the number of requests being blocked in a wait state, waiting for a bind connection to be freed.

    • returnedValidBindConnections identifies the number of connections being released.

    • returnedInvalidBindConnections identifies the number of connections being released as invalid. A connection is said to be invalid when errors have occurred.

ODBC Remote SAP

The cn=RSAP entry for an ODBC remote SAP has the following monitoring DN:


cn=ODBC servername, cn=RSAP, cn=instanceId, cn=Instance, 
  cn=OperatingSystem, cn=Product, cn=monitor

Entries below cn=RSAP can contain the following groups of attributes:

Settings
  • name identifies the SAP name, ODBC.

  • isSecure identifies whether LDAPS is used. If the value is TRUE, LDAPS is used.

  • host identifies the hostname of the host server.

  • port identifies the port number to access this instance of Directory Proxy Server.

State
  • operationalStatus identifies the status of the element, with the following values: 2, 4, 12, and 13. For information about these values, see Table 18–2.

Statistics
  • Provides a set of statistics metrics such as performance and usage.