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

(Created page with "===<h1>Steps to fix Too many ADMIN sessions error</h1>=== <hr> <br> <h2>Problem:</h2> Getting "Too many ADMIN sessions" errors with ''zmmailbox'' command. mailbox.log shows...")
 
No edit summary
Line 4: Line 4:
<h2>Problem:</h2>
<h2>Problem:</h2>


Getting "Too many ADMIN sessions" errors with ''zmmailbox'' command.
Getting "Too many ADMIN sessions" errors with ''zmmailbox'' command, and mailbox.log shows following entry.  
 
mailbox.log shows entries like below.


  "ZimbraWebClient - GC51 (Win);] session - Too many ADMIN sessions, closing AdminSession"
  "ZimbraWebClient - GC51 (Win);] session - Too many ADMIN sessions, closing AdminSession"
Line 14: Line 12:
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 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 you can check and update current value:-  
With the help of following steps we can check and update current value:-  


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   
Line 26: Line 24:




Heera Singh Koranga


"Heera Singh" <hsingh@zimbra.com>
 
Submitted by:  Heera Singh Koranga

Revision as of 08:23, 21 August 2017

Steps to fix Too many ADMIN sessions error



Problem:

Getting "Too many ADMIN sessions" errors with 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 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:-

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