[OpenAFS] syncing PTS DBs between 2 cells
Charles Clancy
security@xauth.net
Sun, 10 Nov 2002 11:08:45 -0600 (CST)
> Basically what I'd want to have is a mechanism to automatically
> propogate any updates made in the first cell's PTSDB out to the second cell.
>
> also, the second cell would prefferably not accept updates through the
> normal client API.
What about the following from your secondary server(s):
$ bos stop localhost ptserver
$ scp -r 'primaryserver:/usr/afs/db/prdb.*' /usr/afs/db
$ bos start localhost ptserver
[ t charles clancy ]--[ tclancy@uiuc.edu ]--[ www.uiuc.edu/~tclancy ]