[OpenAFS] Second fileserver setup
Cajus Pollmeier
c.pollmeier@gmx.net
Fri, 10 Oct 2003 16:06:10 +0200
On Freitag, 10. Oktober 2003 15:56, you wrote:
> > # 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/o penafs/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.
>
> What does /etc/hosts look like on afs-2.testnet.local?
>
> K.C.
afs-2:~# cat /etc/hosts
127.0.0.1 localhost
afs-2:~#
When installing the kerberos, I had a "10.3.64.2 afs-1" in afs-1's hosts file - by
accident. So I had to leave it inside its config and add an "afs-1@TESTNET.LOCAL"
for kpropd to work. I hope that this has no drawback :-(
Just tried with this setting in afs-2's hosts file, too. But there's no difference.
Thanks,
Cajus