Cisco Headend System Release 2.7 Installation Guide

Page of 102
 
Appendix E 
Enable the TFTP and bootp Services 
90 
78-4021167-01 Rev D 
Enabling the TFTP and bootp Services 
Note:  Do not execute this procedure if TFTP and bootp are not required or desired 
on this system. 
1  If necessary, open an xterm window on the ISDS as root user. 
2  Use a text editor to uncomment (delete the “#” character, if present, at the 
beginning of the line) the following line in the /etc/inet/inetd.conf file. 
tftp    dgram   udp6    wait    root    /usr/sbin/in.tftpd      in.tftpd -s /tftpboot 
3  From the root xterm window, if the "#" character was removed, type inetconv 
and then press Enter. The system configures the TFTP service. 
4  Type svcadm enable svc:/network/tftp/udp6 and then press Enter to enable the 
TFTP service. 
5  Type svcs svc:/network/tftp/udp6 and then press Enter to verify that the TFTP 
service is running. 
Example:  You should see output similar to the following: 
STATE          STIME    FMRI 
online         15:15:14   svc:/network/tftp/udp6:default 
6  Follow these instructions to enable the bootp service. 
a  As root user, type cd /dvs/lionn/etc and then press Enter
b  Type chmod  4550  bootpd and then press Enter
7  Type exit and then press Enter to log out the root user.