Cisco Headend System Release 2.7 Installation Guide

Page of 188
 
 
 
Common Download 
 
78-4036705-01 Rev D 
117 
 
 
4  Save the session. The Source Definition List screen should show the session as 
active.  
 
5  From the DTACS System Configuration screen, click Sync DB to sync the 
DTACS and DNCS databases.  
6  Log in  to the DTACS and assume the dtacs role; then type mkdir 
/dvs/dtacs/dtacsFiles/images to create the images directory on the DTACS 
Server. Users will store the DTA code files (or "DTA images") in this directory. 
boris:/dvs/dtacs/dtacsFiles> ls -l
 
drwxrwxr-x   2 dtacs    dtacs        512 Jun 29 15:55 images
 
7  Make sure that the image files are on the DNCS, then use scp to copy the files 
from the DNCS directory to the DTACS. 
Example: 
scp/tmp/DTA1x.x.x.xxxx_xx_X.p.simg jsmith@dtacs:/tmp
 
Note: You cannot complete this step as dtacs or root user role, and you cannot 
copy the files directly into the /dvs/dtacs/dtacsFiles/images directory. 
8  On the DTACS, as the dtacs user, use cp to copy the files into the 
/dvs/dtacs/dtacsFiles/images directory. 
Example: 
cp 
/tmp/DTA1.x.x.xxxx_xx_X.p.simg /dvs/dtacs/dtacsFiles/images/DTA1.x.x.xxxx_xx_
X.p.simg