Have to manually start Domino subsystem and server each morning

The startup routine execution in QGPL/STARTUP: (I inserted the 300 second delay; MONMSG MSGID(CPF0000) traps errors. )

DLYJOB DLY(300)

STRSBS SBSD(QUSRNOTES/DOMINO01) /* 11/13/09 CRB */

MONMSG MSGID(CPF0000)

All subsystems are started the same way. It would be interesting to find out what the difference is between STRDOMSVR and STRSBS SBSD(QUSRNOTES/DOMINO01.

I just wonder if starting the subsystem is not the same thing as starting the Domino server.

Additionally, my QEZJOBLOG is empty, and I wonder if the two are related?

Before starting Domino this morning I looked at the message log for QSYSOPR and the Domino console messages. The Qsysopr message logs shows a successful start of the Domino01 subsystem at 3:42, but the Domino console shows the Domino termination at 2:57 and no indication that it tried to start at 3:42.

We just converted/upgraded to v8 from R5 Domino; am I missing something in the ini file for the Domino server? I never had these problems on the old server.

Thank you very much for any assistance - Shannon

Subject: STRDOMSRV and STRSBS are not the same

Don’t understand what problem you are trying to solve. Starting a subsystem via STRSBS SBSD(QUSRNOTES/DOMINO01) will not start the Domino server. It only starts the controlling subsystem job (which will also be started when the STRDOMSVR command is executed). So you are correct in the assumption that starting the subsystem is not the same as starting the Domino server. To start the Domino server, you must use the STRDOMSVR command, and it has always been that way, even back in R5.