Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-11-2006, 01:22 AM
Active Member
 
Posts: 40
Default Various servers states... but only one server

Hi, I only have one zimbra server, but in the adminstrator webadmin (at server state tab) shows two more servers states:

Code:
localhost.localdomain:
antispam 08/09/2006 antivirus 08/09/2006 ldap 08/09/2006 logger 08/09/2006 mailbox 08/09/2006 mta 08/09/2006 snmp 08/09/2006 spell 08/09/2006
mailhost.mydomain.com:
antispam 08/09/2006 antivirus 08/09/2006 ldap 08/09/2006 logger 08/09/2006 mailbox 08/09/2006 mta 08/09/2006 snmp 08/09/2006 spell 08/09/2006
mail.domain.com:(this is the true server)
antispam 11/09/2006 antivirus 11/09/2006 ldap 11/09/2006 logger 11/09/2006 mailbox 11/09/2006 mta 11/09/2006 snmp 11/09/2006 spell 11/09/2006

It's because I had to change the hostname two times. How can I remove these two first states (localhost.localdomain, mailhost.mydomain.com)? Thanks
Reply With Quote
  #2 (permalink)  
Old 09-11-2006, 03:46 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

The command zmprov is your friend, have a look at the deleteServer argument - make sure you delete the correct one.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 09-12-2006, 12:17 AM
Active Member
 
Posts: 40
Unhappy

Yes, but the problem is if a run:

Code:
#zmprov GetAllServers
mail.domain.com
only shows one server... Those three servers are in the servers state tab, not in the servers tab.

Any suggestions?
Reply With Quote
  #4 (permalink)  
Old 09-12-2006, 06:10 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Does this thread answer your question?
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 09-13-2006, 02:29 AM
Active Member
 
Posts: 40
Unhappy

No...because if a run zmcontrol status I get:

Code:
Host mail.mydomain.com
        antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Running
        mailbox                 Running
        mta                     Running
        snmp                    Running
        spell                   Running
That's ok, only my server (the true server), but at the webadmin, at server status tab appears 2 more servers status...

And now if run this:
Code:
[zimbra@mail root]$ zmprov help domain
ERROR: account.AUTH_FAILED (authentication failed for zimbra)
I get that error...
Reply With Quote
  #6 (permalink)  
Old 09-13-2006, 02:43 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Try running zmldappasswd for the auth problem.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 09-13-2006, 02:49 AM
Active Member
 
Posts: 40
Default

I tried that and doesn't works

zmldappasswd --root example
zmldappasswd example

But why this error now? I never have this error
In zimbra.log:

Code:
2006-09-13 12:31:48,239 INFO  [http-7071-Processor50] [ip=127.0.0.1;] SoapEngine - handler exception
com.zimbra.cs.account.AccountServiceException: authentication failed for zimbra
        at com.zimbra.cs.account.AccountServiceException.AUTH_FAILED(AccountServiceException.java:78)
        at com.zimbra.cs.account.ldap.LdapProvisioning.verifyPassword(LdapProvisioning.java:2344)
        at com.zimbra.cs.account.ldap.LdapProvisioning.authAccount(LdapProvisioning.java:2184)
        at com.zimbra.cs.account.ldap.LdapProvisioning.authAccount(LdapProvisioning.java:2168)
        at com.zimbra.cs.service.admin.Auth.handle(Auth.java:83)
        at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:261)
        at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:162)
        at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:84)
        at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:223)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:173)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)

Last edited by koby; 09-13-2006 at 03:36 AM..
Reply With Quote
  #8 (permalink)  
Old 09-13-2006, 03:57 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Reboot the server and see if you still get the same messages, are there any other errors in the log?
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 09-13-2006, 04:21 AM
Active Member
 
Posts: 40
Default

No there isn't any error...Yesterday this command (zmprov) works!! I not change nothing
Reply With Quote
  #10 (permalink)  
Old 09-13-2006, 07:35 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Have you recently upgraded to release 4? If you have the zmldappasswd script has a bug in it., follow the details in this thread (the post is by marcmac part way down the page) and then run the zmldappasswd change again.
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.