* Michael Müskens <[email protected]> [20110817 14:46]:
>
> Am 17.08.2011 um 18:00 schrieb Jean-Francois Malouin:
>
> > * [email protected] <[email protected]> [20110817 11:54]:
> >>
> >> It appears that you are telling amanda to use -50GB of space for your
> >> holding
> >> disk....why would you want a negative number?
> >
> >
> > driver: pid 9802 ruid 111 euid 111 version 3.3.0: start at Wed Aug 17
> > 11:36:39 2011
> > driver: pid 9802 ruid 111 euid 111 version 3.3.0: rename at Wed Aug 17
> > 11:36:39 2011
> > driver: find_diskspace: want 1277107616 K
> > driver: pid 9802 finish time Wed Aug 17 11:52:43 2011
> >
>
>
> hello,
>
> what does amcheck -l say? You usually get output like this:
>
> backup@tobak012:~$ amcheck DailySet -l
> Amanda Tape Server Host Check
> -----------------------------
> Holding disk /backup/tapes/raid001/holdingdisk_DailySet: 43416 MB disk space
> available, using 17816 MB
> NOTE: skipping tape checks
> Server check took 0.001 seconds
>
> (brought to you by Amanda 3.3.0)
>
> If something is wrong with the holdingdisk, it should appear right there.
>
> /Michael
Bingo! Thanks, that put me on the right path:
~# su amanda -c "/opt/amanda/sbin/amcheck -l charm"
Amanda Tape Server Host Check
-----------------------------
NOTE: skipping tape checks
NOTE: host info dir /opt/amanda/usr/adm/amanda/charm/curinfo/gaspar does not
exist
NOTE: it will be created on the next run.
NOTE: index dir /opt/amanda/usr/adm/amanda/charm/index/gaspar does not exist
NOTE: it will be created on the next run.
Server check took 0.001 seconds
(brought to you by Amanda 3.3.0)
I think I got it now.
The amanda.conf used the following holding disk definition:
define holdingdisk "holddisk" {
directory "/holddisk/charm"
use -50Gb
chunksize 0
}
So I changed it to:
holdingdisk "holddisk" {
directory "/holddisk/charm"
use -50Gb
chunksize 0
}
and now the amcheck outputs:
~# su amanda -c "/opt/amanda/sbin/amcheck -l charm"
Amanda Tape Server Host Check
-----------------------------
Holding disk /holddisk/charm: 4004264 MB disk space available, using 3953064 MB
NOTE: skipping tape checks
NOTE: host info dir /opt/amanda/usr/adm/amanda/charm/curinfo/gaspar does not
exist
NOTE: it will be created on the next run.
NOTE: index dir /opt/amanda/usr/adm/amanda/charm/index/gaspar does not exist
NOTE: it will be created on the next run.
Server check took 0.001 seconds
(brought to you by Amanda 3.3.0)
amdump is now writing to the hold disk.
thanks again!
jf
>
> --
> Michael Müskens
>
> Rule #18: It's better to seek forgiveness than ask permission.
>
--
Lay on, MacDuff, and curs'd be him who first cries, "Hold, enough!".
-- Shakespeare