[OpenAFS] listaddrs
Michael Robokoff
mrobo@mrdek.com
Mon, 11 Nov 2002 08:50:34 -0600
I use the vos listaddrs command in a script to get free and used space
on all my AFS servers. The problem I am having is, I am getting
different info on different machines. First if I run the command on a
machine with just a client I get the correct results.
# vos listaddrs
server_one.machine.org
server_two.location.machine.org
server_three.location.machine.org
client_one.machine.org
server_four.machine.org
server_five.machine.org
server_six.machine.org
The same command run on afs server machine server_four.machine.org. Note
this does not even show itself.
# vos listaddrs
server_six.machine.org
According to fs help
listaddrs list the IP address of all file servers registered in
the VLDB
Why would some show them as registered in the vldb and others not.
We are running openafs-1.2.6-rh7.2.1
--Mike