Re: test recovery

2003-10-28 Thread Jon LaBadie
On Wed, Oct 29, 2003 at 04:16:39PM +1100, Barry Haycock wrote:
> i have run "mt rew" on the tape before doing the recover.

How about the mt status's?


> What would the command syntax be if I wanted to use amrestore to recover
> a full FS to a different file system for test purposes???
> 
> Something like
> "amrestore -p /dev/rmt/0   | ufsrestore -mi"

Looks right except for the ufsrestore.  On my system there
are no options "m" nor "i".  My options would be "-xf -".
-x for extract
-f - to specify the input file name (- meaning stdin)

YMMV

BTW I strongly recommend doing this in a empty directory.
One with sufficient space to recover everything.
-- 
Jon H. LaBadie  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road(609) 252-0159
 Princeton, NJ  08540-4322  (609) 683-7220 (fax)


RE: test recovery

2003-10-28 Thread Barry Haycock
i have run "mt rew" on the tape before doing the recover.

I can read the header using "dd if=/dev/rmt/0 ibs=32k"
And I can read the images on the tape by using 
"amrestore -p /dev/rmt/0 no such_such_host > /dev/null"

I didn't mention this but my tape device is an L20 tape robot which
holds 20 tapes. The tape I want to recover from is loaded into the
driver.

What would the command syntax be if I wanted to use amrestore to recover
a full FS to a different file system for test purposes???

Something like
"amrestore -p /dev/rmt/0   | ufsrestore -mi"

Barry Haycock
T +61 2 6268 9242
F +61 2 6268 9233
SecureNet Ltd
243 Northbourne Ave
Lyneham ACT 2602

There are 10 types of people in the world. Those that understand binary
and those that don't.

-Original Message-
From: Jon LaBadie [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 29, 2003 3:30 PM
To: [EMAIL PROTECTED]
Subject: Re: test recovery

On Wed, Oct 29, 2003 at 01:11:12PM +1100, Barry Haycock wrote:
> I have inherited a network of solaris machines backed up by amanda.
> 
> I have no problem backing up the data but would like to perform a test
> recover for my sake. 
> 
> When I use amrecover 
> When I try and get the file to restore I get
> 
> 
> amrecover> lcd /data01/temp
> amrecover> add sulog-2003-10-26-.gz
> Added /adm/sulog-2003-10-26-.gz
> amrecover> extract
> 
> Extracting files using tape drive 0 on host csg905.
> The following tapes are needed: csg-monthly-07
> 
> Restoring files into directory /data01/temp
> Continue [?/Y/n]? y
> 
> Extracting files using tape drive 0 on host csg905.
> Load tape csg-monthly-07 now
> Continue [?/Y/n/s/t]? y
> EOF, check amidxtaped.debug file on csg905.
> amrecover: short block 0 bytes
> UNKNOWN file
> amrecover: Can't read file header
> extract_list - child returned non-zero status: 1
> Continue [?/Y/n/r]? Y
> amrecover> list
> amrecover> ?
> 
> what is causing 
> EOF, check amidxtaped.debug file on csg905.
> amrecover: short block 0 bytes
> UNKNOWN file
> amrecover: Can't read file header
> extract_list - child returned non-zero status: 1
> 
> and how can I fix it I cannot find the debug file mentioned to read
the
> problem. The file that I am asking to recover does exist on the tape
> listings.
> 

Just an emperical observation, possibly specific to my hardware.

After I load the requested tape I have to do a manual rewind
using mt, then I run mt "status".  It always seems the first
time I do an mt status the tape is not in a ready state.
So I do a second one and the tape is ready.  Seems to eliminate
"my" failed recovers.


Just to check on the tape, can you:
- successfully run amverify on it
- use dd or amtape to read the tape header
- use dd to read the file header from the first file
- use amrestore to recover the entire DLE rather than
  one file


-- 
Jon H. LaBadie  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road(609) 252-0159
 Princeton, NJ  08540-4322  (609) 683-7220 (fax)



Re: test recovery

2003-10-28 Thread Jon LaBadie
On Wed, Oct 29, 2003 at 01:11:12PM +1100, Barry Haycock wrote:
> I have inherited a network of solaris machines backed up by amanda.
> 
> I have no problem backing up the data but would like to perform a test
> recover for my sake. 
> 
> When I use amrecover 
> When I try and get the file to restore I get
> 
> 
> amrecover> lcd /data01/temp
> amrecover> add sulog-2003-10-26-.gz
> Added /adm/sulog-2003-10-26-.gz
> amrecover> extract
> 
> Extracting files using tape drive 0 on host csg905.
> The following tapes are needed: csg-monthly-07
> 
> Restoring files into directory /data01/temp
> Continue [?/Y/n]? y
> 
> Extracting files using tape drive 0 on host csg905.
> Load tape csg-monthly-07 now
> Continue [?/Y/n/s/t]? y
> EOF, check amidxtaped.debug file on csg905.
> amrecover: short block 0 bytes
> UNKNOWN file
> amrecover: Can't read file header
> extract_list - child returned non-zero status: 1
> Continue [?/Y/n/r]? Y
> amrecover> list
> amrecover> ?
> 
> what is causing 
> EOF, check amidxtaped.debug file on csg905.
> amrecover: short block 0 bytes
> UNKNOWN file
> amrecover: Can't read file header
> extract_list - child returned non-zero status: 1
> 
> and how can I fix it I cannot find the debug file mentioned to read the
> problem. The file that I am asking to recover does exist on the tape
> listings.
> 

Just an emperical observation, possibly specific to my hardware.

After I load the requested tape I have to do a manual rewind
using mt, then I run mt "status".  It always seems the first
time I do an mt status the tape is not in a ready state.
So I do a second one and the tape is ready.  Seems to eliminate
"my" failed recovers.


Just to check on the tape, can you:
- successfully run amverify on it
- use dd or amtape to read the tape header
- use dd to read the file header from the first file
- use amrestore to recover the entire DLE rather than
  one file


-- 
Jon H. LaBadie  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road(609) 252-0159
 Princeton, NJ  08540-4322  (609) 683-7220 (fax)


[no subject]

2003-10-28 Thread beþ dakikada kendi siteni yap
Title: Ücretsiz Domain Kiþisel ve kurumsal web siteleriniz için







  
Ücretsiz Domain
Kisisel ve kurumsal web siteleriniz icin, kisa ve akilda kalici bir Internet
adresini ücret ödemeden, aninda tescil ettirmek isterseniz hemen tiklayiniz.

Size Özel E-Mail
Adiniza özel mail adresiniz olsun istermisiniz [EMAIL PROTECTED] (.net,
.org, .biz).

Green Card
Hayatinizi degistirmek calisip para kazanmak belki de iyi bir egitim almak
yada yabanci dilinizi mi gelistirmek istiyorsunuz iste aradiginiz yerdesiniz
yani bizim web sitemizdesiniz.

Au Pair

Belli bir sure icin NATO Ulkeleri icinde bir ailenin yanýna yerlesip yabancý
dilini gelistirmek ve o ulkenin kulturunu ogrenmek isteyen 17-27 yas
arasindaki bay bayan ogrencilere Au-pair adi verilir. Au-pairlik süresi 6 ay
ile 2 yil arasi olup yaz aylarinda ise 3 ay kalmak da mumkundur.




Oyun
Basketbol, pingpong, starwars, dama oynamak ister misiniz? O zaman ne
duruyorsunuz hemen oyuna baslayin!


E-Kart
Arkadaslarinizla sevincinizi, huznunuzu paylasmak isterseniz bir e-kart
gonderin.


SMS
LOGO MELODÝ
Cep telefonununza bir birinden degisik Resimli Logo Melodi gondermek
istermisinz!

  









test recovery

2003-10-28 Thread Barry Haycock
I have inherited a network of solaris machines backed up by amanda.

I have no problem backing up the data but would like to perform a test
recover for my sake. 

When I use amrecover 
When I try and get the file to restore I get


amrecover> lcd /data01/temp
amrecover> add sulog-2003-10-26-.gz
Added /adm/sulog-2003-10-26-.gz
amrecover> extract

Extracting files using tape drive 0 on host csg905.
The following tapes are needed: csg-monthly-07

Restoring files into directory /data01/temp
Continue [?/Y/n]? y

Extracting files using tape drive 0 on host csg905.
Load tape csg-monthly-07 now
Continue [?/Y/n/s/t]? y
EOF, check amidxtaped.debug file on csg905.
amrecover: short block 0 bytes
UNKNOWN file
amrecover: Can't read file header
extract_list - child returned non-zero status: 1
Continue [?/Y/n/r]? Y
amrecover> list
amrecover> ?

what is causing 
EOF, check amidxtaped.debug file on csg905.
amrecover: short block 0 bytes
UNKNOWN file
amrecover: Can't read file header
extract_list - child returned non-zero status: 1

and how can I fix it I cannot find the debug file mentioned to read the
problem. The file that I am asking to recover does exist on the tape
listings.



There are 10 types of people in the world. Those that understand binary
and those that don't.




Amanda RPMS

2003-10-28 Thread Matt Hyclak
I've reorganized space a bit, so for those that are interested in the amanda
RPMs I've put up, you can get the latest in the 
http://www.math.ohiou.edu/mirror/casit/server/9/SRPMS/

and the .spec is at 

http://www.math.ohiou.edu/~hyclak/code/amanda.spec

There is an updated version from the one I posted the other day that fixes a
thinko in the .spec file (used %{indexserver} for both indexserver and
tapeserver). 

The files should be more or less permanent there.

Matt

-- 
Matt Hyclak
Department of Mathematics 
Department of Social Work
Ohio University
(740) 593-1263


Re: Setup problems

2003-10-28 Thread Joshua Baker-LePain
On Tue, 28 Oct 2003 at 1:53pm, Paul Singh wrote

> Amanda Backup Client Hosts Check
> 
> WARNING: beaker: selfcheck request timed out.  Host down?
> Client check: 1 host checked in 29.998 seconds, 1 problem found
> 
> (brought to you by Amanda 2.4.3)

http://amanda.sourceforge.net/fom-serve/cache/16.html

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University



Setup problems

2003-10-28 Thread Paul Singh
Hey guys, I think I've finally gotten close to finishing up this 
configuration... now I'm running amcheck... any ideas what's wrong?

bash-2.05b$ /usr/sbin/amcheck DailySet1
Amanda Tape Server Host Check
-
Holding disk /var/amanda/dumps: 284572 KB disk space available, using 
182172 KB
amcheck-server: slot 1: date 20031028 label DailySet101 (first labelstr 
match)
NOTE: skipping tape-writable test
Tape DailySet101 label ok
Server check took 60.600 seconds

Amanda Backup Client Hosts Check

WARNING: beaker: selfcheck request timed out.  Host down?
Client check: 1 host checked in 29.998 seconds, 1 problem found
(brought to you by Amanda 2.4.3)

and just for fun, here is a copy of the disklist

beaker sdb1 high-tar
beaker sdb2 high-tar
basically, sdb1 = /backups/it and sdb2 = /backups/ops... I'd like to 
backup everything in here.

Any ideas?

Paul



Re: log files lost

2003-10-28 Thread Eric Siegerman
On Tue, Oct 28, 2003 at 04:23:08PM +0300, vlad f halilow wrote:
> hello everyone. by different reason's log files of amanda war
> deleted. i want to manual recover it from tape (amrecover do
> not working, Warning: no log files found for tape serversXX for
> all tapes ), but i cannot. 
> [...]
> [EMAIL PROTECTED] # tar tvf /dev/rmt/0bn

You can still use amrestore; it's only amrecover that needs index
files, logs, etc.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED]
|  |  /
When I came back around from the dark side, there in front of me would
be the landing area where the crew was, and the Earth, all in the view
of my window. I couldn't help but think that there in front of me was
all of humanity, except me.
- Michael Collins, Apollo 11 Command Module Pilot



Lots o' trouble with AIX 5L

2003-10-28 Thread John Goerzen
Hello,

I am attempting to build and use Amanda on AIX 5L.  Here are the
problems I have run in to:

1. After detecting LFS support, every subsequent call to gcc fails
because arguments passed are unrecognized.  Workaround: comment out
this line in configure:

GETCONF_LFS="XBS5_ILP32_OFFBIG"

2. Building the SCSI changer causes a compile-time erorr:

gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src
-I../server-src -I../tape-src -g -O2   -c `test -f 'scsi-aix.c' ||
echo './'`scsi-aix.c
scsi-aix.c:62: gscdds.h: A file or directory in the path name does not
exist.
make: 1254-004 The error code from the last command is 1.

Workaround: disable building of the SCSI changer.

3. Running amtapetype -f /dev/rmt1.1 results in a near-immediate
segfault.  Since I haven't configured the rest of Amanda due to this
problem, I don't know if it will work or not, but I strongly suspect
that it will also segfault.

Any suggestions?




(광고)맛있고 영양많은 녹차김치로 알뜰한 식탁을 준비하세요. @

2003-10-28 Thread 녹차김치


아직도 김치는 우리 어머니만의 몫인가요?
김치!! 오늘은 보성녹차김치에 맡겨 주세요.
맛, 영양, 건강 그리고 어머니의 사랑까지... 보성녹차김치!!!
김치의 영양과 녹차의 효능까지 함께 섭취하는 기능성 김치... 보성녹차김치!!!
보성녹차밭의 그림같은 풍경과 녹차이야기... 김치이야기가 있는 곳...
보성녹차김치 주문과 녹차밭 풍경은 그림을 클릭하세요!!!


녹차향기 가득한 보성으로 오세요.



  

 

 If you don't want this type of information or e-mail, please click the 'refuse' button.
 메일수신을 더 이상 원치 않으시면 [수신거부]를 눌러 주세요.

 

 




   
   보성녹차김치
   공장: 전남 보성군 미력면 도개리 957-3번지 ☏ 062-371-3364 / E-mail
  [수집URL] http://daily.daemonnews.org/view_story.php3?story_id8

Re: Q: expecting a new tape

2003-10-28 Thread Joshua Baker-LePain
On Tue, 28 Oct 2003 at 9:00am, Raúl Wild-Spain wrote

> Yesterday I forced a full backup with amadmin. Today, amcheck mailed to 
> me the following:

amcheck didn't mail you that -- amdump did.  It's just telling you what it 
did.  The backups are fine.

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University



Re: log files lost

2003-10-28 Thread Joshua Baker-LePain
On Tue, 28 Oct 2003 at 4:23pm, vlad f halilow wrote

> hello everyone. by different reason's log files of amanda war deleted. 
> i want to manual recover it from tape (amrecover do not working, 
> Warning: no log files found for tape serversXX for all tapes ), but i 
> cannot. 
> 
> 
> [EMAIL PROTECTED] # echo $TAPE
> /dev/rmt/0bn
> [EMAIL PROTECTED] # tar tv
> tar: tape read error

Read docs/RESTORE in the amanda tarball for instructions on how to recover 
with only mt, dd, and tar.

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University



log files lost

2003-10-28 Thread vlad f halilow
hello everyone. by different reason's log files of amanda war deleted. i want to 
manual recover it from tape (amrecover do not working, Warning: no log files found for 
tape serversXX for all tapes ), but i cannot. 


[EMAIL PROTECTED] # echo $TAPE
/dev/rmt/0bn
[EMAIL PROTECTED] # tar tv
tar: tape read error
[EMAIL PROTECTED] # tar tvf /dev/rmt/0bn
tar: tape read error
[EMAIL PROTECTED] # mt status
HP DDS-3 4MM DAT tape drive:
   sense key(0x0)= No Additional Sense   residual= 0   retries= 0
   file no= 0   block no= 0

for any tape, which i tried to insert.. i am sure, that tape was writtent succesful 
and time to time i did ercovery operation from tape with no problem.

vlad.



deneme

2003-10-28 Thread SADKOYACHTING
Title: Dear Sir







  
 


 
  
  



    
Dear Sir / Madam,
  
  
 

    
We Give  
10 % commision 
for yacht sales and 
constructions
  
  
 

 

20 % commision 
for chartering
  
  
 
 
  
  
  

  
  
   
More Details at: 

www.sadkoyachting.com/olga.htm
  
  
 
  
  
 
 


440.000 €
 
 
  
  



  
  


   26 meters sailing wooden boat, 
made in July - 2001, hull is teak, interior is fully made of mahagony,   
engine is  440 hp original Man marine dizel,  made and designed by Sadko 
Yachting in Bodrum - Turkey, Model:Ketch , 850  engine hours,  fully air 
conditioned, full furling sailing system,  the hull and engine inspection 
made in April 2003, 4 cabins with bathroom for 3 people, in each cabin 1 
double bed 1 single bed, and one king size master cabin with bathroom, in 
master cabin 1 double bed 2 single beds, 1 crew cabin with bathroom, 3 
single beds in crew cabin.
  
  



  
  


    The yacht is built by 
Sadko Yachting in Bodrum - Turkey, construction costs were over  
600.000Euro.   
  
  

  
The asking price is 
440.000 Euro. Olga is over 300.000 Euro below the closest comparable boat on 
the market.The owner has agressively priced the Olga for quick sale. We 
build for him 45 meters sailing super mega yacht, called  
Princess Attiza 
, which will cost around 3.000.000 Euro. To see it check 
  
  

  
  
  


http://www.sadkoyachting.com/sales.htm
  
  

  
  

Chartering:
All prices are the whole boat 
for one day including surf, canoe, jet ski and full board meals, excluding 
drinks, all emberkations from Bodrum, Marmaris, Göcek and Fethiye. For Kos 
and Rodos islands we take no additional price if the boats are in Bodrum and 
Marmaris.
  
  

  
  

Cabin  Chartering:
Love Boats open their sails 
to the wind 
  
  

 Ask for detailed 
programmes.

Double cabin per person( standart cabins):40 euroX 7 day:280 
Euro 
Single cabin per person( standart cabins):70 euroX 7 day:490 
Euro
Childreen: 0 - 6 years free, 6 - 12 years 30% in the 
same cabin with their parents. 
  
  

  
  

  
  

  
  

 
The Last date to make offer is 05.11.2003. The highest offer will be chosen
  
  

  
  
 
Best Regards,
  
  
   
Haci AKDEMIR
  
  


  
  

  
  
   
 E-mail 
:   
[EMAIL PROTECTED]
 Mobile: +90 537 273 21 37
 Mobile: +90 536 63716 46
     Tel:    +90 252 
313 52 35
www.sadkoyachting.com
  
  


write remove and send it back to us 
than we will 
remove

your mail from our list

  









Re: amanda and samba

2003-10-28 Thread Nicolas Ecarnot
Christian Molière wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hello,

~   I have such error messages when I try to backup a samba share on  a 
windows server. User can only read on this share. Which kind of minimum 
rights user must to have on share ?

FAILED AND STRANGE DUMP DETAILS:

/-- jupiter-ba //exploitsrvdc2/ArchiBackup lev 0 STRANGE
sendbackup: start [jupiter-backup://exploitsrvdc2/ArchiBackup level 0]
sendbackup: info BACKUP=/usr/bin/smbclient
sendbackup: info RECOVER_CMD=/usr/bin/smbclient -f... -
sendbackup: info end
? NT_STATUS_ACCESS_DENIED opening remote file \backup_tony\archi 
previsionnel B1 B2 sauvegarde.vsd (\backup_tony\)
? NT_STATUS_ACCESS_DENIED opening remote file \backup_tony\archi 
sauvegarde B1 B2.vsd (\backup_tony\)
I also have this kind of problem on many samba clients. This comes from 
the rights assigned to the files created inside the shares. Sometimes, 
these files get some very closed rights, and even your backup user can't 
read them.

What I have done is maybe not the best, but works fine : I have created 
on every client host a local backup user (let's call him backupUser), 
and I added it in the ***LOCAL*** administrators group.
You don't need this, you could give to the backupUser all the rights on 
all the files to be backup up, but as I said, at each new creation of a 
file, you would have to check these rights again.

From a security point of view (if we can speak about security in a 
windows world...), I think this is not a big breach to create a local 
user that can read every file on the computer.

Comments are welcome.

(Sympa de voir qu'il y a aussi des francophones sur cette liste)

--
Nicolas Ecarnot



amanda and samba

2003-10-28 Thread Christian Molière
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hello,

~   I have such error messages when I try to backup a samba share on  a 
windows server. User can only read on this share. Which kind of minimum 
rights user must to have on share ?

FAILED AND STRANGE DUMP DETAILS:

/-- jupiter-ba //exploitsrvdc2/ArchiBackup lev 0 STRANGE
sendbackup: start [jupiter-backup://exploitsrvdc2/ArchiBackup level 0]
sendbackup: info BACKUP=/usr/bin/smbclient
sendbackup: info RECOVER_CMD=/usr/bin/smbclient -f... -
sendbackup: info end
? NT_STATUS_ACCESS_DENIED opening remote file \backup_tony\archi 
previsionnel B1 B2 sauvegarde.vsd (\backup_tony\)
? NT_STATUS_ACCESS_DENIED opening remote file \backup_tony\archi 
sauvegarde B1 B2.vsd (\backup_tony\)



- --
Cordialement,
Sincerely,
Christian MOLIERE

Tél : 01.43.60.11.60



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/nkPVZ30NRCZKZ48RArnxAKCo1QGCDw12uUh77TlZZ7uLnBLqzwCgyznG
cCbwt3tWdKOzsf6nJu7r/5Q=
=xk5o
-END PGP SIGNATURE-



amrestore query

2003-10-28 Thread Tom Brown
Hi,

I've been backing up and restoring with a mix of tar and dump for about 3
years now without any major issues.

I am currently testing the restore of a system prior to me deploying into
production.

I'm backing up this box with tar as i only want a couple of directorys to
end up on tape.

I am able to backup fine.

I restore with the following

amrestore -p /dev/nst0 machinename /u05/archive | tar xvfp -

When i restore however i get the following

my files first get restored and then i get
amrestore:   2: reached end of information

is this something to be concerned about do you think? The filesizes of the
origional files and the restored ones are exactly the same.

This is with 2.4.4p1 on Linux

thanks

Tom




Amanda client 2.4.4p1 under cygwin

2003-10-28 Thread Rohit
I have a small problem. I installed amanda client 2.4.4p1 on my windows NT 4
server (server pack 6) under cygwin 1.5.5-1. Amcheck reports everything is
fine
but amanda mail report says: Request to windows timed out in the failure and
strange dump summary. Rest of the DLEs are backed up fine. Just DLEs for
this
windows box fails.

I looked at the amandad logs .. looks like amanda timesout when sending an
estimate
after computing them successfully. Attached is the amandad log file. It
almost took
2500+ seconds before giving up.

I checked access between amanda server to amanda client and vice versa.
Ethernet
connection looks good.

Where else could be the problem? Is somebody running amanda client 2.4.4.p1
in
cygwin environment?

Thanks in advance!

Rohit
amandad: debug 1 pid 411 ruid 1148 euid 1148: start at Tue Oct 28 00:31:34 2003
amandad: version 2.4.4p1
amandad: build: VERSION="Amanda-2.4.4p1"
amandad:BUILT_DATE="Sun Oct 19 19:57:56 IST 2003"
amandad:BUILT_MACH="CYGWIN_NT-4.0 windows 1.5.5(0.94/3/2) 2003-09-20 16:31 
i686 unknown unknown Cygwin"
amandad:CC="gcc"
amandad:CONFIGURE_COMMAND="'./configure' '--without-server' 
'--without-force-uid' '--with-user=SYSTEM' '--with-group=Administrators'"
amandad: paths: bindir="/usr/local/bin" sbindir="/usr/local/sbin"
amandad:libexecdir="/usr/local/libexec" mandir="/usr/local/man"
amandad:AMANDA_TMPDIR="/tmp/amanda" AMANDA_DBGDIR="/tmp/amanda"
amandad:CONFIG_DIR="/usr/local/etc/amanda" DEV_PREFIX="/"
amandad:RDEV_PREFIX="/" DUMP="/cygdrive/c/WINNT/system32/backup"
amandad:RESTORE="/cygdrive/c/WINNT/system32/restore"
amandad:GNUTAR="/usr/bin/tar" COMPRESS_PATH="/usr/bin/gzip"
amandad:UNCOMPRESS_PATH="/usr/bin/gzip"
amandad:MAILER="/cygdrive/c/PROGRA~1/VEDIC/Bin/Mail"
amandad:listed_incr_dir="/usr/local/var/amanda/gnutar-lists"
amandad: defs:  DEFAULT_SERVER="windows" DEFAULT_CONFIG="DailySet1"
amandad:DEFAULT_TAPE_SERVER="windows"
amandad:DEFAULT_TAPE_DEVICE="/dev/null" LOCKING=POSIX_FCNTL
amandad:SETPGRP_VOID DEBUG_CODE AMANDA_DEBUG_DAYS=4 BSD_SECURITY
amandad:USE_AMANDAHOSTS CLIENT_LOGIN="SYSTEM" HAVE_GZIP
amandad:COMPRESS_SUFFIX=".gz" COMPRESS_FAST_OPT="--fast"
amandad:COMPRESS_BEST_OPT="--best" UNCOMPRESS_OPT="-dc"
amandad: time 0.001: got packet:

Amanda 2.4 REQ HANDLE 003-80920608 SEQ 1067281209
SECURITY USER amanda
SERVICE sendsize
OPTIONS features=feff9f00;maxdumps=1;hostname=windows;
GNUTAR /win/G3User1 /cygdrive/d/UsersG3 0 1970:1:1:0:0:0 1 OPTIONS 
|;auth=bsd;srvcomp-fast;index;include-file=./user1;
GNUTAR /win/G1user2 /cygdrive/d/Users 0 1970:1:1:0:0:0 1 OPTIONS 
|;auth=bsd;srvcomp-fast;index;include-file=./user2;


amandad: time 0.022: sending ack:

Amanda 2.4 ACK HANDLE 003-80920608 SEQ 1067281209


amandad: time 0.025: bsd security: remote host lipid user amanda local user backup
amandad: time 0.025: amandahosts security check passed
amandad: time 0.025: running service "/usr/local/libexec/sendsize"
amandad: time 599.721: got packet:

Amanda 2.4 REQ HANDLE 003-80920608 SEQ 1067281209
SECURITY USER amanda
SERVICE sendsize
OPTIONS features=feff9f00;maxdumps=1;hostname=windows;
GNUTAR /win/G3User1 /cygdrive/d/UsersG3 0 1970:1:1:0:0:0 1 OPTIONS 
|;auth=bsd;srvcomp-fast;index;include-file=./user1;
GNUTAR /win/G1user2 /cygdrive/d/Users 0 1970:1:1:0:0:0 1 OPTIONS 
|;auth=bsd;srvcomp-fast;index;include-file=./user2;


amandad: time 599.784: received dup P_REQ packet, ACKing it
amandad: time 599.784: sending ack:

Amanda 2.4 ACK HANDLE 003-80920608 SEQ 1067281209


amandad: time 1199.625: got packet:

Amanda 2.4 REQ HANDLE 003-80920608 SEQ 1067281209
SECURITY USER amanda
SERVICE sendsize
OPTIONS features=feff9f00;maxdumps=1;hostname=windows;
GNUTAR /win/G3User1 /cygdrive/d/UsersG3 0 1970:1:1:0:0:0 1 OPTIONS 
|;auth=bsd;srvcomp-fast;index;include-file=./user1;
GNUTAR /win/G1user2 /cygdrive/d/Users 0 1970:1:1:0:0:0 1 OPTIONS 
|;auth=bsd;srvcomp-fast;index;include-file=./user2;


amandad: time 1199.669: received dup P_REQ packet, ACKing it
amandad: time 1199.689: sending ack:

Amanda 2.4 ACK HANDLE 003-80920608 SEQ 1067281209


amandad: time 2631.687: sending REP packet:

Amanda 2.4 REP HANDLE 003-80920608 SEQ 1067281209
OPTIONS features=feff9ffe0f;
/win/G1user2 0 SIZE 934870
/win/G3User1 0 SIZE 3679500


amandad: time 2641.716: dgram_recv: timeout after 10 seconds
amandad: time 2641.716: waiting for ack: timeout, retrying
amandad: time 2651.716: dgram_recv: timeout after 10 seconds
amandad: time 2651.716: waiting for ack: timeout, retrying
amandad: time 2661.716: dgram_recv: timeout after 10 seconds
amandad: time 2661.716: waiting for ack: timeout, retrying
amandad: time 2671.716: dgram_recv: timeout after 10 seconds
amandad: time 2671.716: waiting for ack: timeout, retrying
amandad: time 2681.716: dgram_recv: timeout after 10 seco

Re: Q: expecting a new tape

2003-10-28 Thread Paul Bijnens
Raúl Wild-Spain wrote:
Hi,

Yesterday I forced a full backup with amadmin. Today, amcheck mailed to me the following:

These dumps were to tape FURV-POLICY01.
The next tape Amanda expects to use is: a new tape.
In english (oh, or wasn't it english? :-) ) :

This backup was on tape FURV-POLICY01 (and from below, it seems to have 
run without any problem).

The next backup, probably the one next night will need a "new tape".


.
.
NOTES:
  planner: Forcing full dump of xaloc:/dev/sdc2 as directed.
  taper: tape FURV-POLICY01 kb 9993888 fm 5 [OK]
DUMP SUMMARY:
 DUMPER STATSTAPER STATS 
HOSTNAME DISKL ORIG-KB OUT-KB COMP% MMM:SS  KB/s MMM:SS  KB/s
-- - 
kannagara/etc1 210 32  15.2   0:00 121.9   0:0010897.3
xaloc/dev/sdc1   1 100 32  32.0   0:00 365.9   0:0011161.5
xaloc/dev/sdc2   0 105975605950496  56.1  50:231968.4  50:231968.2
xaloc/dev/sdd1   2 41909504043104  96.5  22:053052.1  31:132158.4
xaloc/etc1 750 64   8.5   0:00 192.9   0:0012009.0


To avoid the columns run into eachother add a "columnspec" directive
in your amanda.conf ("man amanda"!) at least if your amanda version
is 2.4.3 or later?
--
Paul @ Home


Q: expecting a new tape

2003-10-28 Thread Raúl Wild-Spain
Hi,

Yesterday I forced a full backup with amadmin. Today, amcheck mailed to me the 
following:


These dumps were to tape FURV-POLICY01.
The next tape Amanda expects to use is: a new tape.
.
.
NOTES:
  planner: Forcing full dump of xaloc:/dev/sdc2 as directed.
  taper: tape FURV-POLICY01 kb 9993888 fm 5 [OK]

DUMP SUMMARY:
 DUMPER STATSTAPER STATS 
HOSTNAME DISKL ORIG-KB OUT-KB COMP% MMM:SS  KB/s MMM:SS  KB/s
-- - 
kannagara/etc1 210 32  15.2   0:00 121.9   0:0010897.3
xaloc/dev/sdc1   1 100 32  32.0   0:00 365.9   0:0011161.5
xaloc/dev/sdc2   0 105975605950496  56.1  50:231968.4  50:231968.2
xaloc/dev/sdd1   2 41909504043104  96.5  22:053052.1  31:132158.4
xaloc/etc1 750 64   8.5   0:00 192.9   0:0012009.0


I don't understand "The next tape Amanda expects to use is: a new tape". The amcheck 
man page says about this:

"The tape is not OK and a new tape was expected."

what's that? ... Is the full backup invalid? do I need a new fresh and blank tape into 
my policy? or simply can I choose some registered tape from my policy? Must I do the 
full backup again?

Best regards,

Raúl Cruz Carmona
[EMAIL PROTECTED]












RE: dump failing for nfs mounts.

2003-10-28 Thread Dana Bourgeois
Amanda uses either your local dump program (ufsdump for Solaris, for
example) or Gnu tar.  IF you don't specify or change the configuration,
you're going to get dump.  I don't know of any dump programs offhand that
will dump an NFS mount.

I believe you will have to switch to GNUTAR in your config file to make this
work.


Dana Bourgeois


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Frank Smith
> Sent: Monday, October 27, 2003 7:46 PM
> To: Tavis Gustafson; [EMAIL PROTECTED]
> Subject: Re: dump failing for nfs mounts.
> 
> 
> --On Monday, October 27, 2003 19:03:22 -0800 Tavis Gustafson 
> <[EMAIL PROTECTED]> wrote:
> 
> > I am trying to use amanda to backup nfs mounts.  I get this in my 
> > sendsize reports. Any ideas?
> > 
> > sendsize: debug 1 pid 9385 ruid 34 euid 34 start time Mon Oct 27 
> > 17:37:10 2003
> > /usr/lib/amanda/sendsize: version 2.4.2p2
> > calculating for amname '/mnt/netapp/dat1', dirname 
> '/mnt/netapp/dat1'
> > sendsize: getting size via dump for /mnt/netapp/dat1 level 0
> > sendsize: running "/sbin/dump 0Ssf 1048576 - 
> /mnt/netapp/dat1" running 
> > /usr/lib/amanda/killpgrp dumpe2fs 1.27 (8-Mar-2002)
> > dump: No such file or directory while trying to open 0Ssf
> > Couldn't find valid filesystem superblock.
> > .
> > (no size line match in above dump output)
> > 
> > Thank You
> > 
> > Tavis
> > DreamHost
> 
> Dump programs are specific to the filesystem type they were 
> designed for, ufsdump for ufs, linux dump for ext2, vxdump 
> for Veritas, etc., and only for a raw device (some will do 
> subdirectories, but then can't update dumpdates appropriately.
> 
> Use tar instead for an NFS mounted filesystem.
> 
> Frank
> 
> 
> 
>