Re: What does this mean: "amlabel: could not load slot "1": unexpected EOF"

2016-03-19 Thread Robert Heller
OK, I solved this: it was a broken Perl install (I think cpanel caused this), 
reinstalling/updating Perl cured the problem.


At Fri, 18 Mar 2016 14:07:13 -0400 Robert Heller  wrote:

> 
> OS: CentOS 6
> Amanda version: 2.6.1p2-9.el6_6.x86_64
> 
> I am trying to use Amazon S3 as a tape changer, but I am getting an error 
> from 
> amlabel: "amlabel: could not load slot "1": unexpected EOF"
> 
> I set things up using the documentation at 
> http://wiki.zmanda.com/index.php/How_To:Backup_to_Amazon_S3#Old_chg-multi_.28Amanda_2.6_and_later.29
> 
> amanda.conf contains:
> 
> tapedev "null:" # the no-rewind tape device to be used
> device_property "S3_ACCESS_KEY" ""
> device_property "S3_SECRET_KEY" "**"
> device_property "S3_SSL" "YES"
> changerfile "/etc/amanda/xxx/changer.conf"   
> #changerdev "/dev/sg1"
> tapetype S3 # what kind of tape it is (see tapetypes below)   
>   
> define tapetype S3 {  
> comment "S3 Bucket"   
> length 10 gigabytes # Bucket size 10GB
> }
> 
> And in changer.conf contains:
> 
> multieject 0  
> gravity 0
> needeject 0
> ejectdelay 0
> statefile /etc/amanda/xxx/changer-status 
> firstslot 1
> lastslot 40
>
> slot  1  s3:xxx-backups/slot-01/ 
> slot  2  s3:xxx-backups/slot-02/ 
> slot  3  s3:xxx-backups/slot-03/ 
> slot  4  s3:xxx-backups/slot-04/ 
> slot  5  s3:xxx-backups/slot-05/ 
> slot  6  s3:xxx-backups/slot-06/ 
> slot  7  s3:xxx-backups/slot-07/ 
> slot  8  s3:xxx-backups/slot-08/ 
> slot  9  s3:xxx-backups/slot-09/ 
> slot  10 s3:xxx-backups/slot-10/ 
> (more slots)
> 
> And this is what is in the amlabel debug log:
> 
> 1458323720.494262: amlabel: pid 16385 ruid 33 euid 33 version 2.6.1p2: start 
> at Fri Mar 18 13:55:20 2016
> 1458323720.498339: amlabel: pid 16385 ruid 33 euid 33 version 2.6.1p2: rename 
> at Fri Mar 18 13:55:20 2016
> 1458323720.498880: amlabel: changer: >> -slot 1
> 1458323720.527899: amlabel: changer: ERROR  unexpected EOF
> 1458323720.527952: amlabel: critical (fatal): could not load slot "1": 
> unexpected EOF
> /usr/lib64/libamanda-2.6.1p2.so(+0x21a99)[0x7fa3e4c19a99]
> /lib64/libglib-2.0.so.0(g_logv+0x1b9)[0x7fa3e39e9519]
> /lib64/libglib-2.0.so.0(g_log+0x83)[0x7fa3e39e9933]
> amlabel(main+0x887)[0x7fa3e55014f7]
> /lib64/libc.so.6(__libc_start_main+0xfd)[0x7fa3e1e3ad5d]
> amlabel(+0x1b49)[0x7fa3e5500b49]
> 
> What am I doing wrong?
> 

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services




What does this mean: "amlabel: could not load slot "1": unexpected EOF"

2016-03-18 Thread Robert Heller
OS: CentOS 6
Amanda version: 2.6.1p2-9.el6_6.x86_64

I am trying to use Amazon S3 as a tape changer, but I am getting an error from 
amlabel: "amlabel: could not load slot "1": unexpected EOF"

I set things up using the documentation at 
http://wiki.zmanda.com/index.php/How_To:Backup_to_Amazon_S3#Old_chg-multi_.28Amanda_2.6_and_later.29

amanda.conf contains:

tapedev "null:" # the no-rewind tape device to be used
device_property "S3_ACCESS_KEY" ""
device_property "S3_SECRET_KEY" "**"
device_property "S3_SSL" "YES"
changerfile "/etc/amanda/xxx/changer.conf"   
#changerdev "/dev/sg1"
tapetype S3 # what kind of tape it is (see tapetypes below)   
  
define tapetype S3 {  
comment "S3 Bucket"   
length 10 gigabytes # Bucket size 10GB
}

And in changer.conf contains:

multieject 0  
gravity 0
needeject 0
ejectdelay 0
statefile /etc/amanda/xxx/changer-status 
firstslot 1
lastslot 40
   
slot  1  s3:xxx-backups/slot-01/ 
slot  2  s3:xxx-backups/slot-02/ 
slot  3  s3:xxx-backups/slot-03/ 
slot  4  s3:xxx-backups/slot-04/ 
slot  5  s3:xxx-backups/slot-05/ 
slot  6  s3:xxx-backups/slot-06/ 
slot  7  s3:xxx-backups/slot-07/ 
slot  8  s3:xxx-backups/slot-08/ 
slot  9  s3:xxx-backups/slot-09/ 
slot  10 s3:xxx-backups/slot-10/ 
(more slots)

And this is what is in the amlabel debug log:

1458323720.494262: amlabel: pid 16385 ruid 33 euid 33 version 2.6.1p2: start at 
Fri Mar 18 13:55:20 2016
1458323720.498339: amlabel: pid 16385 ruid 33 euid 33 version 2.6.1p2: rename 
at Fri Mar 18 13:55:20 2016
1458323720.498880: amlabel: changer: >> -slot 1
1458323720.527899: amlabel: changer: ERROR  unexpected EOF
1458323720.527952: amlabel: critical (fatal): could not load slot "1": 
unexpected EOF
/usr/lib64/libamanda-2.6.1p2.so(+0x21a99)[0x7fa3e4c19a99]
/lib64/libglib-2.0.so.0(g_logv+0x1b9)[0x7fa3e39e9519]
/lib64/libglib-2.0.so.0(g_log+0x83)[0x7fa3e39e9933]
amlabel(main+0x887)[0x7fa3e55014f7]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7fa3e1e3ad5d]
amlabel(+0x1b49)[0x7fa3e5500b49]

What am I doing wrong?

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

  


Amvault: No acceptable volumes found -- what does this mean?

2011-01-19 Thread Robert Heller
sh-3.2$ amvault -otapetype=ARCHIVAL --src-timestamp 20101226 --label-template  
60villagedrive-20101226-% --dst-changer archive_tape --dry-run 
60villagedrive-traditional
60villagedrive-51 1 bach / 20101226001001 0
60villagedrive-51 2 ravel /data 20101226001001 0
60villagedrive-52 1 ravel /data 20101226001001 0
60villagedrive-52 2 ravel /data 20101226001001 0
60villagedrive-53 1 ravel /data 20101226001001 0
60villagedrive-53 2 ravel /data 20101226001001 0
60villagedrive-54 1 ravel /data 20101226001001 0
60villagedrive-54 2 ravel /data 20101226001001 0
60villagedrive-55 1 ravel /data 20101226001001 0
60villagedrive-55 2 ravel /data 20101226001001 0
60villagedrive-56 1 ravel /data 20101226001001 0
60villagedrive-56 2 ravel /data 20101226001001 0
60villagedrive-57 1 ravel /data 20101226001001 0
60villagedrive-57 2 ravel /data 20101226001001 0
60villagedrive-58 1 ravel /data 20101226001001 0
60villagedrive-58 2 ravel /data 20101226001001 0
60villagedrive-59 1 ravel /data 20101226001001 0
60villagedrive-59 2 ravel /data 20101226001001 0
60villagedrive-60 1 ravel /data 20101226001001 0
60villagedrive-60 2 ravel /data 20101226001001 0
60villagedrive-61 1 ravel /data 20101226001001 0
60villagedrive-61 2 ravel /data 20101226001001 0
60villagedrive-62 1 ravel /data 20101226001001 0
60villagedrive-62 2 ravel /data 20101226001001 0
60villagedrive-63 1 ravel /data 20101226001001 0
60villagedrive-63 2 ravel /boot 20101226001001 0
60villagedrive-63 3 bach /boot 20101226001001 0
60villagedrive-63 4 haydn /boot 20101226001001 0
60villagedrive-63 5 ravel / 20101226001001 0
60villagedrive-63 6 haydn / 20101226001001 0
Total Size: 126820109 KB
sh-3.2$ amvault -otapetype=ARCHIVAL --src-timestamp 20101226 --label-template 
660villagedrive-20101226-% --dst-changer archive_tape 60villagedrive-traditional
No acceptable volumes found

This used to work.  I made some *minor* changes to the config file,
which does check out (amcheck is successful). What is amvault doing
here?  The volumns are still in the changer (I checked!).  What am I
missing?

Amanda Version 3.2.0

-- 
Robert Heller -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software-- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments



   


Ominous message from amrecover -- what does it mean?

2010-11-14 Thread Robert Heller
When recovering a single directory from a backup (as a test) I got this
message from amrecover:

All existing files in /mnt/RAID0 can be deleted
Continue [?/Y/n]? 

What's the significance of this rather ominous sounding line?

-- 
Robert Heller -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software-- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments


   


What does it mean: ERROR: hostname: [host hostname:Port XXXX not secure]

2004-08-13 Thread Byarlay, Wayne A.
I'm working on installing AMANDA on a new RH9 server. All my clients
still have an older version of the client installed; and they work fine
with the old backup server. However, with this new RH9 one, when I run
amcheck, AMANDA appears to try and contact them, but I get an error
message that says:

ERROR: hostname: [host hostname:Port  not secure]

Weird thing is, the  (Port number?) keeps incrementing by 1 every
time I run amcheck!

Do I need to install the newest (same) version of the client?

I have attempted to install the client to the actual RH9 server which is
running amanda; but this also yields the same error! So I assumed that
not having the proper client version is not the (only) problem.

Thanks very much if anybody can help,

Wayne.



Glossary: DLE, what does that mean?

2004-01-27 Thread Georg Rehfeld
Dear,

seems I'm stupid.

Almost everyone here uses the abbrevation DLE where I would use the
term partition and I can't find or think of any good expansion. Note,
that english isn't my first language.
What, please, is a DLE? May it mean:

 Down Loadable Entity ??? Stupid.
 Do Less Errors ??? Stupid again.
 H ...
Confused, Georg
--
 ___   ___
| + | |__Georg Rehfeld  Woltmanstr. 12 20097 Hamburg
|_|_\ |___   [EMAIL PROTECTED]+49 (40) 23 53 27 10



Re: Glossary: DLE, what does that mean?

2004-01-27 Thread Joshua Baker-LePain
On Wed, 28 Jan 2004 at 5:13am, Georg Rehfeld wrote

 seems I'm stupid.
 
 Almost everyone here uses the abbrevation DLE where I would use the
 term partition and I can't find or think of any good expansion. Note,
 that english isn't my first language.
 
 What, please, is a DLE? May it mean:

Actually, this should go in the FAQ.

Disk List Entry

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


Re: Glossary: DLE, what does that mean?

2004-01-27 Thread Gene Heskett
On Tuesday 27 January 2004 23:13, Georg Rehfeld wrote:
Dear,

seems I'm stupid.

Almost everyone here uses the abbrevation DLE where I would use
 the term partition and I can't find or think of any good
 expansion. Note, that english isn't my first language.

What, please, is a DLE? May it mean:
Disk List Entry, or a line in the file /configname/disklist

  Down Loadable Entity ??? Stupid.
  Do Less Errors ??? Stupid again.
  H ...

Confused, Georg

-- 
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)
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.


Re: Glossary: DLE, what does that mean?

2004-01-27 Thread Georg Rehfeld
Hi Jon and Joshua,

what immediate answers (under 1 minute :-)

my question was:
What, please, is a DLE?
Jon LaBadie wrote:
 ...
You Enter the items you want to back up in the DiskList.
Thus they are DiskList Entries.
General usage was to describe them as you did, partitions,
or file systems.  But in fact they do not have to be either.
They can be directory trees, or multiple trees, or trees
with some branches cut off.  So the more generic term, DLE
was coined.
and Joshua Baker-LePain wrote:
 Actually, this should go in the FAQ.

 Disk List Entry
And yes, it should go into the docs. Maybe not only into the FAQ, but
into all places, where partition is used now, using the usual
convention: name it fully in the first place giving the abbriavation
in parantheses, then continue to use the abbraviation, giving the full
name in parantheses on the first use, then continue to use only the
abbreviation.
Good guys, I got it finally

Georg
--
 ___   ___
| + | |__Georg Rehfeld  Woltmanstr. 12 20097 Hamburg
|_|_\ |___   [EMAIL PROTECTED]+49 (40) 23 53 27 10


What does -1 mean in disklist

2002-09-03 Thread Martinez, Michael - CSREES/ISTM

What does the -1 mean in the following disklist line:

www /home2 nocomp-user -1 local


Thanks in advance

Michael Martinez
System Administrator
Information Systems and Technology Management
CSREES - United States Department of Agriculture
(202) 720-6223

 



Re: What does -1 mean in disklist

2002-09-03 Thread Gene Heskett

On Tuesday 03 September 2002 09:41, Martinez, Michael - CSREES/ISTM 
wrote:
What does the -1 mean in the following disklist line:

www /home2 nocomp-user -1 local

According to the notes in the sample disklist, its a spindle number 
placeholder, whatever that is.  Something to do with a raid array 
that allows each disk/spindle to be addressed individually.  A 
method of backup up each single disk in a raid (I think).

Possibly usefull to those with raids.  Untested here, no raid.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.13% setiathome rank, not too shabby for a WV hillbilly



RE: What does -1 mean in disklist

2002-09-03 Thread Bort, Paul

Actually, it's a performance management thing. If you have several
partitions on one physical drive, you can give them all the same spindle
number, and AMANDA will only pull one backup from each spindle at a time, to
keep from thrashing your drives. I use this on my older firewalls (200MHz or
less) to keep the backups from taking over the machine. 


 -Original Message-
 From: Gene Heskett [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 03, 2002 11:29 AM
 To: Martinez, Michael - CSREES/ISTM; [EMAIL PROTECTED]
 Subject: Re: What does -1 mean in disklist
 
 
 On Tuesday 03 September 2002 09:41, Martinez, Michael - CSREES/ISTM 
 wrote:
 What does the -1 mean in the following disklist line:
 
 www /home2 nocomp-user -1 local
 
 According to the notes in the sample disklist, its a spindle number 
 placeholder, whatever that is.  Something to do with a raid array 
 that allows each disk/spindle to be addressed individually.  A 
 method of backup up each single disk in a raid (I think).
 
 Possibly usefull to those with raids.  Untested here, no raid.
 
 -- 
 Cheers, Gene
 AMD K6-III@500mhz 320M
 Athlon1600XP@1400mhz  512M
 99.13% setiathome rank, not too shabby for a WV hillbilly
 



RE: What does -1 mean in disklist

2002-09-03 Thread Martinez, Michael - CSREES/ISTM

muchas gracias senor

Michael Martinez
System Administrator
Information Systems and Technology Management
CSREES - United States Department of Agriculture
(202) 720-6223


 -Original Message-
 From: Gene Heskett [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 03, 2002 11:29 AM
 To: Martinez, Michael - CSREES/ISTM; [EMAIL PROTECTED]
 Subject: Re: What does -1 mean in disklist
 
 
 On Tuesday 03 September 2002 09:41, Martinez, Michael - CSREES/ISTM 
 wrote:
 What does the -1 mean in the following disklist line:
 
 www /home2 nocomp-user -1 local
 
 According to the notes in the sample disklist, its a spindle number 
 placeholder, whatever that is.  Something to do with a raid array 
 that allows each disk/spindle to be addressed individually.  A 
 method of backup up each single disk in a raid (I think).
 
 Possibly usefull to those with raids.  Untested here, no raid.
 
 -- 
 Cheers, Gene
 AMD K6-III@500mhz 320M
 Athlon1600XP@1400mhz  512M
 99.13% setiathome rank, not too shabby for a WV hillbilly
 



Re: What does -1 mean in disklist

2002-09-03 Thread Gene Heskett

On Tuesday 03 September 2002 11:53, Martinez, Michael - CSREES/ISTM 
wrote:
muchas gracias senor

Michael Martinez
System Administrator
Information Systems and Technology Management
CSREES - United States Department of Agriculture
(202) 720-6223

 -Original Message-
 From: Gene Heskett [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 03, 2002 11:29 AM
 To: Martinez, Michael - CSREES/ISTM; [EMAIL PROTECTED]
 Subject: Re: What does -1 mean in disklist


 On Tuesday 03 September 2002 09:41, Martinez, Michael -
 CSREES/ISTM

 wrote:
 What does the -1 mean in the following disklist line:
 
 www /home2 nocomp-user -1 local

 According to the notes in the sample disklist, its a spindle
 number placeholder, whatever that is.  Something to do with a
 raid array that allows each disk/spindle to be addressed
 individually.  A method of backup up each single disk in a raid
 (I think).

 Possibly usefull to those with raids.  Untested here, no raid.

See Paul Borts corrective message.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.13% setiathome rank, not too shabby for a WV hillbilly



Re: What does -1 mean in disklist

2002-09-03 Thread Gene Heskett

On Tuesday 03 September 2002 11:50, Bort, Paul wrote:
Actually, it's a performance management thing. If you have several
partitions on one physical drive, you can give them all the same
 spindle number, and AMANDA will only pull one backup from each
 spindle at a time, to keep from thrashing your drives. I use this
 on my older firewalls (200MHz or less) to keep the backups from
 taking over the machine.

Thanks, as you could tell, I was in over my head there.

 -Original Message-

[snip useless blather]

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.13% setiathome rank, not too shabby for a WV hillbilly



tape dump errors -- what does it mean?

2002-08-03 Thread Keith Clay

Folks,

I started amdump and this is what I got:

 These dumps were to tape wipSet10004.
 *** A TAPE ERROR OCCURRED: [[writing file: Input/output error]].
 Some dumps may have been left in the holding disk.
 Run amflush to flush them to tape.
 The next tape Amanda expects to use is: a new tape.
 
 FAILURE AND STRANGE DUMP SUMMARY:
   clayk  / lev 0 FAILED [out of tape]
 
 
 STATISTICS:
   Total   Full  Daily
       
 Estimate Time (hrs:min)0:00
 Run Time (hrs:min) 0:43
 Dump Time (hrs:min)0:27   0:27   0:00
 Output Size (meg)1718.9 1718.90.0
 Original Size (meg)  4080.1 4080.10.0
 Avg Compressed Size (%)42.1   42.1-- 
 Filesystems Dumped4  4  0
 Avg Dump Rate (k/s)  1101.2 1101.2-- 
 
 Tape Time (hrs:min)0:13   0:13   0:00
 Tape Size (meg)   670.5  670.50.0
 Tape Used (%)   3.43.40.0
 Filesystems Taped 3  3  0
 Avg Tp Write Rate (k/s)   884.2  884.2-- 
 
 
 NOTES:
   planner: Adding new disk clayk:/.
   planner: Adding new disk clayk:/boot.
   planner: Adding new disk clayk:/home.
   planner: Adding new disk clayk:/usr/local.
   driver: WARNING: /clayk: 5242880 KB requested, but only 4755116 KB available.
   taper: tape wipSet10004 kb 1468256 fm 4 writing file: Input/output error
   driver: going into degraded mode because of tape error.
 
 
 DUMP SUMMARY:
  DUMPER STATSTAPER STATS 
 HOSTNAME DISKL ORIG-KB OUT-KB COMP% MMM:SS  KB/s MMM:SS  KB/s
 -- - 
 clayk/   0 29919001073632  35.9  17:251027.4   N/A   N/A 
 clayk/boot   0   16040   9568  59.7   0:051744.4   0:14 681.2
 clayk/home   0 1039350 629024  60.5   8:141274.1  11:43 894.6
 clayk/usr/local  0  130740  47904  36.6   0:54 883.6   0:59 809.5
 
 (brought to you by Amanda version 2.4.2p2)


I ran amflush and got this:


 The dumps were flushed to tape wipSet10001.
 The next tape Amanda expects to use is: a new tape.
 
 FAILURE AND STRANGE DUMP SUMMARY:
   taper: FATAL error [file_reader_side cmd 0 argc 0]
   taper: FATAL syncpipe_get: w: unexpected EOF
 
 
 STATISTICS:
   Total   Full  Daily
       
 Estimate Time (hrs:min)0:00
 Run Time (hrs:min) 0:20
 Dump Time (hrs:min)0:00   0:00   0:00
 Output Size (meg)   0.00.00.0
 Original Size (meg) 0.00.00.0
 Avg Compressed Size (%) -- -- -- 
 Filesystems Dumped0  0  0
 Avg Dump Rate (k/s) -- -- -- 
 
 Tape Time (hrs:min)0:16   0:16   0:00
 Tape Size (meg)  1048.5 1048.50.0
 Tape Used (%)   5.35.30.0
 Filesystems Taped 1  1  0
 Avg Tp Write Rate (k/s)  1092.0 1092.0-- 
 
 
 NOTES:
   taper: tape wipSet10001 kb 1073664 fm 1 [OK]
 
 
 DUMP SUMMARY:
  DUMPER STATSTAPER STATS 
 HOSTNAME DISKL ORIG-KB OUT-KB COMP% MMM:SS  KB/s MMM:SS  KB/s
 -- - 
 clayk/   0 29919001073664  35.9   N/A   N/A   16:231092.0
 clayk/boot NO FILE TO FLUSH -
 clayk/home NO FILE TO FLUSH -
 clayk/usr/localNO FILE TO FLUSH -
 
 (brought to you by Amanda version 2.4.2p2)



What does this mean?  What is the problem?

Thanks,

keith
-- 
-
Keith Clay, [EMAIL PROTECTED]
Lead Programmer, Web Integration and Programming
286 Adams Center for Teaching Excellence
Abilene Christian University
Abilene, TX 79699
(915) 674-2187
(915) 674-2834
-




Re: tape dump errors -- what does it mean?

2002-08-03 Thread Jon LaBadie

On Sat, Aug 03, 2002 at 08:13:06PM -0500, Keith Clay wrote:
 Folks,
 
 I started amdump and this is what I got:
 
 These dumps were to tape wipSet10004.
 *** A TAPE ERROR OCCURRED: [[writing file: Input/output error]].
 Some dumps may have been left in the holding disk.
 Run amflush to flush them to tape.
 The next tape Amanda expects to use is: a new tape.
 
 FAILURE AND STRANGE DUMP SUMMARY:
   clayk  / lev 0 FAILED [out of tape]
 
 
 STATISTICS:
   Total   Full  Daily
       
 Estimate Time (hrs:min)0:00
 Run Time (hrs:min) 0:43
 Dump Time (hrs:min)0:27   0:27   0:00
 Output Size (meg)1718.9 1718.90.0
 Original Size (meg)  4080.1 4080.10.0
 Avg Compressed Size (%)42.1   42.1-- 
 Filesystems Dumped4  4  0
 Avg Dump Rate (k/s)  1101.2 1101.2-- 
 
 Tape Time (hrs:min)0:13   0:13   0:00
 Tape Size (meg)   670.5  670.50.0
 Tape Used (%)   3.43.40.0
 Filesystems Taped 3  3  0
 Avg Tp Write Rate (k/s)   884.2  884.2-- 
 
 
 NOTES:
   planner: Adding new disk clayk:/.
   planner: Adding new disk clayk:/boot.
   planner: Adding new disk clayk:/home.
   planner: Adding new disk clayk:/usr/local.
   driver: WARNING: /clayk: 5242880 KB requested, but only 4755116 KB 
   available.
   taper: tape wipSet10004 kb 1468256 fm 4 writing file: Input/output error
   driver: going into degraded mode because of tape error.
 
 
 DUMP SUMMARY:
  DUMPER STATSTAPER STATS 
 HOSTNAME DISKL ORIG-KB OUT-KB COMP% MMM:SS  KB/s MMM:SS  KB/s
 -- - 
 clayk/   0 29919001073632  35.9  17:251027.4   N/A   N/A 
 clayk/boot   0   16040   9568  59.7   0:051744.4   0:14 681.2
 clayk/home   0 1039350 629024  60.5   8:141274.1  11:43 894.6
 clayk/usr/local  0  130740  47904  36.6   0:54 883.6   0:59 809.5
 
 (brought to you by Amanda version 2.4.2p2)
 
 
 I ran amflush and got this:
 
 
 The dumps were flushed to tape wipSet10001.
 The next tape Amanda expects to use is: a new tape.
 
 FAILURE AND STRANGE DUMP SUMMARY:
   taper: FATAL error [file_reader_side cmd 0 argc 0]
   taper: FATAL syncpipe_get: w: unexpected EOF
 
 
 STATISTICS:
   Total   Full  Daily
       
 Estimate Time (hrs:min)0:00
 Run Time (hrs:min) 0:20
 Dump Time (hrs:min)0:00   0:00   0:00
 Output Size (meg)   0.00.00.0
 Original Size (meg) 0.00.00.0
 Avg Compressed Size (%) -- -- -- 
 Filesystems Dumped0  0  0
 Avg Dump Rate (k/s) -- -- -- 
 
 Tape Time (hrs:min)0:16   0:16   0:00
 Tape Size (meg)  1048.5 1048.50.0
 Tape Used (%)   5.35.30.0
 Filesystems Taped 1  1  0
 Avg Tp Write Rate (k/s)  1092.0 1092.0-- 
 
 
 NOTES:
   taper: tape wipSet10001 kb 1073664 fm 1 [OK]
 
 
 DUMP SUMMARY:
  DUMPER STATSTAPER STATS 
 HOSTNAME DISKL ORIG-KB OUT-KB COMP% MMM:SS  KB/s MMM:SS  KB/s
 -- - 
 clayk/   0 29919001073664  35.9   N/A   N/A   16:231092.0
 clayk/boot NO FILE TO FLUSH -
 clayk/home NO FILE TO FLUSH -
 clayk/usr/localNO FILE TO FLUSH -
 
 (brought to you by Amanda version 2.4.2p2)
 
 
 
 What does this mean?  What is the problem?
 
 End of included message 

Looks like a first run, thus level zero's must be done of each file system.
Your tape is not big enough to fit level zero's of all four file systems.
The one that did not fit was flushed to the second tape.

Only thing unclear is:

 FAILURE AND STRANGE DUMP SUMMARY:
   taper: FATAL error [file_reader_side cmd 0 argc 0]
   taper: FATAL syncpipe_get: w: unexpected EOF

For that check your debug files, probably in /tmp/amanda, for more info.
A guess is that it did not affect the flush but happened at the very end.

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



Re: SCSI Tape errors in dmesg...what does it mean?

2001-08-05 Thread Bernhard R. Erdmann

I am hoping someone can tell me what these messages in dmesg mean?
 
 st0: Error 2603 (sugg. bt 0x20, driver bt 0x26, host bt 0x3).
 st0: Error 2603 (sugg. bt 0x20, driver bt 0x26, host bt 0x3).

get rid of your Travan drive



Re: SCSI Tape errors in dmesg...what does it mean?

2001-08-05 Thread KeithH

Bernhard R. Erdmann wrote:

   I am hoping someone can tell me what these messages in dmesg mean?

st0: Error 2603 (sugg. bt 0x20, driver bt 0x26, host bt 0x3).
st0: Error 2603 (sugg. bt 0x20, driver bt 0x26, host bt 0x3).

 
 get rid of your Travan drive
 


As in the drive is broken, or you just don't like Travan drives? :-)







What does this mean

2001-04-04 Thread Dr.Prabhakar Ganapathy

Hi Folks ..
I am getting the below error when I run amdump , amcheck has no complains. I
tried changing the permission , does not help
Dr.Prab


 These dumps were to tape Enki-03.
 The next tape Amanda expects to use is: Enki-04.

 FAILURE AND STRANGE DUMP SUMMARY:
   cream  c0t0d0s0 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t0d0s0/20010403_0.gz.tmp: Permission denied]
   srcc0t0d0s0 lev 0 FAILED [err create
/export/home/enki/index/src/c0t0d0s0/20010403_0.gz.tmp: Permission denied]
   srcc0t0d0s1 lev 0 FAILED [err create
/export/home/enki/index/src/c0t0d0s1/20010403_0.gz.tmp: Permission denied]
   cream  c0t0d0s3 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t0d0s3/20010403_0.gz.tmp: Permission denied]
   cream  c0t0d0s3 lev 0 FAILED [dump to tape failed]
   cream  c0t0d0s7 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t0d0s7/20010403_0.gz.tmp: Permission denied]
   cream  c0t0d0s7 lev 0 FAILED [dump to tape failed]
   srcc0t0d0s4 lev 0 FAILED [err create
/export/home/enki/index/src/c0t0d0s4/20010403_0.gz.tmp: Permission denied]
   srcc0t0d0s4 lev 0 FAILED [dump to tape failed]
   srcc0t0d0s7 lev 0 FAILED [err create
/export/home/enki/index/src/c0t0d0s7/20010403_0.gz.tmp: Permission denied]
   srcc0t0d0s7 lev 0 FAILED [dump to tape failed]
   y2kc0t0d0s4 lev 0 FAILED [err create
/export/home/enki/index/y2k/c0t0d0s4/20010403_0.gz.tmp: Permission denied]
   y2kc0t0d0s4 lev 0 FAILED [dump to tape failed]
   srcc0t0d0s6 lev 0 FAILED [err create
/export/home/enki/index/src/c0t0d0s6/20010403_0.gz.tmp: Permission denied]
   srcc0t0d0s6 lev 0 FAILED [dump to tape failed]
   cream  c0t1d0s1 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t1d0s1/20010403_0.gz.tmp: Permission denied]
   cream  c0t1d0s1 lev 0 FAILED [dump to tape failed]
   y2kc0t0d0s0 lev 0 FAILED [err create
/export/home/enki/index/y2k/c0t0d0s0/20010403_0.gz.tmp: Permission denied]
   y2kc0t0d0s0 lev 0 FAILED [dump to tape failed]
   y2kc0t0d0s5 lev 0 FAILED [err create
/export/home/enki/index/y2k/c0t0d0s5/20010403_0.gz.tmp: Permission denied]
   y2kc0t0d0s5 lev 0 FAILED [dump to tape failed]
   srcc0t1d0s0 lev 0 FAILED [err create
/export/home/enki/index/src/c0t1d0s0/20010403_0.gz.tmp: Permission denied]
   srcc0t1d0s0 lev 0 FAILED [dump to tape failed]
   y2kc0t0d0s6 lev 0 FAILED [err create
/export/home/enki/index/y2k/c0t0d0s6/20010403_0.gz.tmp: Permission denied]
   y2kc0t0d0s6 lev 0 FAILED [dump to tape failed]
   cream  c0t0d0s6 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t0d0s6/20010403_0.gz.tmp: Permission denied]
   cream  c0t0d0s6 lev 0 FAILED [dump to tape failed]
   cream  c0t0d0s4 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t0d0s4/20010403_0.gz.tmp: Permission denied]
   cream  c0t0d0s4 lev 0 FAILED [dump to tape failed]
   cream  c0t1d0s0 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t1d0s0/20010403_0.gz.tmp: Permission denied]
   cream  c0t1d0s0 lev 0 FAILED [dump to tape failed]
   y2kc0t0d0s7 lev 0 FAILED [err create
/export/home/enki/index/y2k/c0t0d0s7/20010403_0.gz.tmp: Permission denied]
   y2kc0t0d0s7 lev 0 FAILED [dump to tape failed]


 STATISTICS:
   Total   Full  Daily
       
 Estimate Time (hrs:min)0:02
 Run Time (hrs:min) 0:03
 Dump Time (hrs:min)0:00   0:00   0:00
 Output Size (meg)   0.00.00.0
 Original Size (meg) 0.00.00.0
 Avg Compressed Size (%) -- -- --
 Filesystems Dumped0  0  0
 Avg Dump Rate (k/s) -- -- --

 Tape Time (hrs:min)0:00   0:00   0:00
 Tape Size (meg) 0.00.00.0
 Tape Used (%)   0.00.00.0
 Filesystems Taped15 15  0
 Avg Tp Write Rate (k/s) 0.00.0--


 FAILED AND STRANGE DUMP DETAILS:

 /-- cream  c0t0d0s0 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t0d0s0/20010403_0.gz.tmp: Permission denied]
 \

 /-- srcc0t0d0s0 lev 0 FAILED [err create
/export/home/enki/index/src/c0t0d0s0/20010403_0.gz.tmp: Permission denied]
 \

 /-- srcc0t0d0s1 lev 0 FAILED [err create
/export/home/enki/index/src/c0t0d0s1/20010403_0.gz.tmp: Permission denied]
 \

 /-- cream  c0t0d0s3 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t0d0s3/20010403_0.gz.tmp: Permission denied]
 \

 /-- cream  c0t0d0s7 lev 0 FAILED [err create
/export/home/enki/index/cream/c0t0d0s7/20010403_0.gz.tmp: Permission denied]
 \

 /-- srcc0t0d0s4 lev 0 FAILED [err create
/export/home/enki/index/src/c0t0d0s4/20010403_0.gz.tmp: 

Re: What does this mean

2001-04-04 Thread Alexandre Oliva

On Apr  4, 2001, "Dr.Prabhakar Ganapathy" [EMAIL PROTECTED] wrote:

 /export/home/enki/index/cream/c0t0d0s0/20010403_0.gz.tmp: Permission denied]

It means the Amanda server doesn't have permission to create index
files, so you won't be able to use amrecover.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist*Please* write to mailing lists, not to me



Re: What does this mean

2001-04-04 Thread John R. Jackson

I tried changing the permission , does not help

What did you change the permissions on?  What did you change them to?
What is your Amanda user (the one you run amdump as)?

I'm a little surprised amcheck did not whine.  I thought I had put in
code in 2.4.2 to look for this type of problem.

Dr.Prab

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]