[35980] in Kerberos
Re: ping for kdc utility?
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Wed Apr 2 15:46:53 2014
Date: Wed, 2 Apr 2014 15:46:37 -0400 (EDT)
From: Benjamin Kaduk <kaduk@mit.edu>
To: Wang Shouhua <shouhuaw@gmail.com>
In-Reply-To: <CANzOW+LRxKcNqGi7_vwp3qC-z=pH+rSyfdn=a7S58AORw9ZfGQ@mail.gmail.com>
Message-ID: <alpine.GSO.1.10.1404021544190.21026@multics.mit.edu>
MIME-Version: 1.0
Cc: kerberos@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
On Wed, 2 Apr 2014, Wang Shouhua wrote:
> Is there such an utility which can issue a "ping" (null command) to
> the kdc to see if it is still responding?
I'm not aware of a dedicated utility. However, the KDC is basically a
stateless UDP service, so recording a live transaction and replaying an
input packet is expected to yield some sort of response packet. Doing
this periodically allows for a very primitive "liveness check" which can
be used in some monitoring setups. Of course, if one wants to monitor
that the KDC is actually functioning properly and not just spewing error
packets, more effort is required.
-Ben Kaduk
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos