RseDaemon: startProcesses(): spawn command: parentPID(ppid) errno(errno) dataFd(fd) ctlFd(fd)

 

Message

INFO RseDaemon: startProcesses(): spawn command: parentPID(672)
     errno(0) dataFd(144) ctlFd(150) 

Explanation

The message is logged when the daemon starts a thread pool.

Note: The parent-pid (ppid) is a child of the daemon, but it is also the parent of the actual thread pool process due to our double-kick startup mechanism.
Layout of the message is different before Developer for z/OS® Version 8.0.2.0.(37988). Example:
INFO RseDaemon: startProcesses(): spawn command result=ppid:errno

The message is part of a sequence of messages produced during thread pool startup. Example:

INFO RseDaemon: startProcesses(): spawn command: parentPID(156) 
     errno(0) dataFd(144) ctlFd(150)
INFO RseDaemon: startProcesses(): send Query to the Server process  
INFO RseDaemon: startProcesses(): Server process started. (processId=157)
INFO : ProcessId=157, Memory_Usage=1%, Used_Memory=987KB, threads=3, TCBs=12 

Additional information

None.