[OpenAFS] Second fileserver setup

Cajus Pollmeier c.pollmeier@gmx.net
Fri, 10 Oct 2003 15:37:12 +0200


On Freitag, 10. Oktober 2003 15:00, James E. Dobson wrote:
> > - Copied krb5.keytab.afs from afs-1 to afs-2. Adapted ThisCell
> > and CellServeDB to contain bothmachines.
>
> ThisCell should contain just the name of your cell. CellServDB should only
> have your DB server listed. If you are just adding a fileserver you don't
> need to change CellServDB.

Ok. On both machines I've got this:

# cat /etc/openafs/server/ThisCell
testnet.local

# cat /etc/openafs/server/CellServDB
>testnet.local  #Testnet cell name
10.3.64.2    #afs-1.testnet.local

Didn't restart any services on afs-1. Then

# bos shutdown afs-2.testnet.local -noauth
# pkill bosserver
# rm /etc/openafs/BosConfig
# bosserver -noauth &
# bos create afs-2.testnet.local fs fs /usr/lib/openafs/fileserver /usr/lib/openafs/volserver /usr/lib/openafs/salvager -cell testnet.local -noauth

which runs into the same results as described in the first mail :-( volserver still connects to port 2040 at 127.0.0.1.

Thanks for the quick responses ;-)

Cajus