Hello,
I'm using an openbsd (-current) station to backup a netware (oes2 6.5) cluster.
The netware volumes are mounted on openbsd via nfs:
mount_nfs -3 -c -o ro mesrcl:/VOLESUP /mnt/esup
I'm doing rsync backups of the mounted nfs drives like this:
rsync -va /mnt/esup /backup/esup
Unfortunately I have rsync errors and a lot of files are not being backuped:
rsync: readdir("/mnt/esup/Secretariat/D\#202claration/2009-2014"): Unknown
error: 10006 (10006)
$ nfsstat -c
Client Info:
Getattr Setattr Lookup Readlink Read Write Create Remove
3962 0 51397 0 1201 0 0 0
Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access
0 0 0 0 0 4987 0 4890
Mknod Fsstat Fsinfo PathConf Commit
0 4 2 0 0
Rpc Info:
TimedOut Invalid X Replies Retries Requests FrcSync
0 0 0 3 66443 0
Cache Info:
Attr Hits Misses Lkup Hits Misses BioR Hits Misses BioW Hits Misses
250116 3962 197341 51397 0 1201 0 0
BioRLHits Misses BioD Hits Misses DirE Hits Misses
0 0 0 0 3882 3882
I'm not a network nor nfs specialist, so I was wondering if someone has an idea
what the problem could be and would I could try to solve the problem?
Thanks a lot
Kind regards,
Didier