Creating REXEC Server Spooled Job Logs
The REXEC server automatically writes a server job log to a spooled file when it
ends with an error.
Tohave a spooled job log produced at the end of each REXEC session and each
time the REXEC server ends, use the CHGJOBD command, as follows:
CHGJOBD JOBD(QTCP/QTMXRXCS) LOG(4 00 *SECLVL)
Toobtain a spooled job log only when a server ends, use the CHGJOBD command,
as follows:
CHGJOBD JOBD(QTCP/QTMXRXCS) LOG(4 00 *NOLIST)
Exit Points for Controlling REXEC Server
Available exit points give you additional control over the REXEC server.The TCP/IP
request validation exit point (QIBM_QTMX_SERVER_REQ) provides additional
control for restricting an operation. The REXEC server command processing
selection exit point (QIBM_QTMX_SVR_SELECT) allows you to specify which
command processor the REXEC server uses for interpreting and running your
commands. If you add exit programs to both of these exit points, REXEC server
first calls the program that you add to QIBM_QTMX_SERVER_REQ. The TCP/IP
server logon exit point (QIBM_QTMX_SVR_LOGON) provides additional control
over authenticating a user and setting up the user’s environment for the REXEC
server. For a detailed description of these exit points and how to use them, see
“Appendix E. TCP/IPApplication Exit Points and Programs” on page 535.
Chapter16. REXEC Server 403
|
|
|
|
|
|
|
|
|
|
|