Hello,

Are you sure it is a whole joblog? It is very strange i.e. information
about VSS Writers never appear at the end of the log.
You can display a joblog with bconsole command:
* list joblog jobid=179
And show us the output.

best regards


2015-06-11 16:21 GMT+02:00 More, Ankush <ankush.m...@capgemini.com>:

>  Hi,
>
>
>
> Please find log:
>
>
>
> bacula-dir Start Backup JobId 179,
> Job=ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
>
> Using Device "Drive-0" to write.
>
> adcmail01-fd Generate VSS snapshots. Driver="Win32 VSS",
> Drive(s)="CDEFGHIJKLMNOPQRSTUVW"
>
> bacula-dir
>
> Error: Bacula bacula-dir 7.0.5 (28Jul14):
>
>   Build OS:               x86_64-redhat-linux-gnu redhat Enterprise release
>
>   JobId:                  179
>
>   Job:                    ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
>
>   Backup Level:           Full
>
>   Client:                 "ADCMAIL01-W-fd" 5.2.10 (28Jun12) Microsoft
> Windows Home ServerEnterprise Edition Service Pack 2 (build
> 3790),Cross-compile,Win32
>
>   FileSet:                "Windows Set1" 2015-06-02 13:50:00
>
>   Pool:                   "NonBill" (From Command input)
>
>   Catalog:                "MyCatalog" (From Client resource)
>
>   Storage:                "MSL6030" (From command line)
>
>   Scheduled time:         03-Jun-2015 08:22:41
>
>   Start time:             03-Jun-2015 08:22:43
>
>   End time:               03-Jun-2015 08:22:55
>
>   Elapsed time:           12 secs
>
>   Priority:               10
>
>   FD Files Written:       0
>
>   SD Files Written:       0
>
>   FD Bytes Written:       0 (0 B)
>
>   SD Bytes Written:       0 (0 B)
>
>   Rate:                   0.0 KB/s
>
>   Software Compression:   None
>
>   VSS:                    yes
>
>   Encryption:             no
>
>   Accurate:               no
>
>   Volume name(s):
>
>   Volume Session Id:      4
>
>   Volume Session Time:    1433329558
>
>   Last Volume Bytes:      22,772,736 (22.77 MB)
>
>   Non-fatal FD errors:    2
>
>   SD Errors:              0
>
>   FD termination status:  Error
>
>   SD termination status:  Error
>
>   Termination:            *** Backup Error ***
>
>
>
> Error: Director's connection to SD for this Job was lost.
>
> bacula-sd Elapsed time=00:00:11, Transfer rate=0  Bytes/second
>
> adcmail01-fd Fatal error: Generate
>
> adcmail01-fd VSS Writer (BackupComplete): "WMI Writer", State: 0x1
> (VSS_WS_STABLE)
>
> VSS Writer (BackupComplete): "COM+ REGDB Writer", State: 0x1
> (VSS_WS_STABLE)
>
> VSS Writer (BackupComplete): "System Writer", State: 0x1 (VSS_WS_STABLE)
>
> VSS Writer (BackupComplete): "Microsoft Exchange Writer", State: 0x1
> (VSS_WS_STABLE)
>
> VSS Writer (BackupComplete): "Event Log Writer", State: 0x1 (VSS_WS_STABLE)
>
> VSS Writer (BackupComplete): "IIS Metabase Writer", State: 0x1
> (VSS_WS_STABLE)
>
> VSS Writer (BackupComplete): "MSDEWriter", State: 0x1 (VSS_WS_STABLE)
>
> VSS Writer (BackupComplete): "Registry Writer", State: 0x1 (VSS_WS_STABLE)
>
>
>
>
>
> Thank you,
>
> Ankush
>
>
>
> *From:* Radosław Korzeniewski [mailto:rados...@korzeniewski.net]
> *Sent:* 11 June 2015 11:14
> *To:* More, Ankush
> *Cc:* bacula-users
>
> *Subject:* Re: [Bacula-users] Windows client VSS
>
>
>
> Hello. Could you send your job log with error. It should describe what is
> going on.
>
> Best regards
>
> 9 cze 2015 12:09 PM "More, Ankush" <ankush.m...@capgemini.com> napisał(a):
>
> Hi Pavel,
>
>
>
> We didn't find any error in VSS list writers all the VSS writers are
> stable and no error in event log.
> All the windows 2003 servers are having issue with bacula backup VSS
> enabling.
>
> NT backup is running successfully with VSS enabled on all the windows 2003.
>
>
>
> Thank you,
>
> Ankush
>
>
>
> *From:* Pavel Bychikhin [mailto:pbychik...@yahoo.com]
> *Sent:* 09 June 2015 13:44
> *To:* More, Ankush; bacula-users@lists.sourceforge.net
> *Subject:* Re: [Bacula-users] Windows client VSS
>
>
>
> Hi Ankush,
> In win 2003 the VSS service might be disabled or misconfigured. Please
> take a look:
>
> To check if everything is working:
> *vssadmin list writers*
> This has to provide a listing of writers. If there is no listing and
> errors in the Event log then:
>
> (http://support.microsoft.com/kb/940184):
> Delete
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
> and Restart:
>     COM+ Event System
>     COM+ System Application
>     Microsoft Software Shadow Copy Provider
>     Volume Shadow Copy
> or Restart Windows
>
> If previous step doesn't work then:
> (http://support.microsoft.com/kb/940032)
> Apply MicrosoftFixit50633.msi or manually do:
>     cd /d %windir%\system32
>     Net stop vss
>     Net stop swprv
>     regsvr32 ole32.dll
>     regsvr32 oleaut32.dll
>     regsvr32 vss_ps.dll
>     vssvc /register
>     regsvr32 /i swprv.dll
>     regsvr32 /i eventcls.dll
>     regsvr32 es.dll
>     regsvr32 stdprov.dll
>     regsvr32 vssui.dll
>     regsvr32 msxml.dll
>     regsvr32 msxml3.dll
>     regsvr32 msxml4.dll
> Note The last command may not run successfully.
>
> If previous step doesn't work then:
> (http://support.microsoft.com/kb/940349)
> Apply WindowsServer2003.WindowsXP-KB940349-v3-x64-ENU.exe for x64 system
> And, possibly, do previous steps after that.
>
>  Best regards,
>
> Pavel
>
>
>
>  -------- Original Message --------
> *Subject: *Re: [Bacula-users] Windows client VSS
> *From: *More, Ankush <ankush.m...@capgemini.com>
> <ankush.m...@capgemini.com>
> *To: *bacula-users@lists.sourceforge.net
> <bacula-users@lists.sourceforge.net> <bacula-users@lists.sourceforge.net>
> *Date: *08.06.2015 16:47
>
> Hi Team,
>
>
>
> Bacula backup successful on windows 2008 with VSS enabled.
>
>
>
> windows 2003 client backup failed with VSS enabled.
>
> Is VSS support on windows 2003?
>
>
>
> Thank you,
>
> Ankush
>
>
>
> *From:* More, Ankush
> *Sent:* 08 June 2015 17:07
> *To:* 'bacula-users@lists.sourceforge.net'
> *Subject:* Windows client VSS
>
>
>
> Hi Team,
>
>
>
> Hi Team,
>
> We are running Bacula server(7.0.5) on RHEL 6.x.
>
> If I disable VSS then Windows client get backup and if I enable VSS
> (default is enable) backup failed.
>
> I need backup with VSS enable.
>
>
>
> Is Bacula support all windows version with VSS enable?
>
>
>
> Thank you,
>
> Ankush
>
>
>
>  
> ------------------------------------------------------------------------------
>
>
>
>  _______________________________________________
>
> Bacula-users mailing list
>
> Bacula-users@lists.sourceforge.net
>
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>



-- 
Radosław Korzeniewski
rados...@korzeniewski.net
------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to