I am trying to simulate an server change, I will have to do it very soon.
First let me expain how my Server was built.
I started using Zimbra OSE 6.0.6 and upgraded it every time the new version came out. I upgraded it just instaling the new version over the old one (never had a problem), the last OSe version was 7.1.0.
2 months ago I purchased NE mainly because of the backup feature.
I am trying to simulate a recovery, and for these instalation I build an Dummy BIND so I could use the same hostname and license.
My actual instalation:
Code:
antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
snmp Running
spell Running
stats Running
zmconfigd Running No convertd, I didnīt knew that I had to install it, but it work ok without it.
The new instalation goes fine, I only added convertd, used the same ldap passwords, used the same AV, spam and Ham users.
Then I delete mysql DBīs with
Code:
rm -rf /opt/zimbra/db/data/*
and then
Code:
zmrestoreldap -lb lastFull
After that I have some issues:
after zmcontrol restart the message is:
Code:
Starting imapproxy...Failed.
Error: nginx not installed
But I installed it
When I uncheck Imap and Pop Proxy in Server configuration/services in Admin Console the error disapears.
Also there is a window that tells me there is an Javascript error in method ZaZimbraAdmin.prototype._getLoginMsgPanel
Code:
message: ZaApp.getInstance().getCurrentController() is undefined fileName:
https://192.168.1.44:7071/zimbraAdmin/js/Admin_all.js.zgz?v=110329142006 lineNumber: 23456 stack:
("name","domain.com")@https://192.168.1.44:7071/zimbraAdmin/js/Admin_all.js.zgz?v=110329142006:23456
("name","domain.com",f... after that I stop Zimbra, start mysql, ldap and convertd and do a
Code:
cd /tmp ; nohup zmrestoreoffline -lb last full -sys -a all -c -br &
everything works fine until it stalls with the messages
Code:
2011-06-24 10:35:56,265 INFO [main] [name="email dress";mid=102;] index - Shutting down IndexHelper thread pools....
2011-06-24 10:35:56,265 INFO [main] [name="email adress";mid=102;] index - ...ReIndexing threadpool shutdown completed.
2011-06-24 10:35:56,266 INFO [main] [name="email adress";mid=102;] index - ...IndexingCompleted threadpool shutdown completed.
2011-06-24 10:35:56,266 WARN [main] [name="email adress";mid=102;] ZimbraHttpConnectionManager - shutting down http client idle connection reaper thread
What am I doing wrong? How can I solve these issues?
I have 3 domains and 1 domain alias running on the main server