Cisco Headend Digital Broadband Delivery System Installation Guide

Page of 168
 
Appendix A 
Upgrade the ASI Server Software 
134 
78-4004034-01 Rev C 
Perform System Check 
To complete the 1.6.1 server upgrade, you must verify that all ISA components are 
functional. Follow these steps to perform a system check. 
1  In the ISA Services window, select SA Application Tools and then click xOD
2  Verify that the status for all relevant services is “In Service.” 
 
Enable xod_cron.sh 
Follow these steps to enable the xod_cron.sh process. 
1  At the # prompt on the ASI Server, type crontab –e asset and press Enter
2  Look through the file to find the following line: 
#00 02 * * * /opt/Prasara/bin/xod_cron.sh 
Note: The numerals near the beginning of this line indicate the time that the 
xod_cron.sh process is scheduled to run.  These characters may be different on 
your system. 
3  Remove the at the beginning of that line. 
4  Save and close the file. 
5  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. 
 
Verify That DBA_JOBS Are Enabled 
Follow these steps to verify that DBA_JOBS are enabled. 
1  Type su – oracle and press Enter to login as oracle user. 
2  At the oracle:SID=asi prompt, type sqlplus ixod/ixod and press Enter
3  Type select value from v$parameter where name = ‘job_queue_processes’; and 
press Enter
4  Does the system indicate that there are two DBA_JOBS running? 
 
If yes, go to step 5. 
 
If no, type alter system set job_queue_processes=2; and press Enter
5  Type exit and press Enter