> Volume test1 exists on srv:/vicepa
> 
> vos restore srv a test1 -file vosdump.file -overwrite full -verbose
>       volume is restored, all is happy
> vos restore srv b test1 -file vosdump.file -overwrite full -verbose
>       volume is restored to /vicepb, but volume is off-line after vos
> restore completed

you can only have one instance of a volume on-line on a server at a
given time; the others are left off-line.

it's been a while but i bet that both of the following will work:

        vos restore srv a test1 -file vosdump.file -overwrite full -verbose
        vos remove srv a test1
        vos restore srv b test1 -file vosdump.file -overwrite full -verbose

        vos restore srv a test1 -file vosdump.file -overwrite full -verbose
        vos restore srv b test2 -file vosdump.file -overwrite full -verbose

                                        - Bill
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo.cgi/openafs-devel

Reply via email to