Steps to fix Too many ADMIN sessions error: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===<h1>Steps to fix Too many ADMIN sessions error</h1>===
{{BC|Certified}}
__FORCETOC__
<div class="col-md-12 ibox-content">
=Error - Too many ADMIN sessions, closing AdminSession=  
<hr>
<hr>
<br>
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}
<h2>Problem:</h2>


Getting "Too many ADMIN sessions" errors with ''zmmailbox'' command, and mailbox.log shows following entry
====Problem====
 
Error "Too many ADMIN sessions" is seen when using ''zmmailbox'' command and mailbox.log shows following entry


  "ZimbraWebClient - GC51 (Win);] session - Too many ADMIN sessions, closing AdminSession"
  "ZimbraWebClient - GC51 (Win);] session - Too many ADMIN sessions, closing AdminSession"


<h2>Solution:</h2>
====Solution====


By default 5 admin SOAP sessions configured for a single user on ZCS server, and its controlled by the local config key "zimbra_session_limit_admin".  
By default, 5 admin SOAP sessions are configured for a single user on ZCS server and its controlled by the local config key "zimbra_session_limit_admin".  


With the help of following steps we can check and update current value:-
With the help of following steps, the current local config key value can be seen and updated :  


'''1).''' Command to check :-  
'''1).''' Command to check :-  


    zmlocalconfig zimbra_session_limit_admin  
zmlocalconfig zimbra_session_limit_admin  


'''2).''' Command to update :-  
'''2).''' Command to update :-  


    zmlocalconfig -e zimbra_session_limit_admin=10   
zmlocalconfig -e zimbra_session_limit_admin=10   
    zmmailboxdctl restart
zmmailboxdctl restart
 
 




Submitted by:  Heera Singh Koranga
{| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10"
|'''Submitted by''':  Heera Singh Koranga
|}

Latest revision as of 18:20, 15 April 2020

Error - Too many ADMIN sessions, closing AdminSession


   KB 23306        Last updated on 2020-04-15  




0.00
(0 votes)

Problem

Error "Too many ADMIN sessions" is seen when using zmmailbox command and mailbox.log shows following entry :

"ZimbraWebClient - GC51 (Win);] session - Too many ADMIN sessions, closing AdminSession"

Solution

By default, 5 admin SOAP sessions are configured for a single user on ZCS server and its controlled by the local config key "zimbra_session_limit_admin".

With the help of following steps, the current local config key value can be seen and updated :

1). Command to check :-

zmlocalconfig zimbra_session_limit_admin 

2). Command to update :-

zmlocalconfig -e zimbra_session_limit_admin=10   
zmmailboxdctl restart


Submitted by: Heera Singh Koranga
Jump to: navigation, search