Installing and Managing HP ARPA File Transfer Protocol Network Manager's Guide (36957-90157)
42 Chapter 3
Starting FTP
Starting INETD
Starting INETD
Since FTPSRVR runs under INETD, INETD has to be started now.
Refer to the Configuring and Managing MPE/iX Internet Services
Manual, for specifics into the setup of the INETD (the Internet Super
Daemon) configuration files referenced here.
Here are the entries needed for FTPSRVR to run under INETD. These
entries can be added by streaming FTPCNFJ.ARPA.SYS or by manually
editing each file.
Services File
The SERVICES.NET.SYS file must have the following line:
ftp 21/tcp
It might be commented out (with # symbol). In that case, uncomment it.
Otherwise enter the line using an MPE editor.
Protocol File
The PROTOCOL.NET.SYS file must have the following line:
tcp 6 TCP # transmission control protocol
It might be commented out (with # symbol). In that case, uncomment it.
Otherwise enter that line using an MPE editor.
Configuration File
Add the FTP services to INETDCNF.NET.SYS. This is done by adding
the following line:
ftp stream tcp nowait MANAGER.SYS /SYS/ARPA/FTPSRVR ftpsrvr
It might be commented out (with # symbol). In that case, uncomment it.
Otherwise enter that line using an MPE editor.
Starting INETD
Stream the job JINETD.NET.SYS:
:stream JINETD.NET.SYS
NOTE Do not stream JFTPSTRT.ARPA.SYS; it is no longer needed. Check
startup jobs, UDCs and Command files for any place where JFTPSTRT
is streamed and delete or comment out those entries.