Parameter:
DEBUG_ADMINPShort description: Debug output for the Administration Process (
adminp) – shows processing of individual request documents, name changes, certifications, and replica creations.Profile
Parameter | DEBUG_ADMINP |
Category | Logging / Debug |
Component | Server |
Available since | 10.0 |
Supported versions | 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | 0 = off (default), 1 = basic, 2 = verbose (per request document) |
Description
The Administration Process (
adminp) asynchronously executes administrative tasks: name changes, certifications, replica creations, mail file moves, and many more. When a request document in admin4.nsf hangs or fails, DEBUG_ADMINP=1 (or 2) helps with diagnosis: Domino writes detailed information to console.log about which request is currently being processed, which lookups are running, and where it gets stuck.Friendly companion: the adminp log on the console tab and the status view in
admin4.nsf.Example configuration
DEBUG_ADMINP=2
Notes & pitfalls
- Level
2is very verbose – enable only temporarily, then reset to0.
- Entries land in
console.logand inlog.nsf.
- Easily evaluated with
Console_Log_Enabled=1active.
- For even more details, can be combined with
Debug_Outfile.
- Takes effect immediately after a server restart or
tell adminp restart.
- Complementary to
Debug_AMgr,DEBUG_AGENTMANAGER,Debug_Cluster.