0 pts.
Q:
Line Printer Daemon
I need to get some help with the QTLPD jobs that are running on our system. We seem to have too many of them and I an not sure how they get started and what stops them. Also, there are some that have been running for months and I think that they should be ended, just not sure what the impact would be.
ASKED: Oct 15 2007  3:51 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
18790 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
Googled QTLPD and found the following Q&A on Midrange site.

http://archive.midrange.com/midrange-l/200111/msg02059.html

=======================================================

The QTLPD* jobs are Line Printer Daemon jobs -- LPD. These jobs listen for connections from other systems that want to send spooled files to it for printing (or simply for retention on an output queue.) Any system, even PCs or your AS/400 itself might be the source.

E.g., running SNDTCPSPLF can send a copy of a spooled file to a different outq on your system. LPD is what receives the spooled file and places it on the named outq.

If connections are being made that are unexpected, review connections in iSeries Navigator or with NETSTAT *CNN to see the remote address.

See command CHGLPDA to review or change startup attributes, particularly the number of jobs to start when the server is started. The server can be auto-started when TCP/IP starts or it can be started with STRTCPSVR *LPD. End the server with ENDTCPSVR *LPD.

Tom
Last Answered: Feb 6 2010  8:35 AM GMT by TomLiotta   18790 pts.
Latest Contributors: WaltZ400   545 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _