ADMINISTERING


Monitoring Smart Server Startup

With Smart Server Startup, users are prevented from connecting to a Domino server until it is fully up and ready to accept user requests. For example, during startup of the Domino server after a crash, users can connect to the Domino server only after the server has fully recovered.

When possible, messages from Smart Server use LogEvent. While the amount of logging that is on by default is kept to a minimum, if Smart Server Startup is waiting on a gating program "by default," it logs every 6 seconds so that the administrator is aware that it is waiting on something to complete.

The sh serv command shows the status of Smart Server -- eitherEnabled or Not Enabled is displayed.

Enabling debug output

QOS (Quality of Service) and Smart Server Startup share the same notes.ini variable (debug_qos) to enable debug output. This variable enables different debug output based on the value of the bit setting. Valid values are as follows:

0x1


0x4
0x8
0x100
Although the above values are in Hex, the ini variable is an integer, so as an example, setting debug_qos=264 sets the bits for Smart Server Debug (0x8) and Verbose mode (0x100).

Other notes.ini settings

Use the following notes.ini variables to adjust Smart Server Startup behaviors or to disable the feature:

SmartServerGateTimeAddins


SmartServerSpawnTimeAddins
DisableSmartServer
Note: This feature does not require you to enable QOS despite that it uses the same notes.ini debug setting.