Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-19-2006, 11:27 AM   #1 (permalink)
 
Newb Techie

Join Date: Jun 2006

Posts: 2

v1ctory

Angry scheduling tasks

hello!
i have a small cluster of 25 linux computers in office. i have to run some tasks on it everyday (different tasks each day); so i have to remotely ssh into each of those machines and run them; which is quite a hassle. what do you guys suggest? how can i schedule this task of patches and system checks? have you guys suffered the same?
v1ctory is offline  
Old 06-19-2006, 12:33 PM   #2 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

Probably cron or anacron would be your best choices.

Here's a nice little tutorial on it from RH, even though it should apply to any modern Linux distro with coreutils.
http://www.redhat.com/docs/manuals/l...autotasks.html
__________________



Debian Support Forums!
macdude425 is offline  
Old 06-19-2006, 02:30 PM   #3 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

and if you dont want to use cron you can also schedule one time tasks with the "at" command
horndude is offline  
Old 06-20-2006, 11:50 PM   #4 (permalink)
 
Newb Techie

Join Date: Jun 2006

Posts: 2

v1ctory

Default

thanks for the pointers!
i was aware of cron and at for managing tasks, and i had used it initially. however, the trouble was that i was never able to find out if task was successfully completed on all the machines. some machines might be switched off, or the task might get interrupted for some reason or the other.
that was creating an uncertainity which was not acceptable. that is why i switched to manual execution of tasks.
v1ctory is offline  
Old 06-22-2006, 01:13 AM   #5 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

Wow thanks for the tip horndude, I didn't know about the "at" command. This is quite helpful
The General is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On