Semaphore | Description | Occurs in R5? |
0244 & 0245 | Relates to database and database queue. May appear when you have a large or very active database. Typically indicates when one task is trying to open a database, and another task is using it exclusively. | Rarely |
0309 & 030B | Relates to view rebuilding (collection and collection queue). May appear when the database (such as Domino Directory) has very large collections to be rebuilt and the other tasks are locked out. | Rarely |
410F | Relates to OS file system (File Descriptor Queue). May appear with many file accesses. | Rarely |
430D | Relates to Indexer, Name Lookup function (collection and collection queue). May occur with many name lookup requests from different threads (end user or server task initiated).
Note: The Collection Group semaphores are only used by the NameLookup internal process and protect the user's list of NameLookup data structures. | Rarely |
0A12 & 0A13 | Relates to network-level activity (buffered log package and log commit). May appear with a large burst of activity, when reporting of server’s activity occurred at rate faster than server log could update to stay in synch. | Rarely |
4117 | Relates to OS system, tracking most recently freed memory. May appear with many requests for memory from different threads. | Rarely |
0A0B | Relates to network and session tables. May appear when there are many users connected.
Use the Show DBS command to reveal the database in question. The output reveals if a problem is from contention on the Domino Directory, which could prevent clients from authenticating in a reasonable amount of time. See the Show DBS section in the main article for more information. | This semaphore may occur in R5. It remains a semaphore for a few different situations. Contact Lotus Customer Support if you encounter this semaphore. |
4113 | Relates to OS file system, handle table movement. | Does not occur in versions R4 and later. |
0255 | Relates to database (NSF), B-Tree access. May appear when a view is being rebuilt (whose underpinnings are a B-Tree) and there is a heavy demand for the view. | Rarely in R5 (as we optimized the underlying data structures for scalability) but if it occurs, contact Lotus Customer Support. |
0924 | Relates to server (Database Server Queue). May appear when there is much database activity concurrently for a given server. Typically seen on application servers | Rarely |