Cisco Headend System Release 2.5 Release Notes

Page of 160
 
 
Stop the cron Jobs 
4000916 Rev C 
33 
 
Stop the cron Jobs 
Introduction 
Stop any cron jobs that are currently running on the DNCS and the Application 
Server. This ensures that no applications or programs initialize during the 
installation process. Follow the instructions in this section to stop all cron jobs. 
Note:  A cron job refers to programs that run automatically, without specific user 
intervention. 
 
Stopping the cron Jobs on the DNCS 
Follow these instructions to stop cron jobs on the DNCS. 
Note:  You should still be root user in an xterm window on the DNCS. 
1  Type ps  -ef  | grep  cron and then press Enter. The system lists running 
processes that include the word cron. 
2  Did the results from step 1 include /usr/sbin/cron
 
If yes, type /etc/rc2.d/S75cron  stop and then press Enter. The system stops 
all cron jobs. 
 
If no, go to Stopping the cron Jobs on the Cisco Application Server; the cron 
jobs are already stopped on the DNCS. 
3  Confirm that the cron jobs have stopped by typing ps  -ef  | grep  cron again and 
then press Enter. The system should list only the grep process. 
 
Stopping the Cron Jobs on the Cisco Application Server 
Follow these instructions to stop cron jobs on the Cisco Application Server. 
1  Are you already logged on to an xterm window as root user? 
 
If yes, go to step 2. 
 
If no, log on to an xterm window as root user. 
Note:  You need to be root user to run some of the commands in this procedure. 
2  Type ps  -ef  | grep  cron and then press Enter. The system lists running 
processes that include the word "cron".