Resultados de traducción
473 / 5000Resultados de traducción
Hi, I'm new to the forum and to the world of zimbra + zextras, I'm testing with 2 environments (centos 6 + zimbra 8.0.6 + zextras suiste and centos 8 + zimbra 8.8.15 + zextras suite). backup / import / export function, to do this mount a shared directory between both environments by means of "sshfs", when executing the import I encounter problems: "Error processing SOAP response: Server returned an error.UnknownFile, cannot be parsed : 0Thank you for allowing me to participate in the forum and sorry if I raise my issue in the wrong place.
Hi @rasputia,
Probably this is caused by the DOS filter: please, check its value with
zmprov gcf zimbraHttpDosFilterMaxRequestsPerSec
and, if it is less than 100, set it at least to 100 with
zmprov mcf zimbraHttpDosFilterMaxRequestsPerSec 100
Furthermore, I would suggest to rsync the backup rather than using sshfs.
@arman Very interesting. I wonder if I could follow up with a question on your question to make sure I understand.
If I have zimbraHttpDosFilterMaxRequestsPerSec set to something too low like 10 and I perform an import with concurrency set to something bigger like 50, then items could fail to be imported given the likelihood of zimbraHttpDosFilterMaxRequestsPerSec blocking the incoming connection? If it fails, does the import stop completely or does it keep going and moves on to the next item?
I wonder if setting zimbraHttpDosFilterDelayMillis to 0 before the import vs the default -1 would allow the import to complete vs guessing at the proper value and trying to maximize the zimbraHttpDosFilterMaxRequestsPerSec so that the import could complete the fastest.
% zmprov desc -a zimbraHttpDosFilterDelayMillis
zimbraHttpDosFilterDelayMillis
Delay imposed on all requests over the rate limit, before they are
considered at all. -1 = Reject request, 0 = No delay, any other value
= Delay in mstype : integer
value :
callback :
immutable : false
cardinality : single
requiredIn :
optionalIn : server,globalConfig
flags : serverInherited
defaults : -1
min :
max :
id : 1430
requiresRestart : mailbox
since : 8.0.3
deprecatedSince :
Jim