Cisco Headend System Release 2.5 Release Notes

Page of 168
 
 
Stop the cron Jobs 
4004148 Rev C 
35 
 
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:  Take note of what time you stop the cron jobs. You may need to manually run 
these applications or programs after the installation is complete. 
 
Stopping the cron Jobs on the DNCS 
Complete the following steps to stop cron jobs on the DNCS. 
Note:  You need to be logged on to an xterm window on the DNCS as root user. 
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 (on page 
35); 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 on the Application Server as root 
user? 
 
If yes, go to step 2. 
 
If no, log on to an xterm window as root user. 
2  Type ps -ef | grep cron and then press Enter. The system lists running processes 
that include the word cron