Cisco Headend System Release 2.7 Installation Guide

Page of 188
 
Chapter 6    Post-Installation Tasks 
 
 
 
72 
78-4036705-01 Rev D 
Create Entries in the site_info Database Table 
Important: 
 
This procedure should be performed after you finish an initial installation of the 
DTACS software. 
 
Change Request number 106248 ("New installation of DTACS does not contain 
Site ID info") addresses this issue. 
1  Type dbaccess dtacsdb - and press Enter to access the DTACS database. 
2  At the > prompt, type select * from site_info; and press Enter
3  Were there any entries in the site_info table? 
 
If yes, go to Configure DTACS BOSS Proxying for DNCS (Optional) (on page 
73). 
 
If no, go to step 4. 
4  At the prompt, type insert into site_info values (1, "DTACS", 
"00:00:00:00:00:00", "<dtacsatm_ipaddr>", "00:00:00:00:00:00", "dtacs", 1, "", "", 0); 
and press Enter
Note: Substitute the IP address for the dtacsatm interface defined in the 
/etc/hosts file for <dtacsatm_ipaddr> in the above command. 
5  At the > prompt, type select * from site_info; and press Enter to verify that the 
site_info table is now populated. 
6  Press Ctrl+C to exit the DTACS database.