Tftp

From CLONWiki
Revision as of 14:40, 22 November 2007 by Boiarino (talk | contribs)
Jump to navigation Jump to search

Tftp is used in particular to download images into ROCs, PMCs and IOCs. To activate, uncomment following line in /etc/inetd.conf file:

tftp	dgram	udp6	wait	root	/usr/sbin/in.tftpd	in.tftpd -s /tftpboot

and run

inetconv

to generate manifest file. Start 'tftp' service:

svcadm enable /network/tftp/udp6

Create directorory /tftpboot. All files you want to download using 'tftp' must be placed in that directory.