Cisco Cisco Videoscape Voyager Vantage 3.2 安装指南

下载
页码 40
28 
 
OL-26410-02 
 
Appendix B:  Vantage Configuration Files 
 
Appendix B:  Vantage Configuration Files 
Samples of the three Vantage configuration files follow. The files that were delivered 
with the code image and/or that you downloaded independently in the previous 
section are ready to be used as is. If you want to edit the files, refer to the examples 
and instructions that follow. 
 
config.ini 
The config.ini file is used to configure some core middleware settings, such as 
nightly reboots (if required), MoCA, and VOD. The following sample file, or the file 
that you downloaded, can be edited to configure these settings as you deem 
necessary. The VOD section of the default config.ini file is commented out. Refer to 
Cisco Videoscape Voyager Vantage Configuration Guide (part number OL-26411) to 
customize and configure VOD. 
Notes:   
 
The system operator needs to choose the VOD system to be used, Arris or 
SeaChange. This choice dictates the way the VOD section of the config.ini file is 
configured. 
 
For sites that deploy Arris VOD, refer to SAImet Package 1.0.0.3 Installation and 
Configuration Guide 
(part number OL-29312). 
###########################################################
 
# This is the default config.ini file to be added to BFS
 
# This config.ini file has all VOD related sections commented out
 
# VOD configuration instructions should be consulted before editing and un-
commenting the VOD section
 
###########################################################
 
# -------------------- 
 
# Nightly Reboot Entries
 
# -------------------- 
 
# disable is a boolean answering the question of do we disable the nightly 
reboot feature.
 
# time is an integer corresponding to the hour of the day to perform the 
reboot, 0-23, e.g. 3 = 3:00 AM.
 
# If no variables are set, the default code behavior is to not reboot.  If 
time is not set, the code defaults to 3am.
 
[reboot]
 
# disable=0
 
# disable=1
 
# time is only parsed if Nightly Reboot is ENABLED (not disabled).
 
# time=3