Cisco Headend System Release 2.7 Installation Guide

Page of 158
 
Chapter 5    SR 5.0 Post Upgrade Procedures 
 
 
 
74 
4035749 Rev B 
6  Follow these instructions to add the unique environment variables to the .profile 
file (the file open in the first xterm window). 
a  Move the cursor to the bottom of the .profile file. 
b  Add the following commented line. 
# Application Server Environment Variables
 
Important:  The "#" symbol is required. It identifies the line as a comment. 
c  Add each unique environment variable that you found in the appserv.profile 
file to the dncs user .profile file.  
Important:  The new variables that you add should NOT be commented. The 
examples that follow show two ways of accomplishing this. 
Example 1: 
export PPV_ADV_WIND_START_INTVL=600
 
export PPV_ADV_WIND_END_INTVL=900
 
 
Example 2: 
PPV_IB_SRC_ID2=22
 
PPV_IB_SRC_ID1=8
 
PPV_OB_SRC_ID=7
 
export PPV_IB_SRC_ID2 PPV_IB_SRC_ID1 PPV_OB_SRC_ID
 
Save the .profile file and exit from the text editor. 
8  Type exit and press Enter in the second xterm window (the one in which the 
appserv.profile file is open). 
Result:  The system exits from the less utility. 
9  Type exit and press Enter in both xterm windows to log out the dncs user. 
10  In an xterm window, type the following command and press Enter to log back in 
as dncs user. 
sux - dncs
 
11  Type the following command and press Enter to review the dncs user enabled 
environment variables. 
env | less
 
12  Are all the new Application Server environment variables that have been added 
present and correct? 
 
If yes, go to the next procedure in this chapter. 
 
If no, repeat this procedure.