Cisco Headend System Release 3.2 Installation Guide

Page of 102
 
Chapter 1    Initial Installation of RNCS Software 
 
 
 
30 
78-4021167-01 Rev D 
Enabling 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 RNCS 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  Save and close the file. 
4  If the "#" character was removed in the file, type inetconv and then press Enter
The system configures the TFTP service. 
5  Type svcadm enable svc:/network/tftp/udp6 and then press Enter to enable the 
TFTP service. 
6  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 
7  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
 
Reboot the RNCS 
To activate these network configuration changes, you need to reboot the RNCS. 
Follow these instructions to reboot the RNCS. 
1  Type shutdown -y  -g0  -i6 and press Enter
2  Log on to the RNCS as root user.