ADMINISTRATION TOOLS
1. From the Domino Administrator, select the remote server.
2. Choose Server - Status - Server Console.
3. In the Domino Command field, enter a command from table above and click Send:
These commands check ADMIN4.NSF for new unprocessed requests that match the criteria specified in the command. For example, the command "tell adminp process interval" checks ADMIN4.NSF for new interval requests and queues those requests as if the interval time has expired.
Do not use the command "tell adminp process all" due to performance issues that are created when you run that command. The "tell adminp process all" command simulates a restart of the administration process; therefore, this command waits until all previous requests are processed before starting the next request process. This "wait" is in the main thread of the administration process; therefore, new requests that are received after the console command is issued will wait as well, regardless of request schedule. This command slows the rate at which the administration process requests are run. This is especially true for requests that require a lengthy processing time, such as changing a name in an ACL.
See also