Re: Error Configuration Tapeless

2003-04-04 Thread Jon LaBadie
On Fri, Apr 04, 2003 at 03:42:08PM +0200, Audrey BROCHET wrote:
> I have followed the next explanation  : 
> http://amanda.sourceforge.net/cgi-bin/fom?auth=ckd2128107166e&file=191
> 
> But I have many problem to backup
> 
> $amchech DailySet1 
> 
> Amanda Tape Server Host Check
> -
> amcheck-server: fatal slot 1: file:/stock/web/tape1: not a device file
   

> ERROR: new tape not found in rack
>(expecting a new tape)
> NOTE: skipping tape-writable test
> Server check took 0.158 seconds
> 
> Amanda Backup Client Hosts Check
> 
> Client check: 1 host checked in 0.031 seconds, 0 problems found
> 
> (brought to you by Amanda 2.4.2p2)



Backup to disk was not supported til recently.
Get version 2.4.4.


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


Re: Error Configuration Tapeless

2003-04-04 Thread Eric . Doutreleau
On Fri, 4 Apr 2003, Audrey BROCHET wrote:

You must use at least the 2.4.3 version of amanda to be able
to backup in a file instead of a tape.


> I have followed the next explanation  : 
> http://amanda.sourceforge.net/cgi-bin/fom?auth=ckd2128107166e&file=191
> 
> But I have many problem to backup
> 
> $amchech DailySet1 
> 
> Amanda Tape Server Host Check
> -
> amcheck-server: fatal slot 1: file:/stock/web/tape1: not a device file
> ERROR: new tape not found in rack
>(expecting a new tape)
> NOTE: skipping tape-writable test
> Server check took 0.158 seconds
> 
> Amanda Backup Client Hosts Check
> 
> Client check: 1 host checked in 0.031 seconds, 0 problems found
> 
> (brought to you by Amanda 2.4.2p2)
> 
> A copy out of amanda.conf : 
> 
> runtapes 1  
> tpchanger "chg-multi"   
> changerfile "/etc/amanda/DailySet1/chg-multi.conf"
> tapedev "file:/stock/web/tape1" 
> 
> tapetype HARD-DISK  
> labelstr "^DailySet1[0-9][0-9]*$"  
> 
> define tapetype HARD-DISK {
>  comment "Hard disk instead of tape"
>  length 1 mbytes
> }
> 
> define dumptype hard-disk-dump {
> comment "Back up to hard disk instead of tape - using dump"
> options index, no-hold
> priority high
> }
> 
> define dumptype hard-disk-tar {
> comment "Back up to hard disk instead of tape - using tar"
> options index, no-hold
> program "GNUTAR"
> }
> 
> A copy out of chg-multi.conf : 
> 
> multieject 0
> gravity 0
> needeject 0
> ejectdelay 0
> statefile /var/lib/amanda/DailySet1/changer-status
> firstslot 1
> lastslot 2
> slot 1 file:/stock/web/tape1
> slot 2 file:/stock/web/tape2
> 
> 
> 

-- 
Eric Doutreleau
I.N.T   | Tel   : +33 (0) 160764687
9 rue Charles Fourier   | Fax   : +33 (0) 160764321
91011 Evry   France | email : [EMAIL PROTECTED]



Error Configuration Tapeless

2003-04-04 Thread Audrey BROCHET



I have followed the next explanation  : 

http://amanda.sourceforge.net/cgi-bin/fom?auth=ckd2128107166e&file=191
 
But I have many problem to backup
 
$amchech DailySet1 
 
Amanda Tape Server Host 
Check-amcheck-server: fatal slot 1: 
file:/stock/web/tape1: not a device fileERROR: new tape not found in 
rack   (expecting a new tape)NOTE: 
skipping tape-writable testServer check took 0.158 seconds
 
Amanda Backup Client Hosts 
CheckClient check: 1 host checked in 
0.031 seconds, 0 problems found
 
(brought to you by Amanda 2.4.2p2)
 
A copy out of amanda.conf : 
 
runtapes 
1  

tpchanger 
"chg-multi"   

changerfile 
"/etc/amanda/DailySet1/chg-multi.conf"tapedev 
"file:/stock/web/tape1" 

 
tapetype 
HARD-DISK  

labelstr 
"^DailySet1[0-9][0-9]*$"  
 
define tapetype HARD-DISK 
{ comment "Hard disk instead of 
tape" length 1 mbytes}
 
define dumptype hard-disk-dump 
{    comment "Back up to hard disk 
instead of tape - using dump"    
options index, no-hold    priority 
high}
 
define dumptype hard-disk-tar 
{    comment "Back up to hard disk 
instead of tape - using tar"    
options index, no-hold    program 
"GNUTAR"}
 
A copy out of chg-multi.conf : 
 
multieject 0
gravity 0
needeject 0
ejectdelay 0statefile /var/lib/amanda/DailySet1/changer-status
firstslot 1lastslot 2
slot 1 file:/stock/web/tape1slot 2 
file:/stock/web/tape2