Cisco Headend System Release 2.7 インストールガイド

ページ / 108
 
 
Network Configuration 
4022447 Rev B 
35 
 
Enabling the FTP Service on the RNCS 
For security purposes, the FTP service is disabled after the installation. EAS 
equipment typically uses the FTP method to place files on the RNCS. Follow these 
instructions to determine whether you need to enable the FTP service on the RNCS. 
1  Is the FTP service required on this system? 
 
If yes, continue with step 2. 
 
If no, go to Enabling TFTP and bootp Services. 
2  As root user in an xterm window on the RNCS, type the following and press 
Enter
inetadm –e svc:/network/ftp:default 
3  Type svcs ftp and press Enter to verify that the ftp service is running. 
Example: If the ftp service is running, you should see output similar to the 
following: 
STATE 
STIME   
FMRI 
online 
15:08:44  
svc:/network/ftp:default
 
4  Using a text editor add the following lines to the /export/home/dncs/.profile 
file: 
# Source the Local EAS Interface IP address  
LOCAL_EAS_IP=[EAS Interface IP]; export LOCAL_EAS_IP
 
Note: Replace [EAS Interface IP] with the IP address of the local interface on the 
RNCS that will receive EAS messages. Do not type the brackets [ ] in the 
command. 
5  Save and close the file. 
 
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.