[Bacula-users] migration: child jobs run well and finish, parent migration job stuck waiting on max storage

2006-10-24 Thread Fred Dussault
Greetings, I have a disk to disk to tape testbed set up and I'm seeing strange behavior. When I run a migrate job, the migrate job spawns all of the child jobs based on the criteria set in the migrate job def. all of the child jobs run no problem but the original job gets hung in the directo

[Bacula-users] (no subject)

2006-10-24 Thread Fred Dussault
Greetings, I have a disk to disk to tape testbed set up and I'm seeing strange behavior. When I run a migrate job, the migrate job spawns all of the child jobs based on the criteria set in the migrate job def. all of the child jobs run no problem but the original job gets hung in the director

[Bacula-users] interesting thing with migrations

2006-10-19 Thread Fred Dussault
Greetings, I have a test bed right now and I'm seeing something interesting that I thought I'd show. I have a basic system going from disk to disk to tape. when I run a migrate job, and there are no volumes to migrate there is one jobid for each migrate job run that is waiting on max volumes. I t

Re: [Bacula-users] Bacula and Lotus domino

2006-10-18 Thread Fred Dussault
Hi, Notes does not like it when the OS plays with the files while its running, we have 3 domino servers that we backup on a regular basis. We do the backups on the weekends and off hours, and stop the domino server with run before script. then when the backup is finished, we restart the domino s

[Bacula-users] marking volume full, reuse disk volumes before creating new ones

2006-09-28 Thread Fred Dussault
Greetings, I have this schedule Schedule { Name = "WeeklyCycle" # Week Number A Run = Level=Full Pool=File-Full-A-Pool oct 1st sun at 23:05 Run = Level=Differential Pool=File-Dif-A-Pool oct 1st wed at 23:05 Run = Level=Incremental Pool=File-Inc-A-Pool oct 1st mon-tue at 23:05 Run = Level=

Re: [Bacula-users] Manual ejection of tape confuses bacula

2006-09-21 Thread Fred Dussault
HI there, do you have the "AutomaticMount = yes;" directive set in the device resource (for your tape drive) in your bacula-sd.conf file? Fred > Hi, > > I am experimenting to see whether bacula would be a good system for me to > backup our department's servers. I am running bacula director

[Bacula-users] volume management/disk to disk to tape/ 2 month rolling cycle.

2006-09-21 Thread Fred Dussault
Greetings, I have a question that may be simple for some, but not so for me. I am in the process of beta testing bacula for our environment and I'm trying to get my brain around volume management for our requirements. I plan on going disk to disk to tape, in a ~3 month cycle. I back up about 3

Re: [Bacula-users] solved migration---> waiting on max storage jobs

2006-09-19 Thread Fred Dussault
> On Tuesday 19 September 2006 16:30, Fred Dussault wrote: > > All, > > > > I finally figured out where my config was wrong, > > > > my Tape pool didn't have the media type [edit: should be Storage] defined. > > Can you tell me *exactly* wher

[Bacula-users] solved migration---> waiting on max storage jobs

2006-09-19 Thread Fred Dussault
All, I finally figured out where my config was wrong, my Tape pool didn't have the media type defined. bacula was very confused, once I added this definition, and reloaded, the job that was in the queue started and completed. I'll be adding in the config for a few more clients and testing it f

[Bacula-users] migration devices (was migration- waiting on max storage devices

2006-09-14 Thread Fred Dussault
LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = yes; } thanks Fred > On Thursday 14 September 2006 00:07, Fred Dussault wr

Re: [Bacula-users] Followup on mount request

2006-09-13 Thread Fred Dussault
I think this might be related to my issue, I'm not sure, here is a snippet of my level 100 debug log for the storage daemon I could be way off base too... 3 dird dev: 3000 OK use device device=Drive-1 adcd1149-sd: reserve.c:580 Suitable device found=Drive-1 adcd1149-sd: reserve.c:364 dird: CatRe

Re: [Bacula-users] Migration -->Job waiting on max storage jobs

2006-09-13 Thread Fred Dussault
=8 size_t=4 debug=100 trace=0 > Running Jobs: > Director connected at: 13-Sep-06 17:06 > No Jobs running. > > > Terminated Jobs: > JobId LevelFiles Bytes Status FinishedName > == >

Re: [Bacula-users] Migration -->Job waiting on max storage jobs

2006-09-13 Thread Fred Dussault
here's the output of the debug level 100 and at the end of that, is the output for "status all" [EMAIL PROTECTED] bin]# ./bacula-dir -d100 -c ../etc/bacula-dir.conf bacula-dir: dird.c:139 Debug level = 100 bacula-dir: mysql.c:86 db_open first time bacula-dir: mysql.c:146 mysql_init done bacula-di

Re: [Bacula-users] Migration -->Job waiting on max storage jobs

2006-09-13 Thread Fred Dussault
ok I've added the Max Concurrent Jobs = 20 into the director config file. and got the same result. when I ran the migrate job I got this OK to run? (yes/mod/no): Unexpected question has been received. yes Job started. JobId=4 13-Sep 15:47 adcd1149-dir: The following 2 JobIds will be migrated: 1,2

Re: [Bacula-users] Migration -->Job waiting on max storage jobs

2006-09-13 Thread Fred Dussault
thanks for the kind words! Did you see anything blatantly and obviously wrong with my config? > Hello, > > Congratulations on being the first person to actually present a Migration > problem and for providing lots of nice information ! :-) > > On Wednesday 13 September 2006 20:13, Your Name