Hello,
I have the network addition of zimbra; zcs-NETWORK-4.5.6_GA_1044.RHEL4.tgz
I am running it on linux, redhat:2.6.9-22.ELsmp
My server has crashed and I am trying to restore from the backup files that have been created in /opt/zimbra/backup.
I am able to run the zmrestoreldap command successfully and have created the account, along with the mailboxes.
However, when I run the zmrestoreoffline -sys -a all -c -br I can see the following errors in the mailbox log:
Any help would be greatly appreciated, as I am dead in the water right now.
2007-08-28 03:34:29,123 INFO [main] [] backup - created mailbox 29 for account 519bbbe7-ddbe-4de2-84fb-717e6b5e4849 resulting mailbox id=29
2007-08-28 03:34:29,277 INFO [main] [] backup - Account
jj@x.com: All pending file IO completed (0 out of 0)
2007-08-28 03:34:29,278 WARN [main] [] backup - Error occurred during restore account
jj@x.com (519bbbe7-ddbe-4de2-84fb-717e6b5e4849)
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Nativ e Method)
at java.io.File.checkAndCreate(File.java:1345)
at java.io.File.createTempFile(File.java:1434)
at com.zimbra.cs.backup.util.Utils.fixDbDumpFile(Util s.java:186)
at com.zimbra.cs.backup.RestoreAccountSession.loadTab lesFromLocalFile(RestoreAccountSession.java:472)
at com.zimbra.cs.backup.FileBackupTarget$RestoreAcctS ession.loadTables(FileBackupTarget.java:1942)
at com.zimbra.cs.backup.RestoreAccountSession.startRe store(RestoreAccountSession.java:183)
at com.zimbra.cs.backup.FileBackupTarget.restore(File BackupTarget.java:407)
at com.zimbra.cs.backup.BackupManager.restore(BackupM anager.java:476)
at com.zimbra.cs.backup.BackupManager.restore(BackupM anager.java:416)
at com.zimbra.cs.backup.RestoreOfflineUtil.restore(Re storeOfflineUtil.java:155)
at com.zimbra.cs.backup.RestoreOfflineUtil.main(Resto reOfflineUtil.java:54)