×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
How does one know if the Domino server is ending controlled?
I am thinking about adding a ServerTasks entry to start a job upon start
of the server. Goal is to ensure that I have one FAX job and four QFAXDD
jobs running. This job will check every x minutes (after delaying long
enough for the Domino Fax for iSeries jobs to start) for these jobs. If
they are not running then corrective action will be taken. Which will
currently be:
- alert someone
- TELL FAX QUIT
- wait until jobs gone
- LOAD FAX
- rinse, lather, repeat
However, when the server is ending I want to end my monitor job cleanly
also. Is it as simple as:
if %shtdn;
from RPGLE? Meaning, does ENDDOMSVR *CNTRLD = ENDSBS *CNTRLD?
From the book:
The system operator can request shutdown by specifying the *CNTRLD option
on the following CL commands: ENDJOB (End Job), PWRDWNSYS (Power Down
System), ENDSYS (End System), and ENDSBS (End Subsystem). For information
on these commands, see the iSeries Information Center programming
category.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.