[726] in Info-AFS_Redistribution
Finding mount points
daemon@ATHENA.MIT.EDU (Dave Wallis)
Thu Apr 16 15:35:26 1992
Date: Thu, 16 Apr 92 13:18:07 -0500
From: wallis@psychosis.ssc.gov (Dave Wallis)
To: Info-AFS@transarc.com
Reply-To: wallis@psychosis.ssc.gov
I would like to generate a listing of all the mountpoints in a cell
(or some subset of a cell), partly for recovery purposes, and partly
for documentation to keep administrators up-to-date on what's
changing, which volumes are replicated and need to be fs released,
etc. One way to do this is:
find <some-path> -type d -exec "fs lsmount {} \; | grep -v "not a mount point"
but the disadvantages of this should be obvious. Is there a way to get
such information out of afs that's a bit more efficient? Also, if it
makes a difference, I'd really like to be able to fold that
information in with the output from "vos listvldb", so I have the most
important information about partitions, volumes, and mountpoints all
in one place.
Thanks in advance for any help!
Dave Wallis (wallis@psychosis.ssc.gov)
SSC Laboratory,
Dallas, TX
(214)708-3410