Henrique,
The way we create read-write volumes from read-only, is with a vos dump piped 
to a vos restore.  If the old read-write volume still has an entry in the VLDB, 
you'll have to do a vos delentry on it.  Then...
 
vos dump -id <volume_name>.readonly -time 0|vos restore -server <server_name> 
-partition <partition_name> -id <volume_name>


The server and partition in the vos restore portion of the command is the new 
location of the new read-write volume.

You will probably have to remove the old readonlys and create new ones with the 
vos addsite command.

Hope this helps!

Cyd
> 
> Hi,
> 
> We've had a major disk crash and lost several of our read-write volumes 
> which were replicated on other servers.
> 
> How can we recriate such read-write from the read-only volumes that exist 
> on the other servers? How do we resyncronize the information on the VLDB?
> 
> Thanks,
> 
> Henrique
> 
>  ______________________________________________________________________________
> 
>    Henrique Jorge Fonseca
>    INESC --  Grupo de Sistemas Distribuidos e Automatizacao Industrial
>         R. Alves Redol, 9 - Sala 641    1000 LISBOA  --  PORTUGAL
>    Phone: +351 1 3100316, +351 1 3100000       Fax: +351 1 525843
>    Email: [EMAIL PROTECTED]    URL: http://pandora.inesc.pt/people/hjf.html
>  ______________________________________________________________________________
> 
> 
> 


Reply via email to