Coda File System

Re: replicated servers

From: joseph kacmarcik <joe-codalist_at_earth.care2.com>
Date: Thu, 7 Apr 2005 08:15:23 -0700 (PDT)
> 	Also, an unrelated question: if I have a cluster of web servers using
> coda for shared storage, do I have to worry about their tokens expiring?
> Do other people use cron jobs to renew their tokens every day or so?

i have clog set for startup, then every hour in cron just to be safe. in
/etc/rc.local, it's:

su -l [http user] -c "/bin/echo [pass] | /usr/bin/clog [http user]@[scm]"

then said user's cron has:

59 * * * * /bin/echo [pass] | /usr/bin/clog [http user]@[scm]


good day!
joe
Received on 2005-04-07 11:16:39