Zimbra 8.0.6 to 8.8...
 
Notifications
Clear all

Zimbra 8.0.6 to 8.8.15 migration issues

3 Posts
3 Users
0 Likes
1,411 Views
(@rasputia)
Joined: 3 years ago
Posts: 1
Topic starter  
 
 
 
 
473 / 5000
 
 

Resultados 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 : 0
Thank you for allowing me to participate in the forum and sorry if I raise my issue in the wrong place.

 


   
Quote
(@arman)
Admin
Joined: 3 years ago
Posts: 376
 
Posted by: @rasputia
 
 
 
 
473 / 5000
 
 

Resultados 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 : 0
Thank 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.

 
This post was modified 3 years ago by Arman Khosravi

   
ReplyQuote
Jim Dunphy
(@jdunphy)
Joined: 6 years ago
Posts: 25
 

@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 ms

type : 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

 


   
ReplyQuote