Cisco Headend System Release 2.7 Installation Guide

Page of 158
 
 
 
Modify the DNCS dncs User .profile File 
 
4035749 Rev B 
73 
 
Add the DrmCheckVodZeroScrIp Environment Variable in the .profile File 
Important:  This section applies to systems that include a VOD server that is running 
in a single element environment with direct connections to the MPEG source. 
Complete the following procedure to add the DrmCheckVodZeroScrIp environment 
variable with a value of 1 to the dncs user .profile file. 
From the dncs xterm window, open the .profile file in a text editor. 
2  Move to the end of the file and add the following entry: 
# VOD Server
 
 DrmCheckVodZeroScrIp=1
 
  
export DrmCheckVodZeroScrIp
 
Save and close the .profile file. 
4  Log out and then log back in as dncs user. 
 
Add Unique Application Server .profile Entries to the dncs User .profile File 
In this procedure you will review the .profile file copied from the Application Server 
during the pre-upgrade procedures and add any unique Application Server 
environment variables to the dncs user .profile file of the DNCS. 
Open two xterm windows on the DNCS and log on as dncs user in both of them. 
2  In one xterm window, open the dncs user's .profile file in a text editor. 
Example:  
vi .profile
 
3  In the other xterm window, type the following command and press Enter to 
review the .profile file copied over from the Application Server. 
less appserv.profile
 
4  Review the appserv.profile file for unique Application Server-related 
environment variables that are set. Exclude system variables like MAIL, PATH, 
etc.   
Examples:  The following list includes some unique environment variables that 
you may find. 
PPV_ADV_WIND_START_INTVL=600
 
PPV_ADV_WIND_END_INTVL=900
 
PPV_IB_SRC_ID2=22
 
PPV_IB_SRC_ID1=8
 
PPV_OB_SRC_ID=7
 
Did you find any unique environment variables? 
 
If yes, continue with step 6. 
 
If no, skip the rest of this procedure and go to the next procedure in this 
chapter.