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

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
  #11 (permalink)  
Old 09-29-2009, 12:11 PM
Elite Member
 
Posts: 281
Default

Quote:
Originally Posted by dalmate View Post
Can you send the migrate log file? It's in /tmp directory
The only file I have in that directory is a logprocess.out and it is empty. I have three folders in there. Would it be in one of those folders?

dj
Reply With Quote
  #12 (permalink)  
Old 09-29-2009, 12:28 PM
Elite Member
 
Posts: 281
Default

Ok. I think I found it. It was in /opt/zimbra/log/ztozmiglogs

Quote:
*****[INFO|ZTOZThread1:11| 09/24/2009 14:55:02]: ************************************************** ********
*****[INFO|ZTOZThread1:11| 09/24/2009 14:55:02]: Start Logging:
*****[INFO|ZTOZThread1:11| 09/24/2009 14:55:02]: ************************************************** ********
*****[INFO|ZTOZThread1:11| 09/24/2009 14:55:02]: Request URL: https://newserverip:7071/service/admin/soap
*****[INFO|ZTOZThread1:11| 09/24/2009 14:55:02]: ZIMBRA-ID: 0adcb95b-afef-49bf-881b-36f3ced97894
*****[INFO|ZTOZThread1:11| 09/24/2009 14:55:02]: Starting mailbox (user@domain) download...
*****[INFO|ZTOZThread1:11| 09/24/2009 14:55:02]: Download URL: https://oldserverip:7071/service/hom...2e31303a38303b
*****[SEVERE|ZTOZThread1:11| 09/24/2009 14:55:02]: FATAL:Source Mail box(/tmp/ztozmig/mailboxdumps/user@domain.tgz) stream couldn't be found.
*****[SEVERE|ZTOZThread1:11| 09/24/2009 14:55:02]: Error in mailbox download (user@domain)
*****[INFO|ZTOZThread1:11| 09/24/2009 14:55:02]: Total Time Taken (in seconds): 0.135
*****[INFO|ZTOZThread1:11| 09/24/2009 15:09:35]: ************************************************** ********
*****[INFO|ZTOZThread1:11| 09/24/2009 15:09:35]: Start Logging:
*****[INFO|ZTOZThread1:11| 09/24/2009 15:09:35]: ************************************************** ********
*****[INFO|ZTOZThread1:11| 09/24/2009 15:09:35]: Request URL: https://newserverip:7071/service/admin/soap
*****[INFO|ZTOZThread1:11| 09/24/2009 15:09:35]: ZIMBRA-ID: 0adcb95b-afef-49bf-881b-36f3ced97894
*****[INFO|ZTOZThread1:11| 09/24/2009 15:09:35]: Starting mailbox (user@domain) download...
*****[INFO|ZTOZThread1:11| 09/24/2009 15:09:35]: Download URL: https://oldserverip:7071/service/hom...2e31303a38303b
*****[SEVERE|ZTOZThread1:11| 09/24/2009 15:09:35]: FATAL:Source Mail box(/tmp/ztozmig/mailboxdumps/user@domain.tgz) stream couldn't be found.
*****[SEVERE|ZTOZThread1:11| 09/24/2009 15:09:35]: Error in mailbox download (user@domain)
*****[INFO|ZTOZThread1:11| 09/24/2009 15:09:35]: Total Time Taken (in seconds): 0.224
Reply With Quote
  #13 (permalink)  
Old 09-29-2009, 06:55 PM
Elite Member
 
Posts: 338
Default

You have an error in:
FATAL: source Mailbox (/tmp/ztozmig/mailboxdumps/user@domain.tgz) stream couldn't be found
default this tool will create a mailboxdumps in that directory but I don't know why in your server it didn't dump anything in here. So it can't migrate any thing
which version did you use in source server and destination server?
Reply With Quote
  #14 (permalink)  
Old 09-30-2009, 05:53 AM
Elite Member
 
Posts: 281
Default

Quote:
Originally Posted by dalmate View Post
You have an error in:
FATAL: source Mailbox (/tmp/ztozmig/mailboxdumps/user@domain.tgz) stream couldn't be found
default this tool will create a mailboxdumps in that directory but I don't know why in your server it didn't dump anything in here. So it can't migrate any thing
which version did you use in source server and destination server?
Ok. I think now that we can go back to one of my first questions in that is this something I have to run on both servers? I am running 5.08 so I am assuming that I need to upgrade first to a version that has the tool on it and then run it on my current server so I can migrate everything over to the new server.

I never really seen any clear instructions on how to use this tool. It seems like it is a great tool. I may be just missing something but want to make sure.

dj
Reply With Quote
  #15 (permalink)  
Old 09-30-2009, 06:42 PM
Elite Member
 
Posts: 338
Default

In my version, this tool uses a configure file, /opt/zimbra/conf/zmztozmig.conf.
If you want to use this tool, the first you must modify this configure file such as: port, working directory,...
You can see detail in the content of it.
After modify, you can use this command to begin migrate:
/opt/zimbra/libexec/zmztozmig
with admin permissions
Reply With Quote
  #16 (permalink)  
Old 10-01-2009, 08:25 AM
Elite Member
 
Posts: 281
Default

Quote:
Originally Posted by dalmate View Post
In my version, this tool uses a configure file, /opt/zimbra/conf/zmztozmig.conf.
If you want to use this tool, the first you must modify this configure file such as: port, working directory,...
You can see detail in the content of it.
After modify, you can use this command to begin migrate:
/opt/zimbra/libexec/zmztozmig
with admin permissions
Ok. If you go back and read, I have done all of this. Maybe I'm just not explaining myself enough. I am currently running zimbra 5.08 on a Fedora 7 box. I have created an Ubuntu 8 box and have installed Zimbra 6.0 on it. I want to run the zmztozmig tool to move everything but when I edit the config file and run the tool, I get the error I listed earlier.

I guess I am going back to my first question. Do I need to run the tool on both boxes? On the first one to create the file and then on the second to bring the file over?

dj
Reply With Quote
  #17 (permalink)  
Old 10-05-2009, 01:05 PM
Elite Member
 
Posts: 281
Default

Ok. So I guess I am going to upgrade my current server to 5.0.19 this week and then see if the tool works. Don't know what else to do.

dj
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.