Bacula-users

Re: [Bacula-users] Bacula Exchange plugin question

2010-03-09 17:38:37
Subject: Re: [Bacula-users] Bacula Exchange plugin question
From: "James Harper" <james.harper AT bendigoit.com DOT au>
To: "Gregory Durham" <gregory.durham AT gmail DOT com>, <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 10 Mar 2010 09:34:09 +1100
> 
> Does anyone have any ideas?
> 

It could be something to do with Exchange 2007 having multiple storage groups. 
My Exchange 2007 test server broke and I haven't had time to fix it just 
lately. I have definitely tested it with two storage groups under 2003 but it 
could still be a regression...

I think this has been tried before by someone else but can you please change 
your plugin line to:

Plugin = "exchange:/@EXCHANGE/Microsoft Information Store/First Storage Group"

That isn't a fix, but if it works it should help me figure out where the 
problem lies.

Also, is any of Exchange on disks other than E: and F:? There may be some 
interaction between VSS and Exchange backup that could be getting upset if all 
the disks that hold exchange databases aren't included in the VSS set.

James

> On Fri, Mar 5, 2010 at 7:31 AM, Gregory Durham <gregory.durham AT gmail DOT 
> com>
> wrote:
> > Sorry if this is a repost I did not reply to the actual group...
> >
> > 1)For the mailbox store there are two stores and they are 4gb in total
> >
> > 2)All the log i see is:
> >
> > The VSS service is shutting down due to idle timeout.
> >
> > and this is 3 mins after the backup errors out.
> >
> > 3)Defiantly using the 64bit file daemon.
> >
> > On Thu, Mar 4, 2010 at 4:53 PM, James Harper <james.harper AT bendigoit.com 
> > DOT au>
> > wrote:
> >>
> >> There have been a few reports of problems on 2007 but I've been unable
> >> to replicate them. The reports are somewhat different to yours though.
> >> Here's some questions...
> >>
> >> Can you tell me how big your mailbox store is?
> >>
> >> Are there any messages in the windows event log that might be relevant?
> >>
> >> Are you definitely running the 64 bit version of bacula?
> >>
> >> Thanks
> >>
> >> James
> >>
> >> > -----Original Message-----
> >> > From: Gregory Durham [mailto:gregory.durham AT gmail DOT com]
> >> > Sent: Friday, 5 March 2010 11:50
> >> > To: James Harper
> >> > Cc: bacula-users AT lists.sourceforge DOT net
> >> > Subject: Re: [Bacula-users] Bacula Exchange plugin question
> >> >
> >> > Thanks for replying and it is Server 2008 x64 and Exchange 2007. I
> >> completely
> >> > forgot to mention it.
> >> >
> >> > Thanks,
> >> > Greg
> >> >
> >> >
> >> > On Thu, Mar 4, 2010 at 4:40 PM, James Harper
> >> <james.harper AT bendigoit.com DOT au>
> >> > wrote:
> >> >
> >> >
> >> >       Exchange 2003 or 2007? (or 2010?)
> >> >
> >> >       James
> >> >
> >> >
> >> >       > -----Original Message-----
> >> >       > From: Gregory Durham [mailto:gregory.durham AT gmail DOT com]
> >> >       > Sent: Friday, 5 March 2010 04:02
> >> >       > To: bacula-users AT lists.sourceforge DOT net
> >> >       > Subject: [Bacula-users] Bacula Exchange plugin question
> >> >       >
> >> >       > Hello all,
> >> >       > I am having a problem with bacula backing up exchange server.
> >> The
> >> >       error logs
> >> >       > are at the bottom. I just upgraded to version 5.0.1 as I was
> >> having a
> >> >       similar
> >> >       > issue on 3.0.3.
> >> >       >
> >> >       > My configuration on the server is as follows:
> >> >       >
> >> >       > JobDefs {
> >> >       >   Name = "ExchangeJob"
> >> >       >   Type = Backup
> >> >       >   Level = Full
> >> >       >   Schedule = "DailyCycleMultipleTimes"
> >> >       >   Storage = "priTape"
> >> >       >   Messages = Standard
> >> >       >   Pool = MondayPool
> >> >       >   Priority = 5
> >> >       > }
> >> >       >
> >> >       > Storage {
> >> >       >   Name = "priTape"
> >> >       >   Address = San02.example.com
> >> >       >   Device = "bigTape"
> >> >       >   Media Type = Tape
> >> >       >   Password = ""
> >> >       > }
> >> >       >
> >> >       > FileSet {
> >> >       >         Name = "exchangeBackup"
> >> >       >         Include {
> >> >       >                 options {sparse = yes}
> >> >       >                 File = "E:/"
> >> >       >                 File = "F:/"
> >> >       >                 Plugin = "exchange:/@EXCHANGE/Microsoft
> >> Information
> >> >       Store"
> >> >       >         }
> >> >       >         Exclude {
> >> >       >                 File = "E:/MAILBOX/e00.chk"
> >> >       >                 File = "E:/MAILBOX/Mailbox Database.edb"
> >> >       >                 File = "E:/MAILBOX/tmp.edb"
> >> >       >                 File = "E:/PUBLIC FOLDERS/e01.chk"
> >> >       >                 File = "E:/PUBLIC FOLDERS/Public Folder
> >> Database.edb"
> >> >       >                 File = "E:/PUBLIC FOLDERS/tmp.edb"
> >> >       >                 File = "E:/EXECUTIVE MB/E02.chk"
> >> >       >                 File = "E:/EXECUTIVE MB/Executive Mailbox.edb"
> >> >       >                 File = "E:/EXECUTIVE MB/tmp.edb"
> >> >       >         }
> >> >       > }
> >> >       >
> >> >       > Job {
> >> >       >     Name ="exchangeBK"
> >> >       >     JobDefs = "ExchangeJob"
> >> >       >     FileSet = "exchangeBackup"
> >> >       >     Client = "exchange-fd"
> >> >       >     Messages = Standard
> >> >       >     RunBeforeJob = "/opt/bacula/etc/resetTape.sh"
> >> >       > }
> >> >       >
> >> >       > Schedule {
> >> >       >   Name = "DailyCycleMultipleTimes"
> >> >       >   Run = Full POOL=MondayPool Monday at 18:00
> >> >       >   Run = Full POOL=TuesdayPool Tuesday at 18:00
> >> >       >   Run = Full POOL=WednesdayPool Wednesday at 18:00
> >> >       >   Run = Full POOL=ThursdayPool Thursday at 18:00
> >> >       >   Run = Full POOL=FridayPool Friday at 18:00
> >> >       > }
> >> >       >
> >> >       > Client {
> >> >       >   Name = exchange-fd
> >> >       >   Address = exchange.example.com
> >> >       >   FDPort = 9102
> >> >       >   Catalog = MyCatalog
> >> >       >   Heartbeat Interval = 60
> >> >       >   Password = ""          # password for FileDaemon
> >> >       >   File Retention = 30 days            # 30 days
> >> >       >   Job Retention = 6 months            # six months
> >> >       >   AutoPrune = yes                     # Prune expired
> >> Jobs/Files
> >> >       > }
> >> >       >
> >> >       > Here is a pool, there are 5 of them (one for each day of the
> >> week.
> >> >       >
> >> >       > Pool {
> >> >       >   Name = MondayPool
> >> >       >   Pool Type = Backup
> >> >       >   Recycle = yes                       # Bacula can
> >> automatically
> >> >       recycle
> >> >       > Volumes
> >> >       >   AutoPrune = yes                     # Prune expired volumes
> >> >       >   Volume Use Duration = 16 hours
> >> >       >   Volume Retention = 13 days         # two weeks
> >> >       >   Label Format = "${Pool}-${Day}-${Month}-${Year}"
> >> >       > }
> >> >       >
> >> >       >
> >> >       >
> >> >       >
> >> >       >
> >> >       >
> >> >       >
> >> >       >
> >> >       > 04-Mar 08:24 san02-dir JobId 7: shell command: run BeforeJob
> >> >       > "/opt/bacula/etc/resetTape.sh"
> >> >       > 04-Mar 08:25 san02-dir JobId 7: Start Backup JobId 7,
> >> >       Job=exchangeBK.2010-03-
> >> >       > 04_08.24.23_03
> >> >       > 04-Mar 08:25 san02-dir JobId 7: Created new Volume
> >> >       "MondayPool-4-3-2010" in
> >> >       > catalog.
> >> >       > 04-Mar 08:25 san02-dir JobId 7: Using Device "bigTape"
> >> >       > 04-Mar 08:25 san02-sd JobId 7: Labeled new Volume
> >> >       "MondayPool-4-3-2010" on
> >> >       > device "bigTape" (/dev/rmt/0mbn).
> >> >       > 04-Mar 08:25 san02-sd JobId 7: Wrote label to prelabeled
> >> Volume
> >> >       "MondayPool-4-
> >> >       > 3-2010" on device "bigTape" (/dev/rmt/0mbn)
> >> >       > 04-Mar 08:25 exchange-fd JobId 7: Generate VSS snapshots.
> >> Driver="VSS
> >> >       Vista",
> >> >       > Drive(s)="EF"
> >> >       > 04-Mar 08:30 san02-sd JobId 7: Fatal error: append.c:156 Error
> >> reading
> >> >       data
> >> >       > header from FD. ERR=No data available
> >> >       > 04-Mar 08:30 san02-sd JobId 7: Job write elapsed time =
> >> 00:04:51,
> >> >       Transfer
> >> >       > rate = 22.92 M Bytes/second
> >> >       > 04-Mar 08:30 san02-sd JobId 7: Fatal error: bsock.c:488 Packet
> >> size
> >> >       too big
> >> >       > from "client:10.0.0.206:36643. Terminating connection.
> >> >       > 04-Mar 08:30 exchange-fd JobId 7: Fatal error:
> >> >       > /home/kern/bacula/k/bacula/src/filed/backup.c:1019 Network
> >> send error
> >> >       to SD.
> >> >       > ERR=Input/output error
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> "ASR
> >> >       Writer",
> >> >       > State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> "System
> >> >       > Writer", State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> "IIS
> >> >       Config
> >> >       > Writer", State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> "WMI
> >> >       Writer",
> >> >       > State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> "BITS
> >> >       Writer",
> >> >       > State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> "IIS
> >> >       Metabase
> >> >       > Writer", State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> "COM+
> >> >       REGDB
> >> >       > Writer", State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> "Shadow
> >> >       Copy
> >> >       > Optimization Writer", State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> >       "Registry
> >> >       > Writer", State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> >> >       "Microsoft
> >> >       > Exchange Writer", State: 0x1 (VSS_WS_STABLE)
> >> >       > 04-Mar 08:32 san02-dir JobId 7: Error: Bacula san02-dir 5.0.1
> >> >       (24Feb10): 04-
> >> >       > Mar-2010 08:32:18
> >> >       >   Build OS:               i386-pc-solaris2.11 solaris 5.11
> >> >       >   JobId:                  7
> >> >       >   Job:                    exchangeBK.2010-03-04_08.24.23_03
> >> >       >   Backup Level:           Full
> >> >       >   Client:                 "exchange-fd" 5.0.0 (24Jan10)
> >> Linux,Cross-
> >> >       > compile,Win64
> >> >       >   FileSet:                "exchangeBackup" 2010-03-02 18:00:00
> >> >       >   Pool:                   "MondayPool" (From Job resource)
> >> >       >   Catalog:                "MyCatalog" (From Client resource)
> >> >       >   Storage:                "priTape" (From Job resource)
> >> >       >   Scheduled time:         04-Mar-2010 08:24:19
> >> >       >   Start time:             04-Mar-2010 08:25:09
> >> >       >   End time:               04-Mar-2010 08:32:18
> >> >       >   Elapsed time:           7 mins 9 secs
> >> >       >   Priority:               5
> >> >       >   FD Files Written:       415
> >> >       >   SD Files Written:       415
> >> >       >   FD Bytes Written:       6,671,943,952 (6.671 GB)
> >> >       >   SD Bytes Written:       6,671,751,219 (6.671 GB)
> >> >       >   Rate:                   15552.3 KB/s
> >> >       >   Software Compression:   None
> >> >       >   VSS:                    yes
> >> >       >   Encryption:             no
> >> >       >   Accurate:               no
> >> >       >   Volume name(s):         MondayPool-4-3-2010
> >> >       >   Volume Session Id:      1
> >> >       >   Volume Session Time:    1267719836
> >> >       >   Last Volume Bytes:      6,676,733,952 (6.676 GB)
> >> >       >   Non-fatal FD errors:    0
> >> >       >   SD Errors:              0
> >> >       >   FD termination status:  Error
> >> >       >   SD termination status:  Error
> >> >       >   Termination:            *** Backup Error ***
> >> >       >
> >> >       >
> >> >       > Thanks to anyone who has any ideas.
> >> >       >
> >> >       > Thanks,
> >> >       > Greg
> >> >       >
> >> >
> >> >
> >> >
> >>
> >
> >
> 
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users