System failure message in admin console: Difference between revisions

(Created page with "===<h1>System failure message in admin console</h1> === <hr> <br> <h2>Problem:</h2> When browsing through server objects,the Zimbra Admin console reports this error : Messa...")
 
No edit summary
Line 1: Line 1:
===<h1>System failure message in admin console</h1> ===
===<h1>System failure message for SSH private key in admin console</h1> ===
<hr>
<hr>
<br>
<br>
Line 6: Line 6:
When browsing through server objects,the Zimbra Admin console reports this error :
When browsing through server objects,the Zimbra Admin console reports this error :


  Message: system failure: server mail.example.com zimbraRemoteManagementPrivateKeyPath (/opt/zimbra/.ssh/zimbra_identity) does not exist Error  
  Message: system failure: server mail.example.com  
zimbraRemoteManagementPrivateKeyPath (/opt/zimbra/.ssh/zimbra_identity) does not exist Error  
  code: service.FAILURE Details:soap:Receiver
  code: service.FAILURE Details:soap:Receiver


Line 17: Line 18:
Run these commands in the server mentioned in the error (in this case, mail.domain.net) :
Run these commands in the server mentioned in the error (in this case, mail.domain.net) :


  $su – zimbra
  su – zimbra
 
  zmsshkeygen
  $zmsshkeygen
  zmupdateauthkeys
  $zmupdateauthkeys


For a multi-server environment, run this command on the other servers :
For a multi-server environment, run this command on the other servers :


  $zmupdateauthkeys
  zmupdateauthkeys






"Aarti Shah"


<ashah@zimbra.com>
Submitted by:  Aarti Shah

Revision as of 09:33, 21 August 2017

System failure message for SSH private key in admin console



Problem:

When browsing through server objects,the Zimbra Admin console reports this error :

Message: system failure: server mail.example.com 
zimbraRemoteManagementPrivateKeyPath (/opt/zimbra/.ssh/zimbra_identity) does not exist Error 
code: service.FAILURE Details:soap:Receiver

Solution :

To resolve this issue, generate the SSH keys :

To generate the SSH keys :

Run these commands in the server mentioned in the error (in this case, mail.domain.net) :

su – zimbra
zmsshkeygen
zmupdateauthkeys

For a multi-server environment, run this command on the other servers :

zmupdateauthkeys



Submitted by: Aarti Shah

Jump to: navigation, search