[1089] in Kerberos
Re: kadmind run out of rc.local and kprop/kpropd comments
daemon@ATHENA.MIT.EDU (Jon A. Rochlis)
Thu Sep 13 10:35:15 1990
From: jon@MIT.EDU (Jon A. Rochlis)
To: pst@ack.Stanford.EDU (Paul Traina)
Cc: kerberos@ATHENA.MIT.EDU
In-Reply-To: Your message of Thu, 13 Sep 90 00:50:19 -0700.
Date: Thu, 13 Sep 90 09:59:28 EDT
I don't know why kadmind is losing from rc.local, but a word of
caution. We have never automatically restarted the write paths to the
database after a crash for database consistency reasons. Before
starting kadmind we always check to be sure last write to the dbm
database happened well before the crash. If not, we usually dump the
database, look at the ascii dump (comparing it to last night's slave
dump), and reload, just for paranoia's sake.
We could automate the process, I suppose, but our master hardly ever
goes down (124 days up as of today), so it hasn't seem worthwhile.
-- Jon