[OpenAFS] setup

Jeremy S Barton bartonjs@cs.rose-hulman.edu
Wed, 10 Mar 2004 10:47:12 -0500 (EST)


On Wed, 10 Mar 2004, Mark Neal wrote:

> i'm trying to set up my initial afs server. when i get to the "vos
> create", i get a message that the partition doesn't exist on my server
> (but it does).

> command==> ./vos create aaa.bbb /vicepmn root.afs -cell ccc -noauth
> what am i missing?

It's not what you're missing, it's what you added, actually.  remove the /
from /vicepmn and it should work:
vos create aaa.bbb vicepmn root.afs

-Jeremy