Cisco Headend Digital Broadband Delivery System Installation Guide

Page of 168
 
Appendix A 
Upgrade the ASI Server Software 
128 
78-4004034-01 Rev C 
 
 
Disable xod_cron.sh 
Follow these steps to disable the xod_cron.sh process. 
1  At the # prompt on the ASI Server, type ps –ef | grep –i xod_cron.sh and press 
Enter
2  Does the ASI Server indicate that the xod_cron process is currently running? 
 
If yes, you must wait until the process is complete to continue. Then, go to 
step 3. 
 
If no, go to step 3. 
3  Type crontab –e asset and press Enter
4  Look through the file to find the following line: 
00 02 * * * /opt/Prasara/bin/xod_cron.sh 
Note: The first four characters of this line indicate the time that the xod_cron.sh 
process is scheduled to run.  These characters may be different on your system. 
5  Type at the beginning of that line to mark it as a comment. 
6  Press Esc, then type wq! and press Enter to save and close the file. 
7  Type crontab –l asset and press Enter to verify that the changes were saved. The 
line that you modified should appear as: 
#00 02 * * * /opt/Prasara/bin/xod_cron.sh. 
 
Disable DBA_JOBS 
Follow these steps to disable DBA_JOBS. 
1  Type su – oracle and press Enter to login as oracle. 
2  At the oracle:SID=asi prompt, type sqlplus ixod/ixod and press Enter
3  Type alter system set job_queue_processes = 0; and press Enter
4  Type exit and press Enter
5  Type exit and press Enter a second time to exit Oracle completely.