Cisco Headend System Release 2.7 Installation Guide

Page of 212
 
Chapter 15    Troubleshooting 
 
 
 
184 
4017650 Rev C 
1  In an xterm window on the Application Server, type cd  /dvs/appserv/tmp and 
press Enter. The /dvs/appserv/tmp directory becomes the working directory. 
2  Type vi  trace.cfg and press Enter. The trace.cfg file opens. 
3  Does the file contain any comment lines that correspond with the tracing 
function you want to enable? 
 
If yes, remove the # from the beginning of that line and go to step 5. 
 
If no, go to step 4. 
4  Use the arrow keys to scroll to the bottom of the file and add the appropriate 
entry for the tracing function you want to enable. 
Note: See The trace.cfg File for more information on writing trace.cfg entries. 
5  Type :wq to save and close the file. 
6  Type dvs/appserv/bin/tools/showTracing to put the changes into effect. 
Important: If you do not perform this step, the changes that you made will not 
be put into effect. 
 
Disabling the Tracing Function on the Application Server 
Complete these steps to disable the tracing function for an Application Server 
process. 
1  In an xterm window on the Application Server, type cd  /dvs/appserv/tmp and 
press Enter. The /dvs/appserv/tmp directory becomes the working directory. 
2  Type vi  trace.cfg and press Enter. The trace.cfg file opens. 
3  Find the entry that corresponds with the tracing function you want to disable. 
4  Place the cursor at the beginning of the line you want to disable and type #. 
Note: It is a good idea to comment out the entry instead of deleting it. By doing 
so, you can easily enable the command later if necessary. To comment out an 
entry, add a # to the beginning of the line containing the entry. 
5  Type :wq to save and close the file. 
6  Type dvs/appserv/bin/tools/showTracing to put the changes into effect.