This page last changed on Aug 04, 2005 by mattlangston.

Using crontab on glast unix machines

We currently have different crontab files installed under account glast on different glastXX nodes, which makes it easy to accidentally overwrite someone else's crontab entries. To make this a little less likely in future I have created a ~glast/crontabs directory with the current crontab files for each node:

[glast03] ~glast/crontabs > ls -l
total 4
-rw-r--r--    1 glast    gl             67 Aug  4 13:46 glast01
-rw-r--r--    1 glast    gl            243 Aug  4 13:47 glast02
-rw-r--r--    1 glast    gl             30 Aug  4 13:48 glast03
-rw-r--r--    1 glast    gl            193 Aug  4 13:49 glast04

I also aliased crontab to give a message pointing users to this page. Use gcrontab to get the real version of crontab.

If you need to add a new crontab item, please edit the file for the relevant node, then install it using gcrontab, e.g.

  gcrontab ~glast/crontabs/glast01
Document generated by Confluence on Aug 21, 2008 10:27