[OpenAFS] Inconsistent Cell Info on server problem

Russ Allbery rra@stanford.edu
Fri, 21 Dec 2007 12:43:17 -0800


Chris Breneman <crispy@cluenet.org> writes:

> The fileserver does not appear to be creating the sysid file.  The
> complete FileLog is this:
> Fri Dec 21 14:49:37 2007 File server starting
> Fri Dec 21 14:49:37 2007 /etc/openafs/server-local/sysid: doesn't exist
> Fri Dec 21 14:49:37 2007 Creating new SysID file

This part is fine.

> Fri Dec 21 14:49:37 2007 VL_RegisterAddrs rpc failed; will retry
> periodically (code=5376, err=2)

This is your problem.

#define ENOENT           2      /* No such file or directory */

Not horribly helpful error code there.  For some reason, your file server
is failing to talk to your vlserver to register its sysid.

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>