|
From: W R. M. <wr...@sd...> - 2004-01-31 03:18:11
|
Hello,
I am using bacula 1.32c and freebsd 4.9-STABLE I have working backups to
disk and I am trying to backup the disk to tape for a CYA . The tape
changer is a Dell Power Vault 120T using a DDS4 drive with a magazine
for 7+1 sequential operation. I have modified the chio-bacula script to
work with my tape changer. My understanding of the commands is load and
unload handle the mounting and unmounting of tape and loaded tells which
slot is loaded and the next slot to load.
What could cause bacula to only issue the 'loaded' command then check
for a new tape?
28-Jan-2004 16:29 alfheim-sd: Thetape.2004-01-28_14.00.00 Error: Write
error on device /dev/nsa0. ERR=No space left on device.28-Jan-2004 16:29
alfheim-sd: End of medium on Volume "cya-heronet.sn0001"
Bytes=17,304,698,371 Blocks=268,240 at 28-Jan-2004 16:29.
28-Jan-2004 16:30 alfheim-sd: 3301 Issuing autochanger "loaded" command.
28-Jan-2004 16:31 alfheim-sd: Thetape.2004-01-28_14.00.00 Warning:
mount.c:226 Director wanted Volume "cya-heronet.sn0002".
Current Volume "cya-heronet.sn0001" not acceptable because:
1998 Volume "cya-heronet.sn0001" status is Full, but should be
Append, Purged or Recycle.
28-Jan-2004 16:31 alfheim-sd: 3301 Issuing autochanger "loaded" command.
28-Jan-2004 16:31 alfheim-sd: Thetape.2004-01-28_14.00.00 Warning:
mount.c:226 Director wanted Volume "cya-heronet.sn0002".
Current Volume "cya-heronet.sn0001" not acceptable because:
1998 Volume "cya-heronet.sn0001" status is Full, but should be
Append, Purged or Recycle.
28-Jan-2004 16:31 alfheim-sd: 3301 Issuing autochanger "loaded" command.
28-Jan-2004 16:31 alfheim-sd: Thetape.2004-01-28_14.00.00 Warning:
mount.c:226 Director wanted Volume "cya-heronet.sn0002".
Current Volume "cya-heronet.sn0001" not acceptable because:
1998 Volume "cya-heronet.sn0001" status is Full, but should be
Append, Purged or Recycle.
28-Jan-2004 16:31 alfheim-sd: 3301 Issuing autochanger "loaded" command.
28-Jan-2004 16:31 alfheim-sd: Thetape.2004-01-28_14.00.00 Warning:
mount.c:226 Director wanted Volume "cya-heronet.sn0002".
Current Volume "cya-heronet.sn0001" not acceptable because:
1998 Volume "cya-heronet.sn0001" status is Full, but should be
Append, Purged or Recycle.
28-Jan-2004 16:31 alfheim-sd: 3301 Issuing autochanger "loaded" command.
28-Jan-2004 16:31 alfheim-sd: Thetape.2004-01-28_14.00.00 Warning:
mount.c:226 Director wanted Volume "cya-heronet.sn0002".
Current Volume "cya-heronet.sn0001" not acceptable because:
1998 Volume "cya-heronet.sn0001" status is Full, but should be
Append, Purged or Recycle.
28-Jan-2004 16:31 alfheim-sd: 3301 Issuing autochanger "loaded" command.
28-Jan-2004 16:31 alfheim-sd: Thetape.2004-01-28_14.00.00 Warning:
mount.c:226 Director wanted Volume "cya-heronet.sn0002".
Current Volume "cya-heronet.sn0001" not acceptable because:
1998 Volume "cya-heronet.sn0001" status is Full, but should be
Append, Purged or Recycle.
bacula-sd.conf...
Device {
Name = TSL-11000
Media Type = DDS-4
Archive Device = /dev/nsa0
Changer Device = /dev/ch0 # Generic SCSI device name
Changer Command = "/usr/local/sbin/chio-bacula.hn %c %o %S %a"
AutoChanger = yes
LabelMedia = yes; # lets Bacula label unlabelled media
Random Access = no;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = yes;
AlwaysOpen = yes;
Hardware End of Medium = no;
BSF at EOM = yes;
Backward Space Record = No;
Maximum File Size = 20g
}
...
Ryan Merrick
wr...@sd...
SDF Public Access UNIX System
|