Setting up the configuration
Basic - L3P
Release
3.1
06/07
A.3
tftp server for software updates
209
You can obtain additional information about the tftpd daemon tftpd with
the UNIX command “man tftpd”.
Hinweis: The command “ps” does not always show the tftp daemon, alt-
hough it is actually running.
Special steps for HP workstations:
V During installation on an HP workstation, enter the user tftp in the
/etc/passwd file.
For example:
tftp:*:510:20:tftp server:/usr/tftpdir:/bin/false
tftp user ID,
* is in the password field,
510 sample user ID,
20 sample group ID,
tftp serverfreely selectable designation,
/bin/falsemandatory entry (login shell)
V Test the tftp process with, for example:
cd /tftpboot/mice
tftp <tftp-Servername>
get mice/mice.bin
rm mice.bin