Hello Gene,

thank you for your answere. Now our backup server is dumping with 100 
inparrallel dumpers.

One thing you have to explain a bit further to an non-native-speaking person: 
"probably newer than your install as I play the part of the geriatric (76 yo) 
canary in this here coal mine.  ;-)" 

How are we? Lets say that we are a public enterprise hosting some servers for 
other plublic enterprises. How big is our amanda installation?

amanda@...:~$ amadmin daily hosts |wc -l
100
amanda@...:~$ amadmin daily dles |wc -l
233

amanda@dl380-54:~$ amadmin daily balance

 due-date  #fs    orig MB     out MB   balance
----------------------------------------------

 7/23 Sat    8     472004     165476     +2.0%
 7/24 Sun    2     137758      60193    -62.9%

 7/30 Sat    8     472004     165476     +2.0%
 7/31 Sun  147    4358003    3126873  +1827.8%
 8/01 Mon    6     215482     163543     +0.8%
 8/02 Tue    6     235070     120318    -25.8%
 8/03 Wed    9      39854      25501    -84.3%
 8/04 Thu    1     212948      40739    -74.9%
 8/05 Fri    4         66         59   -100.0%
 8/06 Sat    8     472004     165476     +2.0%
 8/07 Sun    3     174102      91387    -43.7%
 8/08 Mon   17     191009      85464    -47.3%
 8/09 Tue    2     285718      91829    -43.4%
 8/10 Wed    1     165080      51475    -68.3%
 8/11 Thu   12      11078       5933    -96.3%
 8/12 Fri    3       3617        949    -99.4%
 8/13 Sat    8     472004     165476     +2.0%
 8/14 Sun    2     137758      60193    -62.9%
 8/15 Mon    2       3183       1468    -99.1%
 8/16 Tue    2     340170      92741    -42.8%
 8/17 Wed   12     221551     185296    +14.2%
----------------------------------------------
TOTAL      263    8620463    4865865    162195
DISTINCT   233    6791177    4188858
  (estimated 30 runs per dumpcycle)

I think it isnt quiet so big, but there will be more in the future. Why di d I 
want to increase this option? Because of some clients with lots of data to get 
through in the nightly backup window. Before this, it could happen that the 
bigger ones were dumped to late in the night. 
BTW does anyone understand how the dumporder option really works; do I have to 
set it for every dumper? In comparison to this the tapeorder option is better 
to understand...

Regards,
Dennis






-------- Original-Nachricht --------
> Datum: Tue, 12 Jul 2011 10:17:08 -0400
> Von: gene heskett <[email protected]>
> An: "Dennis Benndorf" <[email protected]>, [email protected]
> Betreff: Re: Increase MAX_DUMPERS in "inparallel" option

> On Tuesday, July 12, 2011 09:43:54 AM Dennis Benndorf did opine:
> 
> > Hello Gene,
> > 
> > thanx for your response. Lets see how many dumpers are there tonight ;-)
> > 
> > Regards,
> > Dennis
> > 
> > 
> > 
> > -------- Original-Nachricht --------
> > 
> > > Datum: Tue, 12 Jul 2011 09:10:15 -0400
> > > Von: gene heskett <[email protected]>
> > > An: [email protected]
> > > Betreff: Re: Increase MAX_DUMPERS in "inparallel" option
> > > 
> > > On Tuesday, July 12, 2011 09:09:10 AM Dennis Benndorf did opine:
> > > > Hello @all,
> > > > 
> > > > I want to increase the maximum of inparallel dumps, but dont know
> > > > really how. I looked in the source of server-src/driverio.h but
> > > > there is no value to set higher.
> > > > 
> > > > --------
> > > > 
> > > > inparallel 63           # maximum dumpers that will run in parallel
> > > > (max 63) # this maximum can be increased at compile-time, #
> > > > modifying MAX_DUMPERS in server-src/driverio.h --------
> > > > 
> > > > Wouldnt this be nice to have this configured with ./configure
> > > > MAX_DUMPERS=100 or so?
> > > > 
> > > > Regards,
> > > > Dennis
> > > 
> > > It looks like its been moved, to "common-src/amanda.h"
> > > 
> > > Cheers, gene
> 
> Word wrap off, long lines from grep ahead.
> 
> Its great that you found it.  This is a case of grep -R being your friend.
> 
> Example:
> [root@coyote amanda-4.0.0alpha.svn.4221]# grep -R MAX_DUMPERS *
> Binary file common-src/.libs/libamanda-4.0.0alpha.svn.4221.so matches
> Binary file common-src/.libs/conffile.o matches
> Binary file common-src/.libs/libamanda.a matches
> Binary file common-src/.libs/libamanda.so matches
> common-src/amanda.h:#define MAX_DUMPERS 63   <-------target of search,
> gives the value.  The rest of this is just usage.
> common-src/conffile.c:    if(val_t__int(val) < 1 || val_t__int(val)
> >MAX_DUMPERS)
> common-src/conffile.c:  conf_parserror(_("inparallel must be between 1 and
> MAX_DUMPERS (%d)"),
> common-src/conffile.c:                 MAX_DUMPERS);
> Binary file common-src/conffile.o matches
> example/template.d/advanced.conf:                       # modifying
> MAX_DUMPERS in server-src/driverio.h
> example/template.d/advanced.conf.in:                    # modifying
> MAX_DUMPERS in server-src/driverio.h
> example/amanda.conf:                    # modifying MAX_DUMPERS in
> server-src/driverio.h
> example/amanda.conf.in:                 # modifying MAX_DUMPERS in
> server-src/driverio.h
> server-src/driverio.c:    for(dumper = dmptable; dumper < dmptable +
> MAX_DUMPERS; dumper++) {
> server-src/driverio.c:    for (dumper = dmptable; dumper < dmptable +
> MAX_DUMPERS; dumper++) {
> server-src/driverio.c:#define MAX_SERIAL MAX_DUMPERS*2  /* one for each
> dumper and taper */
> server-src/driver.c:    if(inparallel > MAX_DUMPERS) inparallel =
> MAX_DUMPERS;
> server-src/driverio.h:GLOBAL dumper_t dmptable[MAX_DUMPERS];
> server-src/driverio.h:GLOBAL chunker_t chktable[MAX_DUMPERS];
> --------end of grep output----------
> 
> From that it appears the message in amanda.conf needs to be updated also.
> Also please note that I did that grep search in
> amanda-4.0.0alpha.svn.4221,
> probably newer than your install as I play the part of the geriatric (76
> yo)
> canary in this here coal mine.  ;-)
> 
> I have no clue when it may actually have been moved from where amanda.conf
> says it is.  The ChangeLog for amanda-4.0.0alpha.svn.4221 starts Jan 11, 
> 2008, and this change is not mentioned in a form grep can find.
> 
> You I take it, must have a large system with a 64 spindles or more
> if you need to expand that value from the usual one dumper per spindle.
> Would you care to identify it further?  We are always interested in
> finding
> out who the big users of amanda are.
> 
> However, replies to a mailing list message should always go back to the 
> mailing list to constitute a record of the question being answered for 
> the next person who might ask that question.  The list archive is 
> searchable, doing so is common courtesy, and is expected, so I have added 
> the list to my reply.  You, Dennis, will probably get 2 copies.
> 
> Cheers, gene
> -- 
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> ... The prejudices people feel about each other disappear when they get
> to know each other.
>               -- Kirk, "Elaan of Troyius", stardate 4372.5
> 

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply via email to