Of course when I reviewed my posting, I noticed a small error in the patch: > diff -purN --exclude-from /export/public/clemep/tmp/dontdiff nfs-utils-1.0.6-PRISTINE/utils/statd/rmtcall.c nfs-utils-1.0.6/utils/statd/rmtcall.c > --- nfs-utils-1.0.6-PRISTINE/utils/statd/rmtcall.c 2003-09-12 01:41:38.000000000 -0400 > +++ nfs-utils-1.0.6/utils/statd/rmtcall.c 2004-08-25 14:54:00.000000000 -0400 > @@ -38,6 +38,7 @@ > #include "statd.h" > #include "notlist.h" > #include "log.h" > +#include "ha-callout.h" > > #define MAXMSGSIZE (2048 / sizeof(unsigned int)) > > @@ -414,6 +415,8 @@ process_notify_list(void) > note(N_ERROR, > "Can't notify %s, giving up.", > NL_MON_NAME(entry)); > + /* PRC: do the HA callout */ > + ha_callout("del-client", NL_MY_NAME(entry), NL_MON_NAME(entry), 0); The second and third arguments need to be reversed. Corrected patch attached. Sorry about that... -- Paul