meine Recherchen hier im Board und anderswo haben ergeben:



Das Startprogramm QSTRUP startet u.a. TCP (STRTCP). es werden eine Reihe von Servern gestartet, unter der Voraussetzung dass AUTOSTART auf *YES steht.


nachstehend ein Ausschnitt was so alles läuft:


for the SNMP agent use the Change SNMP Attributes (CHGSNMPA) command specifying AUTOSTART(*YES)
for the RouteD server use the Change RouteD Attributes (CHGRTDA) command specifying AUTOSTART(*YES)
for the BOOTP server use the Change BOOTP Attributes (CHGBPA) command specifying AUTOSTART(*YES)
for the TFTP server use the Change TFTP Attributes (CHGTFTPA) command specifying AUTOSTART(*YES)
for the DNS server use the Change DNS Attributes (CHGDNSA) command specifying AUTOSTART(*YES)
for the DHCP server use the Change DHCP Attributes (CHGDHCPA) command specifying AUTOSTART(*YES)
for the DDM server use the Change DDM Attributes (CHGDDMTCPA) command specifying AUTOSTART(*YES)
for the TELNET application use the Change TELNET Attributes (CHGTELNA) command specifying AUTOSTART(*YES)
for the FTP application use the Change FTP Attributes (CHGFTPA) command specifying AUTOSTART(*YES)
for the SMTP application use the Change SMTP Attributes (CHGSMTPA) command specifying AUTOSTART(*YES)
for the LPD application use the Change LPD Attributes (CHGLPDA) command specifying AUTOSTART(*YES)
for the HTTP server application use the Change HTTP Attributes (CHGHTTPA) command specifying AUTOSTART(*YES).
for the Post Office Protocol (POP) version 3 mail servers use the Change POP Mail Server Attributes (CHGPOPA) command specifying AUTOSTART(*YES)
-Beispiel Ende-


den Line Printer Daemon (kurz LPD) können wir auch konfigurieren CHGLPDA

1. Autostart ja/nein

2. Anzahl der Server (Standard 2)


Wenn der LPD gestartet ist, haben wir im SUBSYSTEM QSYSWRK folgende Darstellung (Bsp.):

Subsystem/Job Benutzer
QTFTP00349 QTCP
QTFTP00357 QTCP
QTFTP00362 QTCP
QTLPD00072 QTCP
QTLPD00081 QTCP



zum beenden des LPD benutzen wir den Befehl ENDTCPSVR SERVER(*LPD)


jetzt muss ich nur noch wissen, für was der LPD gut ist???