Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRON DAEMON

Status
Not open for further replies.

harpal

Technical User
Oct 3, 2001
115
GB
Does anyone know how to stop and start the cron daemon and does this require a reboot.

thank in advance
 
Is it not possible to kill the cron by obtaining it's PID with ps -ef | grep cron, then restart /usr/sbin/cron? I don't think a reboot should be necessary. HTH.
 
Harpul,

If you kill -9 the cron process it should respawn itself as in the inittab the cron daemon is set to respawn. Check the time stamp on the process after the kill to ensure the it has respawned. You of course do not need to reboot the system. If it does not respawn automatically run :

telinit q

This will re-read the inittab and kick off the process.

Cheers

PSD
IBM Certified Specialist - AIX V4.3 Systems Support
IBM Certified Specialist - AIX V4 HACMP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top