[OpenAFS] ADS communications issue?

Chris Garrison ecgarris@iupui.edu
Wed, 09 Sep 2009 10:41:40 -0400


Jeffrey Altman wrote:
> Eric Chris Garrison wrote:
>   
>>    AFSD_ARGS="-rxmaxmtu 1500"
>>
>> However, this (9000 MTU + rxmaxmtu 1500) hangs just as before.
>>
>> Any more ideas, with this new information?
>>     
>
> IP MTU 1500 == Rx Mtu 1444.
>
> Try setting it to 1444.
>   

Stranger and stranger... We have done that and the sysadmin on the 
client system reports this:

-------
    Error on restart of afs client:

[root@b140 ~]# service openafs-client start
Updating CellServDB:
Starting openafs-client: afsd: Error seting rxmaxmtu
afsd: All AFS daemons started.

    AFS is mounted on restart:

[root@b140 ~]# df -k /afs
Filesystem           1K-blocks      Used Available Use% Mounted on
AFS                    9000000         0   9000000   0% /afs

    /etc/sysconfig/openafs:

[root@b140 ~]# cat /etc/sysconfig/openafs
# OpenAFS Client Configuration
####AFSD_ARGS="-dynroot -fakestat"
AFSD_ARGS="-dynroot -fakestat -rxmaxmtu 1444"
-------

So it looks like it's got a problem with the argument and isn't being 
set.   What's the problem here?

Chris