In message <[EMAIL PROTECTED]>,Steve Simmons write
s:
>    open( FSDATA, "vos listaddrs -noauth |" );

multihomed cells will be listed more than once.  perhaps uniq
would be helpful here.

>    while ( $server = <FSDATA> ) {
>       chomp $server;
>        # I'm not thrilled with this, but it works for us
>       next if $server !~ /^afs/;

my servers dont start with afs.  is this a common thing?

otherwise, this script is pretty cool.
_______________________________________________
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to