I'm testing disaster restore to make sure it will work in the event of a complete failure, I have simply stopped all services and dumped all of /opt/zimbra according to
Open Source Edition Backup Procedure - Zimbra :: Wiki
I am not restoring this to the same production server but rather a VM that ive tried to keep as close to the production server as possible (same OS type, Same Hostname, ect)
After restoring and doing a cp -Rp from zimbra backup to /opt/zimbra VM I am getting a jetty http error 404 NOT_FOUND RequestURI=/
I have done the "zmfixperms -extended" mentioned in another post and still the same issue.
All services seem to start ok, looking at the logs while starting I see
<--
Jan 24 10:51:39 mail zmmailboxdmgr[15695]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Jan 24 10:51:39 mail zmmailboxdmgr[15695]: assuming no other instance is running
Jan 24 10:51:39 mail zmmailboxdmgr[15696]: wrote manager pid 15696 to /opt/zimbra/log/zmmailboxd_manager.pid
Jan 24 10:51:39 mail zmmailboxdmgr[15697]: wrote java pid 15697 to /opt/zimbra/log/zmmailboxd_java.pid
Jan 24 10:51:39 mail zmmailboxdmgr[15696]: manager started mailboxd/JVM with pid 15697
Jan 24 10:52:38 mail zmmailboxdmgr[16071]: status requested
Jan 24 10:52:38 mail zmmailboxdmgr[16071]: status OK
Jan 24 10:53:26 mail zmmailboxdmgr[16588]: status requested
Jan 24 10:53:26 mail zmmailboxdmgr[16588]: status OK
Jan 24 10:53:41 mail zmmailboxdmgr[16734]: status requested
Jan 24 10:53:41 mail zmmailboxdmgr[16734]: status OK
Jan 24 10:53:51 mail postfix/postfix-script[16849]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/main.cf
Jan 24 10:53:51 mail postfix/postfix-script[16863]: starting the Postfix mail system
Jan 24 10:53:51 mail postfix/master[16864]: daemon started -- version 2.4.7, configuration /opt/zimbra/postfix-2.4.7.5z/conf
Jan 24 10:53:51 mail postfix/qmgr[16871]: 9897251450: from=
, size=1125, nrcpt=2 (queue active)
Jan 24 10:53:52 mail postfix/qmgr[16871]: 056E951455: from=, size=1127, nrcpt=2 (queue active)
Jan 24 10:53:52 mail postfix/qmgr[16871]: 1555351457: from=, size=1121, nrcpt=2 (queue active)
Jan 24 10:53:52 mail postfix/lmtp[16882]: connect to mail.blah.ca[74.213.163.66]: No route to host (port 7025)
Jan 24 10:53:52 mail postfix/lmtp[16883]: connect to mail.blah.ca[74.213.163.66]: No route to host (port 7025)
Jan 24 10:53:52 mail postfix/lmtp[16882]: 9897251450: to=, relay=none, delay=521, delays=520/0.32/0.02/0, dsn=4.4.1, status=deferred (connect to mail.blah.ca[74.213.163.66]: No route to host)
Jan 24 10:53:52 mail postfix/lmtp[16883]: 056E951455: to=, relay=none, delay=507, delays=507/0.1/0.02/0, dsn=4.4.1, status=deferred (connect to mail.blah.ca[74.213.163.66]: No route to host)
--->
FYI the ip and hostnames have been scrubbed/changed.
I realize that email sending/recv is not going to function correctly as running in a VM and MX records point to a totally different server ip, However for testing I at least expected the admin and ZWC to function but all I get is the Jetty http error Not_Found.
"HTTP ERROR: 404
NOT_FOUND
RequestURI=/
Powered by jetty://"
Is there anything else I need to do here??
Thanks!!