Re: amanda-2.5.0p2-1.src.rpm

2006-11-08 Thread Paddy Sreenivasan

James,

libamclient-2.5.0p2.so should be installed in /usr/lib directory and
is part of the binary
rpm. Source rpm (amanda-2.5.0p2-1.src.rpm) will not contain the
libamclient library.
You have to build the source rpm to get the libamclient library.

Thanks,
Paddy

On 11/8/06, James Wilson <[EMAIL PROTECTED]> wrote:

Hey All,

I am installing this on RedHat version 9 and was wondering if there
were additional steps needed for the source rpm? When I try to manually
run ./selfcheck I get this error "error while loading shared libraries:
libamclient-2.5.0p2.so: cannot open shared object file: No such file or
directory". Do I need to pull libamclient-2.5.0p2.so down from zmandas
website? And if so do I need anything additional to this? Thanks




--

Amanda documentation: http://wiki.zmanda.com
Amanda forums: http://forums.zmanda.com


Re: amanda-2.5.0p2-1.src.rpm

2006-11-08 Thread James Wilson

Can you point me to some examples on building from source rpm?

Paddy Sreenivasan wrote:

James,

libamclient-2.5.0p2.so should be installed in /usr/lib directory and
is part of the binary
rpm. Source rpm (amanda-2.5.0p2-1.src.rpm) will not contain the
libamclient library.
You have to build the source rpm to get the libamclient library.

Thanks,
Paddy

On 11/8/06, James Wilson <[EMAIL PROTECTED]> wrote:

Hey All,

I am installing this on RedHat version 9 and was wondering if there
were additional steps needed for the source rpm? When I try to manually
run ./selfcheck I get this error "error while loading shared libraries:
libamclient-2.5.0p2.so: cannot open shared object file: No such file or
directory". Do I need to pull libamclient-2.5.0p2.so down from zmandas
website? And if so do I need anything additional to this? Thanks






Re: no incremental backup in strategy standard

2006-11-08 Thread Thomas Ginestet

Ello list,

With the help of Jim Summers, i added "maxpromoteday" in the dumptype 
definition and give it the value of 4.
This ended up my problem for all my directories backed up except for 3 
of them.


It gives me:
WARNING planner disk pdc:/etc, estimate of level 1 failed.
WARNING planner disk pdc:/home/organismes, estimate of level 1 failed.
WARNING planner disk pdc:/home, estimate of level 1 failed.

(the /home and /home/organismes are separated because of an exclude list).

The next level 0 was due in 6 days and so I was expected theses 3 DLE  
would not be promoted to level 0.


Here is an extract of the amstatus:

pdc://S0/C$/amanda  10m finished (20:54:38)
pdc://S0/PMSSYBEL   1   10m finished (20:58:49)
pdc://S0/WEF10m finished (20:54:41)
pdc:/etc00m finished (20:56:35)
pdc:/home   058648m finished (8:07:16)
pdc:/home/organismes061356m finished (2:49:55)
www-dev:/etc   10m finished (20:53:21)
www-dev:/var/lib/postgresql15m finished (20:57:41)
www-dev:/var/lib/zope2.7   10m finished (20:54:21)


Any other similar experience about that ?


Thomas


Thomas Ginestet a écrit :

Hi list,

I've got a problem with my dump cycle. In my dumpcycle of 7 days (with 
5 runs per cycle) and a strategy standard, I've got 5 full backups 
instead of one full and 4 incremental backups. Here is my amanda.conf:



org "test"  # your organization name for reports
dumpuser "backup"   # the user to run dumps under

inparallel 8# maximum dumpers that will run in parallel
displayunit "m"
maxdumps 2
etimeout 2500
dtimeout 5000
netusage  10240 # maximum net bandwidth for Amanda, in KB per sec

# a filesystem is due for a full backup once every  days
dumpcycle 7 # the number of days in the normal dump cycle
runspercycle 5
runtapes 2
tapecycle 20 tapes  # the number of tapes in rotation

amrecover_do_fsf yes   amrecover_check_label yes

bumpsize 10 MB  # minimum savings (threshold) to bump 
level 1 -> 2

bumppercent  0
bumpdays 1  # minimum days at each level
bumpmult 4  # threshold = bumpsize * (level-1)**bumpmult

tpchanger "chg-zd-mtx"
changerdev "/dev/sg5"
tapedev "/dev/nst0"
changerfile "/etc/amanda/Tests/loader"
tapetype LTO2   # what kind of tape it is (see tapetypes below)
labelstr "P552LJ[0-9][0-9]$"# label constraint regex: all tapes 
must match

label_new_tapes "P552LJ%%"

autoflush on

infofile "/var/lib/amanda/Tests/curinfo"# database filename
logfile  "/var/log/amanda/Tests/log"# log filename

indexdir "/var/lib/amanda/Tests/index"

define tapetype LTO2 {
   comment "LTO-2"
   length 199680 mbytes
   filemark 0 kbytes
   speed 30810 kps
}

define dumptype test-dump {
   comment "dump of our hosts"
   program "GNUTAR"
   tape_splitsize 1 gb
   priority high
   strategy standard
   index yes
   compress client best
   fallback_splitsize 100 mb
}

holdingdisk test-tmp {
   directory "/var/lib/amanda/dumps"
   use -2 gb
}

Is there something wrong ?
Any help would be appreciate :)

Thomas





amanda-2.5.0p2-1.src.rpm

2006-11-08 Thread James Wilson

Hey All,

   I am installing this on RedHat version 9 and was wondering if there 
were additional steps needed for the source rpm? When I try to manually 
run ./selfcheck I get this error "error while loading shared libraries: 
libamclient-2.5.0p2.so: cannot open shared object file: No such file or 
directory". Do I need to pull libamclient-2.5.0p2.so down from zmandas 
website? And if so do I need anything additional to this? Thanks