On Tue, Apr 10, 2001 at 04:00:43PM +0100, Dermot Cassidy wrote:
> ilo102-/coda $ cfs mkmount /coda/users rs.users
> ilo102-/coda $ echo $?
> 0
> ilo102-/coda $ ls -l
> total 0
> lrw-r--r--  1 1002  nobody  10 Apr 10 14:58 users -> #rs.users

Ok, the updateclnt/updatesrv daemon didn't propagate the new VLDB and
VRDB files to all servers. The volume is not mounted.

> ilo102-/coda $ touch /coda/users/junk

This simply dereferences the symlink and touches /coda/#rs.users.

> ilo102-/coda $ echo hello world >>users/junk

This writes "hello world" into /coda/#rs.users.

> ilo102-/coda $ ls -l
> total 0
> -rw-r--r--  1 1002  nobody  12 Apr 10 15:01 #rs.users
> lrw-r--r--  1 1002  nobody  10 Apr 10 14:58 users -> #rs.users

12 bytes == "hello world\0"

Just make sure that updateclnt/updatesrv are still running on all
servers. Also check the timestamps and size of /vice/db/VLDB and
/vice/db/VRDB.

Jan


Reply via email to