Bacula-users

[Bacula-users] Concurrend Jobs on same Win-Client - Automatic Labeling dosn't - Software compession dont !

2014-07-14 18:51:03
Subject: [Bacula-users] Concurrend Jobs on same Win-Client - Automatic Labeling dosn't - Software compession dont !
From: Ralph Cunnington <Ralph.Cunnington AT bib DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Sun, 13 Jul 2014 15:47:00 +0200
Hi Bacula-Users,
giving: Bacula_5.2.13 (Dir and SD )on SuSE 13.1
Clients:
Bacula 5.0.3 (Win64) on WinServer 2008R2, WinServer 2003


There are 3 concurrend Jobs (WIndows Clients), each has its own Fileset (different Paths on same Volume), Storage Device (different Device Paths, MediaTypes), Pools !
As defined in the Bacula Documentation.

Here are Sniplets of the Job log, and Configfiles.

Why does
Job-108, starttime=2014-07-13_01.10.00_32 #      no Label
Job-109, starttime=2014-07-13_01.10.00_33 #Label !!
Job-110, starttime=2014-07-13_01.10.00_34 #      no Label

and none of these jobs do compression (GZIP in Client config) !?
Automatic Labeling has to work, compression should (problem with re-entrant code here too?)

Any idears anybody, perhabs Kern ?


Job ID=109 (Labeling ok, compression not)
-------------------
13-Jul 01:10 ux-109-dir JobId 109: Start Backup JobId 109, Job=jw08-notes-mail.2014-07-13_01.10.00_33
13-Jul 01:10 ux-109-dir JobId 109: Created new Volume "nTgm-0068" in catalog.
13-Jul 01:10 ux-109-dir JobId 109: Using Device "DevNotes4tg" to write.
13-Jul 01:10 ux-109-sd JobId 109: Labeled new Volume "nTgm-0068" on device "DevNotes4tg" (/media/da2/tgb/client4).
13-Jul 01:10 ux-109-sd JobId 109: Wrote label to prelabeled Volume "nTgm-0068" on device "DevNotes4tg" (/media/da2/tgb/client4)
13-Jul 01:10 ux-109-dir JobId 109: Volume used once. Marking Volume "nTgm-0068" as Used.
13-Jul 02:27 ux-109-sd JobId 109: Elapsed time=01:17:24, Transfer rate=21.28 M Bytes/second
13-Jul 02:27 ux-109-dir JobId 109: Bacula ux-109-dir 5.2.13 (19Jan13):
  Build OS:               x86_64-suse-linux-gnu suse 13.1
  JobId:                  109
  Job:                    jw08-notes-mail.2014-07-13_01.10.00_33
  Backup Level:           Full
  Client:                 "win08-fd" 5.0.3 (04Aug10) Linux,Cross-compile,Win64
  FileSet:                "fs-notes-mail" 2014-06-25 01:10:00
  Pool:                   "nTagm" (From Run pool override)
  Catalog:                "NotesCatalog" (From Client resource)
  Storage:                "StorNotes4tg" (From run override)
  Scheduled time:         13-Jul-2014 01:10:00
  Start time:             13-Jul-2014 01:10:02
  End time:               13-Jul-2014 02:27:27
  Elapsed time:           1 hour 17 mins 25 secs
  Priority:               9
  FD Files Written:       295
  SD Files Written:       295
  FD Bytes Written:       98,831,471,627 (98.83 GB)
  SD Bytes Written:       98,831,514,441 (98.83 GB)
  Rate:                   21277.0 KB/s
  Software Compression:   None
  VSS:                    no
  Encryption:             no
  Accurate:               no
  Volume name(s):         nTgm-0068
  Volume Session Id:      24
  Volume Session Time:    1405089726
  Last Volume Bytes:      98,904,808,346 (98.90 GB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK
------
Job ID=108 (Labeling no, compression, later on = no)
-------------------
13-Jul 01:10 ux-109-dir JobId 108: Start Backup JobId 108, Job=jw08-notes.2014-07-13_01.10.00_32
13-Jul 01:10 ux-109-dir JobId 108: Using Device "DevNotes3tg" to write.
13-Jul 01:10 ux-109-sd JobId 108: Job jw08-notes.2014-07-13_01.10.00_32 is waiting. Cannot find any appendable volumes.
Please use the "label" command to create a new Volume for:
    Storage:      "DevNotes3tg" (/media/da2/tga/client3)
    Pool:         nTag
    Media type:   nFile3tg

------
Job ID=109 (Labeling no, compression, later on = no)
-------------------
13-Jul 01:10 ux-109-dir JobId 110: Start Backup JobId 110, Job=jw08-notes-bib-intern.2014-07-13_01.10.00_34
13-Jul 01:10 ux-109-dir JobId 110: Using Device "DevNotes2tg" to write.
13-Jul 01:10 ux-109-sd JobId 110: Job jw08-notes-bib-intern.2014-07-13_01.10.00_34 is waiting. Cannot find any appendable volumes.
Please use the "label" command to create a new Volume for:
    Storage:      "DevNotes2tg" (/media/da2/tgb/client2)
    Pool:         nTagi
    Media type:   nFile2tg
-----------------
Pool - Def
Pool {
  Name = nTagm
  Use Volume _Once_ = yes
  Pool Type = Backup
  LabelFormat = "nTgm-"
  AutoPrune = yes
#                                       recycle in 7 days
  VolumeRetention = 7d               #
  Recycle = yes
  Action On Purge = Truncate
  Maximum Volume Bytes = 100G
  Maximum Volumes = 6                   # keep only 6 Vol (Mo-Sa)
  ScratchPool = Scratch
  RecyclePool = Scratch
}
Storage - Def
Storage {
  Name = StorNotes2tg
  Address = 172.18.1.230
  SDPort = 9103
  Password = "xxxxxxx"
  Device = DevNotes2tg
  Media Type = nFile2tg
  Maximum Concurrent Jobs = 20
  AllowCompression = yes
}
Storage {
  Name = StorNotes3tg
  Address = 172.18.1.230
  SDPort = 9103
  Password = "xxxxxx"
  Device = DevNotes3tg
  Media Type = nFile3tg
  Maximum Concurrent Jobs = 20
  AllowCompression = yes
}
Bacula-SD.conf
Device {
  Name = DevNotes2tg
  Media Type = nFile2tg
  Archive Device = /media/da2/tgb/client2
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}
Device {
  Name = DevNotes3tg
  Media Type = nFile3tg
  Archive Device = /media/da2/tga/client3
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}
-------------------------------------------------------------------------------------------------------------------------

best regards
Ralph Cunnington
---
IT-Support und Systementwicklung Paderborn

b.i.b. International College, Fürstenallee 3-5, 33102 Paderborn
Tel:+49(0)5251-30101 - Fax:+49(0)5251-301161
Ralph(dot)Cunnington[at]bib(dot)de -
www.bib.de
-----------------------------------------------------------------------------------------------------
Träger: Bildungszentrum für informationsverarbeitende Berufe e.V., Paderborn
Vorstand: Felicitas Schneider, Dr. Bernhard Hartung, Thomas Hommes, Prof. Dr. Michael Löwe
Geschäftsführer: Georg Herrmann / Registergericht: Amtsgericht Paderborn / Registernummer: VR 639

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>