[Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread Jesper Krogh
Hi.

I'm runnning 2 concurrent jobs, and that works without any problems (after
getting the 2 LTO3 drives on their own controller).

Is it "by design" og a misconfiguraion that the two concurrent jobs hit
the spooldata size at the same time? It would be nice if the Spool-limit
was pr. job or something. Now, even I've got spooling, I'll actually put
the 2 jobs to the same tape at the same time (this is a situation where
the jobs go to the same pool)

12-Feb 09:49 bacula-sd JobId 13174: User specified spool size reached.
12-Feb 09:49 bacula-sd JobId 13181: User specified spool size reached.
12-Feb 09:49 bacula-sd JobId 13181: Writing spooled data to Volume.
Despooling 18,198,928,610 bytes ...
12-Feb 09:49 bacula-sd JobId 13174: Writing spooled data to Volume.
Despooling 281,801,145,301 bytes ...

Thanks.

-- 
Jesper Krogh


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread Arno Lehmann
Hi Jesper,

12.02.2008 09:56, Jesper Krogh wrote:
> Hi.
> 
> I'm runnning 2 concurrent jobs, and that works without any problems (after
> getting the 2 LTO3 drives on their own controller).
> 
> Is it "by design" og a misconfiguraion that the two concurrent jobs hit
> the spooldata size at the same time?

That's by design, as the spool size limit is per storage device... you 
can limit the spool size per job, too.

> It would be nice if the Spool-limit
> was pr. job or something.

It's in the manual :-)

At 
http://www.bacula.org/manuals/en/install/install/Storage_Daemon_Configuratio.html#DeviceResource
 
there is "Maximum Job Spool Size = bytes".

> Now, even I've got spooling, I'll actually put
> the 2 jobs to the same tape at the same time (this is a situation where
> the jobs go to the same pool)
> 
> 12-Feb 09:49 bacula-sd JobId 13174: User specified spool size reached.
> 12-Feb 09:49 bacula-sd JobId 13181: User specified spool size reached.
> 12-Feb 09:49 bacula-sd JobId 13181: Writing spooled data to Volume.
> Despooling 18,198,928,610 bytes ...
> 12-Feb 09:49 bacula-sd JobId 13174: Writing spooled data to Volume.
> Despooling 281,801,145,301 bytes ...

Actually, the writing of the data happens for one job first, then the 
other job. If you look at the 'status sd' output, you should find that 
one job is in state "despooling" while the other is in "despool_wait". 
At least that's what I see all the time.

So, in short - nothing to worry about.

Arno

> Thanks.
> 

-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread John Drescher
On Feb 12, 2008 3:12 PM, Jesper Krogh <[EMAIL PROTECTED]> wrote:
> Arno Lehmann wrote:
> >> It would be nice if the Spool-limit
> >> was pr. job or something.
> >
> > It's in the manual :-)
> >
> > At
> > http://www.bacula.org/manuals/en/install/install/Storage_Daemon_Configuratio.html#DeviceResource
> > there is "Maximum Job Spool Size = bytes".
>
> Excellent..  I somehow had got the idea that it should be configured in
> the Job Resource in the director, since the limit was something
> connected to the Job. This is absolutely what I need.
>
> Can I make the storagedaemon reload it's configuration without
> restarting like the Director?
>
Yes. As long as it is not in use you can restart the sd with the
director running. There is also a reload command in the console that
reloads the config, but I am not sure it does that for the bacula-sd.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread Jesper Krogh
John Drescher wrote:
>> Can I make the storagedaemon reload it's configuration without
>> restarting like the Director?
>>
> Yes. As long as it is not in use you can restart the sd with the
> director running. There is also a reload command in the console that
> reloads the config, but I am not sure it does that for the bacula-sd.

I knew that..but currently it it catching up on some TB-volumes, so I'd 
prefer not to disturb it :-)

So if I could get these config-changes in, without interrupting current 
running jobs.

Jesper
-- 
Jesper

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread Arno Lehmann
Hi,

12.02.2008 21:43, John Drescher wrote:
>> So if I could get these config-changes in, without interrupting current
>> running jobs.
>>
> Yes. You can modify the configs without affecting any jobs but they
> will not take effect until you issue the reload command or possibly
> restart the sd.

Erm... unless I missed something the SD needs to be restarted for 
configuration changes to take effect. Obviously, restarting it while 
jobs are running is not a good idea...

And the setting we discussed is indeed part of the SD configuration.

Arno

> John
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread John Drescher
> Erm... unless I missed something the SD needs to be restarted for
> configuration changes to take effect.

Thanks. I did not think reload would on the director would reload the
config on the sd or not. I have always just restarted the sd when it
was not in use and only after releasing the tapes from the drives.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread John Drescher
> So if I could get these config-changes in, without interrupting current
> running jobs.
>
Yes. You can modify the configs without affecting any jobs but they
will not take effect until you issue the reload command or possibly
restart the sd.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread David Gardner
Yep. Just type reload" in bconsole.
 
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
David Gardner
email: djgardner(at)yahoo.com
Yahoo! IM: djgardner
AIM: dgardner09 
"Everything is a learning experience, even a mistake."

- Original Message 
From: Jesper Krogh <[EMAIL PROTECTED]>
To: bacula-users 
Sent: Tuesday, February 12, 2008 12:12:23 PM
Subject: Re: [Bacula-users] Spooling / Misconfiguration.


Arno 
Lehmann 
wrote:
>> 
It 
would 
be 
nice 
if 
the 
Spool-limit
>> 
was 
pr. 
job 
or 
something.
> 
> 
It's 
in 
the 
manual 
:-)
> 
> 
At 
> 
http://www.bacula.org/manuals/en/install/install/Storage_Daemon_Configuratio.html#DeviceResource
 
> 
there 
is 
"Maximum 
Job 
Spool 
Size 
= 
bytes".

Excellent..  
I 
somehow 
had 
got 
the 
idea 
that 
it 
should 
be 
configured 
in 
the 
Job 
Resource 
in 
the 
director, 
since 
the 
limit 
was 
something 
connected 
to 
the 
Job. 
This 
is 
absolutely 
what 
I 
need.

Can 
I 
make 
the 
storagedaemon 
reload 
it's 
configuration 
without 
restarting 
like 
the 
Director?

Jesper
-- 
Jesper

-
This 
SF.net 
email 
is 
sponsored 
by: 
Microsoft
Defy 
all 
challenges. 
Microsoft(R) 
Visual 
Studio 
2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users 
mailing 
list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users






  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling / Misconfiguration.

2008-02-12 Thread Jesper Krogh
Arno Lehmann wrote:
>> It would be nice if the Spool-limit
>> was pr. job or something.
> 
> It's in the manual :-)
> 
> At 
> http://www.bacula.org/manuals/en/install/install/Storage_Daemon_Configuratio.html#DeviceResource
>  
> there is "Maximum Job Spool Size = bytes".

Excellent..  I somehow had got the idea that it should be configured in 
the Job Resource in the director, since the limit was something 
connected to the Job. This is absolutely what I need.

Can I make the storagedaemon reload it's configuration without 
restarting like the Director?

Jesper
-- 
Jesper

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users