Client use o Ubuntu NFS Server ENOLCK ERROR

0

Servidor A: CentOS 5.11

[root@test08 ~]# uname -a
Linux test08.test.net 2.6.18-398.el5 #1 SMP Tue Sep 16 20:50:52 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux
[root@test07 ~]# cat /etc/exports 
/local_home/       *(insecure,rw,sync)

Servidor B: Ubuntu 16.04

root@test07:~# uname -a
Linux test07 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@test07 ~]# cat /etc/exports 
/local_home/       *(insecure,rw,sync)
root@test07:/etc/default# cat nfs-kernel-server
RPCNFSDCOUNT=8
RPCNFSDPRIORITY=0
RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4"
NEED_SVCGSSD=""
RPCSVCGSSDOPTS=""
RPCNFSDOPTS=""

Cliente: CentOS 5.11 client mount Servidor Um script de execução não é problema. script de execução Server B do servidor de montagem existe ERROR:

INFO: Failed to obtain system lock on host with error code ENOLCK. Too many segment locks open, system lock table is full, or a remote locking protocol failed (e.g., locking over NFS).
INFO: Could not lock library for write. Trying again in 15 second(s).

Tentativas foram feitas para atualizar o kernel, remover o nfs-kernel-server e recarregar a compilação, mas o problema ainda está lá. Não há outras dicas relevantes? Obrigado!

ADICIONAR:

Servidor B: /var/log/kern.log existem erros relacionados:

Jan  3 14:28:39 test07 kernel: [522306.250947] lockd: cannot monitor test04
Jan  3 14:28:58 test07 kernel: [522324.738008] lockd: cannot monitor test04

test04 é o servidor cliente

    
por A-Ray 06.01.2017 / 03:28

0 respostas