[OpenAFS] Lost RW volume

Jimmy Engelbrecht jimmy@e.kth.se
06 Dec 2002 22:25:29 +0100


Martha.Cofran@cexp.com writes:

> Somehow, I've lost my RW volume.  My vldb shows the following.  Now I'm
> unable to do anything because all I have are read-only volumes.  I can't
> create a RW volume or mount anything.  Does anyone know how I can recover
> from this?
> 
> Thanks for you help
> Martha
> 
> VLDB entries for all servers 
> 
> root.afs 
>     ROnly: 536870913 
>     number of sites -> 1
>        server uscobrmfa-ub-17 partition /vicepa RO Site 
> 
> root.cell 
>     ROnly: 536870916 
>     number of sites -> 1
>        server uscobrmfa-ub-17 partition /vicepa RO Site 

vos dump  root.afs.readonly | vos restore -server uscobrmfa-ub-17 -part a -name root.afs 
vor rele -v root.afs

vos dump  root.cell.readonly | vos restore -server uscobrmfa-ub-17 -part a -name root.cell 
vor rele -v root.cell

Or something like this ... do "vos dump -help" and "vos restore -help" for
more info.

/Jimmy