Tftp: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
 
Boiarino (talk | contribs)
No edit summary
Line 4: Line 4:
  inetconv
  inetconv
to generate manifest file. Start 'tftp' service:
to generate manifest file. Start 'tftp' service:
  svcadm enable network/tftp
  svcadm enable /network/tftp/udp6

Revision as of 14:34, 22 November 2007

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