[OpenAFS] NetRestrict - change existing openafs server to use a single network interface

Mike Polek mike@pictage.com
Tue, 17 Jan 2006 14:58:48 -0300


Note: If you use vos listvldb -server, it only shows
you the location of actual volumes. If you have a RW
volume on server A with a replica on server B, but
you never released the volume, the vldb will still
not allow you to remove the address, but you can't
easily find the offending volume. 
vos listvldb -server B could show no volumes, but
the replica listed in the database will prevent
the vos changeaddr -remove B. 

vos listvldb | grep -C5 B

will show you the offending volumes, I think.

Mike Polek
Pictage, Inc.

On Tue, 2006-01-17 at 16:09 +0100, Horst Birthelmer wrote:
> You can use "vos listvl -server ..." to list the 'offending' volumes
> and you should change the address you want to remove from the VLDB  
> first.
> (usually to the address you want to keep)