Bug 918704
| Summary: | db instance cn=monitor showing stats for other db instances | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Nathan Kinder <nkinder> |
| Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sankar Ramalingam <sramling> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | amsharma, jgalipea, lkrispen, nhosoi |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.1.2-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 09:25:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Nathan Kinder
2013-03-06 18:15:18 UTC
moving all ON_QA bugs to MODIFIED in order to add them to the errata (can't add bugs in the ON_QA state to an errata). When the errata is created, the bugs should be automatically moved back to ON_QA. Hi Amita, What Sankar wrote is correct. You are supposed to have 2 backends: the second one's backend name starts with the first one. E.g., 1st: nsslapd-backend: amita 2nd: nsslad-backend: amitasharma As Sankar suggested, search "cn=monitor,cn=amita,cn=ldbm database,cn=plugins,cn=config". If it does not return the info for cn=amitasharma, you could mark verified. sorry for typo... :p ^2nd: nsslad-backend: amitasharma^2nd: nsslapd-backend: amitasharma^ Thanks Noriko and Sankar. [root@dhcp201-149 ~]# ldapsearch -h localhost -p 389 -D "cn=directory manager" -w Secret123 -b "cn=monitor,cn=example,cn=ldbm database,cn=plugins,cn=config" # monitor, example, ldbm database, plugins, config dn: cn=monitor,cn=example,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: monitor database: ldbm database readonly: 0 entrycachehits: 0 entrycachetries: 6 entrycachehitratio: 0 currententrycachesize: 0 maxentrycachesize: 10485760 currententrycachecount: 0 maxentrycachecount: -1 dncachehits: 0 dncachetries: 0 dncachehitratio: 0 currentdncachesize: 0 maxdncachesize: 10485760 currentdncachecount: 0 maxdncachecount: -1 dbfilename-12: example/id2entry.db dbfilecachehit-12: 0 dbfilecachemiss-12: 2 dbfilepagein-12: 2 dbfilepageout-12: 0 dbfilename-16: example/entryrdn.db dbfilecachehit-16: 5 dbfilecachemiss-16: 2 dbfilepagein-16: 2 dbfilepageout-16: 0 [root@dhcp201-149 ~]# ldapsearch -h localhost -p 389 -D "cn=directory manager" -w Secret123 -b "cn=monitor,cn=example2,cn=ldbm database,cn=plugins,cn=config" # monitor, example2, ldbm database, plugins, config dn: cn=monitor,cn=example2,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: extensibleObject cn: monitor database: ldbm database readonly: 0 entrycachehits: 0 entrycachetries: 4 entrycachehitratio: 0 currententrycachesize: 0 maxentrycachesize: 10485760 currententrycachecount: 0 maxentrycachecount: -1 dncachehits: 0 dncachetries: 0 dncachehitratio: 0 currentdncachesize: 0 maxdncachesize: 10485760 currentdncachecount: 0 maxdncachecount: -1 dbfilename-15: example2/id2entry.db dbfilecachehit-15: 0 dbfilecachemiss-15: 2 dbfilepagein-15: 2 dbfilepageout-15: 0 dbfilename-30: example2/entryrdn.db dbfilecachehit-30: 3 dbfilecachemiss-30: 2 dbfilepagein-30: 2 dbfilepageout-30: 0 Hence marking bug as VERIFIED This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |