SearchFAQMemberlist Log in
Reply to topic Page 1 of 2
Goto page 1, 2  Next
Can not update slots
Author Message
Post Can not update slots 
Hello

recently migrated from bacula 5.0.3 (from apt) to 5.2.3 (from sources) on different hosts. Export the database, import and upgrade from script. All goes fine, but when i try to update slots from console, i get this for all the slots:


 3305 Auto-cambiador "carga ranura 23, unidad 0", estado es OK.
 3001 Volumen=Incremental-03 Ranura=23
 Ninguno VolName para Ranura=23 InChanger establecido en cero. 



in english :p


No VolName for Slot=23 InChanger set to zero


slot in list volumes are not upgraded. Bacula can read the label from the tape, but the flag "slot" is not updated.


I can read the label from btape:


/etc/bacula# btape -c bacula-sd.conf /dev/nst0
Granularidad del bloque de cinta es 1024 bytes.
btape: butil.c:290 Utilizando el dispositivo: «/dev/nst0» para escritura.
27-dic 17:44 btape JobId 0: 3301 Emitiendo comando auto-cambiador "¿cargado? unidad 0".
27-dic 17:44 btape JobId 0: 3302 Auto-cambiador "¿cargado? unidad 0", el resultado es Ranura 1.
btape: btape.c:477 abrir dispositivo "drive" (/dev/nst0): OK
*readlabel
btape: btape.c:529 Etiqueta de volumen lei­da correctamente.


Volumen Label:
Id : Bacula 1.0 immortal
VerNo : 11
VolName : incremental-03
PrevVolName :
VolFile : 0
LabelType : VOL_LABEL
LabelSize : 173
PoolName : Incremental
MediaType : LTO2
PoolType : Backup
HostName : HOSTNAME
Fecha de etiqueta escrito: 08-nov-2011 17:23



The label name and pool name are OK.The volume is on the list volumes on bconsole. Any ideas?


Rgds.


o_0'

Post Can not update slots 
It happened to me quite a few time because of a power problem in one
datacenter which was cutting power to our tape library.
I just updated the slot status with the mtx command outside of
bconsole to make sure that the status matches what bacula thinks.

I think unloading the tape in the slot with "mtx unload <sourceslot>
<destslot>" and update again through bconsole should solve the
problem.

Regards,
--Simone

2011/12/27 ninyo <ninyodios < at > gmail.com>:
Hello

recently migrated from bacula 5.0.3 (from apt) to 5.2.3 (from sources) on
different hosts. Export the database, import and upgrade from script. All
goes fine, but when i try to update slots from console, i get this for all
the slots:

 3305 Auto-cambiador "carga ranura 23, unidad 0", estado es OK.
 3001 Volumen=Incremental-03 Ranura=23
 Ninguno VolName para Ranura=23 InChanger establecido en cero.

in english :p

No VolName for Slot=23 InChanger set to zero

slot in list volumes are not upgraded. Bacula can read the label from the
tape, but the flag "slot" is not updated.

I can read the label from btape:

/etc/bacula# btape -c bacula-sd.conf /dev/nst0
Granularidad del bloque de cinta es 1024 bytes.
btape: butil.c:290 Utilizando el dispositivo: «/dev/nst0» para escritura.
27-dic 17:44 btape JobId 0: 3301 Emitiendo comando auto-cambiador
"¿cargado? unidad 0".
27-dic 17:44 btape JobId 0: 3302 Auto-cambiador "¿cargado? unidad 0", el
resultado es Ranura 1.
btape: btape.c:477 abrir dispositivo "drive" (/dev/nst0): OK
*readlabel
btape: btape.c:529 Etiqueta de volumen lei­da correctamente.

Volumen Label:
Id : Bacula 1.0 immortal
VerNo : 11
VolName : incremental-03
PrevVolName :
VolFile : 0
LabelType : VOL_LABEL
LabelSize : 173
PoolName : Incremental
MediaType : LTO2
PoolType : Backup
HostName : HOSTNAME
Fecha de etiqueta escrito: 08-nov-2011 17:23

The label name and pool name are OK.The volume is on the list volumes on
bconsole. Any ideas?

Rgds.


o_0'

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




--
You cannot discover new oceans unless you have the courage to lose
sight of the shore (R. W. Emerson).

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post Can not update slots 
Hi simone

/etc/bacula# mtx status
  Storage Changer /dev/changer:1 Drives, 24 Slots ( 1 Import/Export )
Data Transfer Element 0:Full (Storage Element 1 Loaded)
      Storage Element 1:Empty
      Storage Element 2:Full
      Storage Element 3:Full
      Storage Element 4:Full
      Storage Element 5:Full
      Storage Element 6:Full
      Storage Element 7:Full
      Storage Element 8:Full
      Storage Element 9:Full
      Storage Element 10:Full
      Storage Element 11:Full
      Storage Element 12:Full
      Storage Element 13:Full
      Storage Element 14:Full
      Storage Element 15:Full
      Storage Element 16:Full
      Storage Element 17:Empty
      Storage Element 18:Full
      Storage Element 19:Full
      Storage Element 20:Empty
      Storage Element 21:Full
      Storage Element 22:Full
      Storage Element 23:Full
      Storage Element 24 IMPORT/EXPORT:Full



Once executed, i run again:


"update slots=1-24 storage=cinta scan"


Same results. Im using MySQL.


Rgds
o_0'


On Tue, Dec 27, 2011 at 6:07 PM, Simone Caronni <negativo17 < at > gmail.com ([email]negativo17 < at > gmail.com[/email])> wrote:
It happened to me quite a few time because of a power problem in one
datacenter which was cutting power to our tape library.
I just updated the slot status with the mtx command outside of
bconsole to make sure that the status matches what bacula thinks.

I think unloading the tape in the slot with "mtx unload <sourceslot>
<destslot>" and update again through bconsole should solve the
problem.

Regards,
--Simone

2011/12/27 ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])>:
Hello

recently migrated from bacula 5.0.3 (from apt) to 5.2.3 (from sources) on
different hosts. Export the database, import and upgrade from script. All
goes fine, but when i try to update slots from console, i get this for all
the slots:

 3305 Auto-cambiador "carga ranura 23, unidad 0", estado es OK.
 3001 Volumen=Incremental-03 Ranura=23
 Ninguno VolName para Ranura=23 InChanger establecido en cero.

in english :p

No VolName for Slot=23 InChanger set to zero

slot in list volumes are not upgraded. Bacula can read the label from the
tape, but the flag "slot" is not updated.

I can read the label from btape:

/etc/bacula# btape -c bacula-sd.conf /dev/nst0
Granularidad del bloque de cinta es 1024 bytes.
btape: butil.c:290 Utilizando el dispositivo: «/dev/nst0» para escritura.
27-dic 17:44 btape JobId 0: 3301 Emitiendo comando auto-cambiador
"¿cargado? unidad 0".
27-dic 17:44 btape JobId 0: 3302 Auto-cambiador "¿cargado? unidad 0", el
resultado es Ranura 1.
btape: btape.c:477 abrir dispositivo "drive" (/dev/nst0): OK
*readlabel
btape: btape.c:529 Etiqueta de volumen lei­da correctamente.

Volumen Label:
Id : Bacula 1.0 immortal
VerNo : 11
VolName : incremental-03
PrevVolName :
VolFile : 0
LabelType : VOL_LABEL
LabelSize : 173
PoolName : Incremental
MediaType : LTO2
PoolType : Backup
HostName : HOSTNAME
Fecha de etiqueta escrito: 08-nov-2011 17:23

The label name and pool name are OK.The volume is on the list volumes on
bconsole. Any ideas?

Rgds.


o_0'



------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net ([email]Bacula-users < at > lists.sourceforge.net[/email])
https://lists.sourceforge.net/lists/listinfo/bacula-users




--
You cannot discover new oceans unless you have the courage to lose
sight of the shore (R. W. Emerson).


Post Can not update slots 
Hello,
before issuing "update slots" you should do "mtx unload 0 1" on the console to park the tape in the first slot. According to your output the drive is loaded from a tape that was before in one of your empty slots.
--Simone On Dec 27, 2011 6:12 PM, "ninyo" <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote: Hi simone

/etc/bacula# mtx status
  Storage Changer /dev/changer:1 Drives, 24 Slots ( 1 Import/Export )
Data Transfer Element 0:Full (Storage Element 1 Loaded)
      Storage Element 1:Empty
      Storage Element 2:Full
      Storage Element 3:Full
      Storage Element 4:Full
      Storage Element 5:Full
      Storage Element 6:Full
      Storage Element 7:Full
      Storage Element 8:Full
      Storage Element 9:Full
      Storage Element 10:Full
      Storage Element 11:Full
      Storage Element 12:Full
      Storage Element 13:Full
      Storage Element 14:Full
      Storage Element 15:Full
      Storage Element 16:Full
      Storage Element 17:Empty
      Storage Element 18:Full
      Storage Element 19:Full
      Storage Element 20:Empty
      Storage Element 21:Full
      Storage Element 22:Full
      Storage Element 23:Full
      Storage Element 24 IMPORT/EXPORT:Full



Once executed, i run again:


"update slots=1-24 storage=cinta scan"


Same results. Im using MySQL.


Rgds
o_0'


On Tue, Dec 27, 2011 at 6:07 PM, Simone Caronni <negativo17 < at > gmail.com ([email]negativo17 < at > gmail.com[/email])> wrote:
It happened to me quite a few time because of a power problem in one
datacenter which was cutting power to our tape library.
I just updated the slot status with the mtx command outside of
bconsole to make sure that the status matches what bacula thinks.

I think unloading the tape in the slot with "mtx unload <sourceslot>
<destslot>" and update again through bconsole should solve the
problem.

Regards,
--Simone

2011/12/27 ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])>:
Hello

recently migrated from bacula 5.0.3 (from apt) to 5.2.3 (from sources) on
different hosts. Export the database, import and upgrade from script. All
goes fine, but when i try to update slots from console, i get this for all
the slots:

 3305 Auto-cambiador "carga ranura 23, unidad 0", estado es OK.
 3001 Volumen=Incremental-03 Ranura=23
 Ninguno VolName para Ranura=23 InChanger establecido en cero.

in english :p

No VolName for Slot=23 InChanger set to zero

slot in list volumes are not upgraded. Bacula can read the label from the
tape, but the flag "slot" is not updated.

I can read the label from btape:

/etc/bacula# btape -c bacula-sd.conf /dev/nst0
Granularidad del bloque de cinta es 1024 bytes.
btape: butil.c:290 Utilizando el dispositivo: «/dev/nst0» para escritura.
27-dic 17:44 btape JobId 0: 3301 Emitiendo comando auto-cambiador
"¿cargado? unidad 0".
27-dic 17:44 btape JobId 0: 3302 Auto-cambiador "¿cargado? unidad 0", el
resultado es Ranura 1.
btape: btape.c:477 abrir dispositivo "drive" (/dev/nst0): OK
*readlabel
btape: btape.c:529 Etiqueta de volumen lei­da correctamente.

Volumen Label:
Id : Bacula 1.0 immortal
VerNo : 11
VolName : incremental-03
PrevVolName :
VolFile : 0
LabelType : VOL_LABEL
LabelSize : 173
PoolName : Incremental
MediaType : LTO2
PoolType : Backup
HostName : HOSTNAME
Fecha de etiqueta escrito: 08-nov-2011 17:23

The label name and pool name are OK.The volume is on the list volumes on
bconsole. Any ideas?

Rgds.


o_0'



------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net ([email]Bacula-users < at > lists.sourceforge.net[/email])
https://lists.sourceforge.net/lists/listinfo/bacula-users




--
You cannot discover new oceans unless you have the courage to lose
sight of the shore (R. W. Emerson).





Post Can not update slots 
Hello,


Drive unloaded before update slots. No changes. Tomorrow will post the logs.


o_0' 


On Tue, Dec 27, 2011 at 6:20 PM, Simone Caronni <negativo17 < at > gmail.com ([email]negativo17 < at > gmail.com[/email])> wrote:

Hello,
before issuing "update slots" you should do "mtx unload 0 1" on the console to park the tape in the first slot. According to your output the drive is loaded from a tape that was before in one of your empty slots.
--Simone On Dec 27, 2011 6:12 PM, "ninyo" <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote: Hi simone

/etc/bacula# mtx status
  Storage Changer /dev/changer:1 Drives, 24 Slots ( 1 Import/Export )
Data Transfer Element 0:Full (Storage Element 1 Loaded)
      Storage Element 1:Empty
      Storage Element 2:Full
      Storage Element 3:Full
      Storage Element 4:Full
      Storage Element 5:Full
      Storage Element 6:Full
      Storage Element 7:Full
      Storage Element 8:Full
      Storage Element 9:Full
      Storage Element 10:Full
      Storage Element 11:Full
      Storage Element 12:Full
      Storage Element 13:Full
      Storage Element 14:Full
      Storage Element 15:Full
      Storage Element 16:Full
      Storage Element 17:Empty
      Storage Element 18:Full
      Storage Element 19:Full
      Storage Element 20:Empty
      Storage Element 21:Full
      Storage Element 22:Full
      Storage Element 23:Full
      Storage Element 24 IMPORT/EXPORT:Full



Once executed, i run again:


"update slots=1-24 storage=cinta scan"


Same results. Im using MySQL.


Rgds
o_0'


On Tue, Dec 27, 2011 at 6:07 PM, Simone Caronni <negativo17 < at > gmail.com ([email]negativo17 < at > gmail.com[/email])> wrote:
It happened to me quite a few time because of a power problem in one
datacenter which was cutting power to our tape library.
I just updated the slot status with the mtx command outside of
bconsole to make sure that the status matches what bacula thinks.

I think unloading the tape in the slot with "mtx unload <sourceslot>
<destslot>" and update again through bconsole should solve the
problem.

Regards,
--Simone

2011/12/27 ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])>:
Hello

recently migrated from bacula 5.0.3 (from apt) to 5.2.3 (from sources) on
different hosts. Export the database, import and upgrade from script. All
goes fine, but when i try to update slots from console, i get this for all
the slots:

 3305 Auto-cambiador "carga ranura 23, unidad 0", estado es OK.
 3001 Volumen=Incremental-03 Ranura=23
 Ninguno VolName para Ranura=23 InChanger establecido en cero.

in english :p

No VolName for Slot=23 InChanger set to zero

slot in list volumes are not upgraded. Bacula can read the label from the
tape, but the flag "slot" is not updated.

I can read the label from btape:

/etc/bacula# btape -c bacula-sd.conf /dev/nst0
Granularidad del bloque de cinta es 1024 bytes.
btape: butil.c:290 Utilizando el dispositivo: «/dev/nst0» para escritura.
27-dic 17:44 btape JobId 0: 3301 Emitiendo comando auto-cambiador
"¿cargado? unidad 0".
27-dic 17:44 btape JobId 0: 3302 Auto-cambiador "¿cargado? unidad 0", el
resultado es Ranura 1.
btape: btape.c:477 abrir dispositivo "drive" (/dev/nst0): OK
*readlabel
btape: btape.c:529 Etiqueta de volumen lei­da correctamente.

Volumen Label:
Id : Bacula 1.0 immortal
VerNo : 11
VolName : incremental-03
PrevVolName :
VolFile : 0
LabelType : VOL_LABEL
LabelSize : 173
PoolName : Incremental
MediaType : LTO2
PoolType : Backup
HostName : HOSTNAME
Fecha de etiqueta escrito: 08-nov-2011 17:23

The label name and pool name are OK.The volume is on the list volumes on
bconsole. Any ideas?

Rgds.


o_0'



------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net ([email]Bacula-users < at > lists.sourceforge.net[/email])
https://lists.sourceforge.net/lists/listinfo/bacula-users




--
You cannot discover new oceans unless you have the courage to lose
sight of the shore (R. W. Emerson).








Post Can not update slots 
Hello


this is the output from bacula when i run  updateslots with the drive empty:

shell command: ejecutar BeforeJob "/etc/bacula/updateslots.sh"
BeforeJob: Conectando al Director x
BeforeJob: 1000 OK: server-dir Versión: 5.2.3(16 December 2011)
BeforeJob: Introduzca un período para cancelar un comando.
BeforeJob: update slots=1-24 storage=cinta scan
BeforeJob: Seleccionado automáticamente Catalogo: MyCatalog
BeforeJob: Usando Catalogo "MyCatalog"
BeforeJob: Conectando al demonio Storage cinta en x ...
BeforeJob: Conectando al demonio Storage cinta en x ...
BeforeJob: 3306 Emitiendo comando "slots" al auto-cambiador.
BeforeJob: Dispositivo "MSL-2024" tiene 24 ranuras.
BeforeJob: Conectando al demonio Storage cinta en x.
BeforeJob: 3306 Emitiendo comando "list" al auto-cambiador.
BeforeJob: Conectando al demonio Storage cinta en x ...
BeforeJob: 3301 Emitiendo comando auto-cambiador "¿cargado? unidad 0".
BeforeJob: 3302 Auto-cambiador "¿cargado? unidad 0", resultado: nada cargado.
BeforeJob: 3304 Emitiendo comando auto-cambiador "cargar ranura 1, unidad 0".
BeforeJob: 3305 Auto-cambiador "carga ranura 1, unidad 0", estado es OK.
BeforeJob: 3001 Volumen=incremental-03 Ranura=1
BeforeJob: Ninguno VolName para Ranura=1 InChanger establecido en cero.



This is the script used:


#!/bin/sh
echo 'update slots=1-24 storage=cinta scan' | /sbin/bconsole -c /etc/bacula/bconsole.conf



Rgds


o_0'


On Tue, Dec 27, 2011 at 8:42 PM, ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote:
Hello,


Drive unloaded before update slots. No changes. Tomorrow will post the logs.


o_0' 


On Tue, Dec 27, 2011 at 6:20 PM, Simone Caronni <negativo17 < at > gmail.com ([email]negativo17 < at > gmail.com[/email])> wrote:

Hello,
before issuing "update slots" you should do "mtx unload 0 1" on the console to park the tape in the first slot. According to your output the drive is loaded from a tape that was before in one of your empty slots.
--Simone On Dec 27, 2011 6:12 PM, "ninyo" <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote: Hi simone

/etc/bacula# mtx status
  Storage Changer /dev/changer:1 Drives, 24 Slots ( 1 Import/Export )
Data Transfer Element 0:Full (Storage Element 1 Loaded)
      Storage Element 1:Empty
      Storage Element 2:Full
      Storage Element 3:Full
      Storage Element 4:Full
      Storage Element 5:Full
      Storage Element 6:Full
      Storage Element 7:Full
      Storage Element 8:Full
      Storage Element 9:Full
      Storage Element 10:Full
      Storage Element 11:Full
      Storage Element 12:Full
      Storage Element 13:Full
      Storage Element 14:Full
      Storage Element 15:Full
      Storage Element 16:Full
      Storage Element 17:Empty
      Storage Element 18:Full
      Storage Element 19:Full
      Storage Element 20:Empty
      Storage Element 21:Full
      Storage Element 22:Full
      Storage Element 23:Full
      Storage Element 24 IMPORT/EXPORT:Full



Once executed, i run again:


"update slots=1-24 storage=cinta scan"


Same results. Im using MySQL.


Rgds
o_0'


On Tue, Dec 27, 2011 at 6:07 PM, Simone Caronni <negativo17 < at > gmail.com ([email]negativo17 < at > gmail.com[/email])> wrote:
It happened to me quite a few time because of a power problem in one
datacenter which was cutting power to our tape library.
I just updated the slot status with the mtx command outside of
bconsole to make sure that the status matches what bacula thinks.

I think unloading the tape in the slot with "mtx unload <sourceslot>
<destslot>" and update again through bconsole should solve the
problem.

Regards,
--Simone

2011/12/27 ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])>:
Hello

recently migrated from bacula 5.0.3 (from apt) to 5.2.3 (from sources) on
different hosts. Export the database, import and upgrade from script. All
goes fine, but when i try to update slots from console, i get this for all
the slots:

 3305 Auto-cambiador "carga ranura 23, unidad 0", estado es OK.
 3001 Volumen=Incremental-03 Ranura=23
 Ninguno VolName para Ranura=23 InChanger establecido en cero.

in english :p

No VolName for Slot=23 InChanger set to zero

slot in list volumes are not upgraded. Bacula can read the label from the
tape, but the flag "slot" is not updated.

I can read the label from btape:

/etc/bacula# btape -c bacula-sd.conf /dev/nst0
Granularidad del bloque de cinta es 1024 bytes.
btape: butil.c:290 Utilizando el dispositivo: «/dev/nst0» para escritura.
27-dic 17:44 btape JobId 0: 3301 Emitiendo comando auto-cambiador
"¿cargado? unidad 0".
27-dic 17:44 btape JobId 0: 3302 Auto-cambiador "¿cargado? unidad 0", el
resultado es Ranura 1.
btape: btape.c:477 abrir dispositivo "drive" (/dev/nst0): OK
*readlabel
btape: btape.c:529 Etiqueta de volumen lei­da correctamente.

Volumen Label:
Id : Bacula 1.0 immortal
VerNo : 11
VolName : incremental-03
PrevVolName :
VolFile : 0
LabelType : VOL_LABEL
LabelSize : 173
PoolName : Incremental
MediaType : LTO2
PoolType : Backup
HostName : HOSTNAME
Fecha de etiqueta escrito: 08-nov-2011 17:23

The label name and pool name are OK.The volume is on the list volumes on
bconsole. Any ideas?

Rgds.


o_0'



------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net ([email]Bacula-users < at > lists.sourceforge.net[/email])
https://lists.sourceforge.net/lists/listinfo/bacula-users




--
You cannot discover new oceans unless you have the courage to lose
sight of the shore (R. W. Emerson).












Post Can not update slots 
More info in debug mode:

server-dir: ua_label.c:794-0 Sent: readlabel MSL-2024 Slot=2 drive=0
server-dir: ua_label.c:799-0 Got: 3001 Volumen=archivado-02 Ranura=2
server-dir: ua_label.c:810-0 get_vol_name=*Ninguno*
server-dir: ua_label.c:243-0 Got Vol=<NULL> from SD for Slot=2
server-dir: sql_update.c:501-0 UPDATE Media SET InChanger=0, Slot=0 WHERE Slot=2 AND StorageId=3
server-dir: ua_label.c:255-0 No VolName for Slot=2 setting InChanger to zero.



o_0'


On Wed, Dec 28, 2011 at 9:45 AM, ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote:
Hello


this is the output from bacula when i run  updateslots with the drive empty:

shell command: ejecutar BeforeJob "/etc/bacula/updateslots.sh"
BeforeJob: Conectando al Director x
BeforeJob: 1000 OK: server-dir Versión: 5.2.3(16 December 2011)
BeforeJob: Introduzca un período para cancelar un comando.
BeforeJob: update slots=1-24 storage=cinta scan
BeforeJob: Seleccionado automáticamente Catalogo: MyCatalog
BeforeJob: Usando Catalogo "MyCatalog"
BeforeJob: Conectando al demonio Storage cinta en x ...
BeforeJob: Conectando al demonio Storage cinta en x ...
BeforeJob: 3306 Emitiendo comando "slots" al auto-cambiador.
BeforeJob: Dispositivo "MSL-2024" tiene 24 ranuras.
BeforeJob: Conectando al demonio Storage cinta en x.
BeforeJob: 3306 Emitiendo comando "list" al auto-cambiador.
BeforeJob: Conectando al demonio Storage cinta en x ...
BeforeJob: 3301 Emitiendo comando auto-cambiador "¿cargado? unidad 0".
BeforeJob: 3302 Auto-cambiador "¿cargado? unidad 0", resultado: nada cargado.
BeforeJob: 3304 Emitiendo comando auto-cambiador "cargar ranura 1, unidad 0".
BeforeJob: 3305 Auto-cambiador "carga ranura 1, unidad 0", estado es OK.
BeforeJob: 3001 Volumen=incremental-03 Ranura=1
BeforeJob: Ninguno VolName para Ranura=1 InChanger establecido en cero.



This is the script used:


#!/bin/sh
echo 'update slots=1-24 storage=cinta scan' | /sbin/bconsole -c /etc/bacula/bconsole.conf



Rgds


o_0'


On Tue, Dec 27, 2011 at 8:42 PM, ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote:
Hello,


Drive unloaded before update slots. No changes. Tomorrow will post the logs.


o_0' 


On Tue, Dec 27, 2011 at 6:20 PM, Simone Caronni <negativo17 < at > gmail.com ([email]negativo17 < at > gmail.com[/email])> wrote:

Hello,
before issuing "update slots" you should do "mtx unload 0 1" on the console to park the tape in the first slot. According to your output the drive is loaded from a tape that was before in one of your empty slots.
--Simone On Dec 27, 2011 6:12 PM, "ninyo" <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote: Hi simone

/etc/bacula# mtx status
  Storage Changer /dev/changer:1 Drives, 24 Slots ( 1 Import/Export )
Data Transfer Element 0:Full (Storage Element 1 Loaded)
      Storage Element 1:Empty
      Storage Element 2:Full
      Storage Element 3:Full
      Storage Element 4:Full
      Storage Element 5:Full
      Storage Element 6:Full
      Storage Element 7:Full
      Storage Element 8:Full
      Storage Element 9:Full
      Storage Element 10:Full
      Storage Element 11:Full
      Storage Element 12:Full
      Storage Element 13:Full
      Storage Element 14:Full
      Storage Element 15:Full
      Storage Element 16:Full
      Storage Element 17:Empty
      Storage Element 18:Full
      Storage Element 19:Full
      Storage Element 20:Empty
      Storage Element 21:Full
      Storage Element 22:Full
      Storage Element 23:Full
      Storage Element 24 IMPORT/EXPORT:Full



Once executed, i run again:


"update slots=1-24 storage=cinta scan"


Same results. Im using MySQL.


Rgds
o_0'


On Tue, Dec 27, 2011 at 6:07 PM, Simone Caronni <negativo17 < at > gmail.com ([email]negativo17 < at > gmail.com[/email])> wrote:
It happened to me quite a few time because of a power problem in one
datacenter which was cutting power to our tape library.
I just updated the slot status with the mtx command outside of
bconsole to make sure that the status matches what bacula thinks.

I think unloading the tape in the slot with "mtx unload <sourceslot>
<destslot>" and update again through bconsole should solve the
problem.

Regards,
--Simone

2011/12/27 ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])>:
Hello

recently migrated from bacula 5.0.3 (from apt) to 5.2.3 (from sources) on
different hosts. Export the database, import and upgrade from script. All
goes fine, but when i try to update slots from console, i get this for all
the slots:

 3305 Auto-cambiador "carga ranura 23, unidad 0", estado es OK.
 3001 Volumen=Incremental-03 Ranura=23
 Ninguno VolName para Ranura=23 InChanger establecido en cero.

in english :p

No VolName for Slot=23 InChanger set to zero

slot in list volumes are not upgraded. Bacula can read the label from the
tape, but the flag "slot" is not updated.

I can read the label from btape:

/etc/bacula# btape -c bacula-sd.conf /dev/nst0
Granularidad del bloque de cinta es 1024 bytes.
btape: butil.c:290 Utilizando el dispositivo: «/dev/nst0» para escritura.
27-dic 17:44 btape JobId 0: 3301 Emitiendo comando auto-cambiador
"¿cargado? unidad 0".
27-dic 17:44 btape JobId 0: 3302 Auto-cambiador "¿cargado? unidad 0", el
resultado es Ranura 1.
btape: btape.c:477 abrir dispositivo "drive" (/dev/nst0): OK
*readlabel
btape: btape.c:529 Etiqueta de volumen lei­da correctamente.

Volumen Label:
Id : Bacula 1.0 immortal
VerNo : 11
VolName : incremental-03
PrevVolName :
VolFile : 0
LabelType : VOL_LABEL
LabelSize : 173
PoolName : Incremental
MediaType : LTO2
PoolType : Backup
HostName : HOSTNAME
Fecha de etiqueta escrito: 08-nov-2011 17:23

The label name and pool name are OK.The volume is on the list volumes on
bconsole. Any ideas?

Rgds.


o_0'



------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net ([email]Bacula-users < at > lists.sourceforge.net[/email])
https://lists.sourceforge.net/lists/listinfo/bacula-users




--
You cannot discover new oceans unless you have the courage to lose
sight of the shore (R. W. Emerson).

















Post Can not update slots 
2011/12/28 ninyo <ninyodios < at > gmail.com>:
More info in debug mode:

server-dir: ua_label.c:794-0 Sent: readlabel MSL-2024 Slot=2 drive=0
server-dir: ua_label.c:799-0 Got: 3001 Volumen=archivado-02 Ranura=2
server-dir: ua_label.c:810-0 get_vol_name=*Ninguno*
server-dir: ua_label.c:243-0 Got Vol=<NULL> from SD for Slot=2
server-dir: sql_update.c:501-0 UPDATE Media SET InChanger=0, Slot=0 WHERE
Slot=2 AND StorageId=3
server-dir: ua_label.c:255-0 No VolName for Slot=2 setting InChanger to
zero.



Are you trying to say that there are loaded tapes that bacula is not
correctly setting the inchanger flag? if you had the queries installed
I would like to see the result of query 15 in bconsole however this
may not work anymore since it may not be installed as default.

John

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

View user's profile Send private message
Post Can not update slots 
That is correct! (maybe my poor english do not help)

Where i can get the querys? How can i install them?


o_0'


On Wed, Dec 28, 2011 at 3:57 PM, John Drescher <drescherjm < at > gmail.com ([email]drescherjm < at > gmail.com[/email])> wrote:
2011/12/28 ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])>:
More info in debug mode:

server-dir: ua_label.c:794-0 Sent: readlabel MSL-2024 Slot=2 drive=0
server-dir: ua_label.c:799-0 Got: 3001 Volumen=archivado-02 Ranura=2
server-dir: ua_label.c:810-0 get_vol_name=*Ninguno*
server-dir: ua_label.c:243-0 Got Vol=<NULL> from SD for Slot=2
server-dir: sql_update.c:501-0 UPDATE Media SET InChanger=0, Slot=0 WHERE
Slot=2 AND StorageId=3
server-dir: ua_label.c:255-0 No VolName for Slot=2 setting InChanger to
zero.




Are you trying to say that there are loaded tapes that bacula is not
correctly setting the inchanger flag? if you had the queries installed
I would like to see the result of query 15 in bconsole however this
may not work anymore since it may not be installed as default.

John


Post Can not update slots 
Gotcha

*query
Seleccionado automáticamente Catalogo: MyCatalog
Usando Catalogo "MyCatalog"
Consultas disponibles:
     1: List up to 20 places where a File is saved regardless of the directory
     2: List where the most recent copies of a file are saved
     3: List last 20 Full Backups for a Client
     4: List all backups for a Client after a specified time
     5: List all backups for a Client
     6: List Volume Attributes for a selected Volume
     7: List Volumes used by selected JobId
     8: List Volumes to Restore All Files
     9: List Pool Attributes for a selected Pool
    10: List total files/bytes by Job
    11: List total files/bytes by Volume
    12: List Files for a selected JobId
    13: List Jobs stored on a selected MediaId
    14: List Jobs stored for a given Volume name
    15: List Volumes Bacula thinks are in changer
    16: List Volumes likely to need replacement from age or errors
    17: List Volumes Bacula thinks are eligible for the changer
    18: List Volumes by Volume:
    19: List Volumes by Jobs:
    20: List Volumes for a jobname:
Elija una consulta (1-20): 15
No hay resultados para listar. (NO RESULTS)
*


o_0'


On Wed, Dec 28, 2011 at 4:03 PM, ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote:
That is correct! (maybe my poor english do not help)

Where i can get the querys? How can i install them?


o_0'


On Wed, Dec 28, 2011 at 3:57 PM, John Drescher <drescherjm < at > gmail.com ([email]drescherjm < at > gmail.com[/email])> wrote:
2011/12/28 ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])>:
More info in debug mode:

server-dir: ua_label.c:794-0 Sent: readlabel MSL-2024 Slot=2 drive=0
server-dir: ua_label.c:799-0 Got: 3001 Volumen=archivado-02 Ranura=2
server-dir: ua_label.c:810-0 get_vol_name=*Ninguno*
server-dir: ua_label.c:243-0 Got Vol=<NULL> from SD for Slot=2
server-dir: sql_update.c:501-0 UPDATE Media SET InChanger=0, Slot=0 WHERE
Slot=2 AND StorageId=3
server-dir: ua_label.c:255-0 No VolName for Slot=2 setting InChanger to
zero.




Are you trying to say that there are loaded tapes that bacula is not
correctly setting the inchanger flag? if you had the queries installed
I would like to see the result of query 15 in bconsole however this
may not work anymore since it may not be installed as default.

John








Post Can not update slots 
On Wed, Dec 28, 2011 at 10:17 AM, ninyo <ninyodios < at > gmail.com> wrote:
Gotcha

*query
Seleccionado automáticamente Catalogo: MyCatalog
Usando Catalogo "MyCatalog"
Consultas disponibles:
     1: List up to 20 places where a File is saved regardless of the
directory
     2: List where the most recent copies of a file are saved
     3: List last 20 Full Backups for a Client
     4: List all backups for a Client after a specified time
     5: List all backups for a Client
     6: List Volume Attributes for a selected Volume
     7: List Volumes used by selected JobId
     8: List Volumes to Restore All Files
     9: List Pool Attributes for a selected Pool
    10: List total files/bytes by Job
    11: List total files/bytes by Volume
    12: List Files for a selected JobId
    13: List Jobs stored on a selected MediaId
    14: List Jobs stored for a given Volume name
    15: List Volumes Bacula thinks are in changer
    16: List Volumes likely to need replacement from age or errors
    17: List Volumes Bacula thinks are eligible for the changer
    18: List Volumes by Volume:
    19: List Volumes by Jobs:
    20: List Volumes for a jobname:
Elija una consulta (1-20): 15
No hay resultados para listar. (NO RESULTS)
*

That is unusual. I do not have an explanation for that. Can you post
your bacula-sd.conf


Also, I have to go for now. I will try to help in 12 hours or so if I
am not too tired.

BTW, your english is much better than my spanish although I understood
most of the spanish output..

John

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

View user's profile Send private message
Post Can not update slots 
Here he go:

bacula-sd.conf:




Storage {                             # definition of myself
  Name = SERVER-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/var/bacula/working"
#  WorkingDirectory = "/var/lib/bacula"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
  SDAddress = IP
}



Director {
  Name = SERVER-dir
  Password = "PASSWORD"
}



#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name = SERVER-mon
  Password = "PASSWORD"
  Monitor = yes
}


Device {
  Name = disco
  Media Type = File
  Archive Device = /mnt/Disco2/Backups/Bacula/Backups
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = yes;;
}





Autochanger {
  Name = MSL-2024
  Device = drive
## Changer Command = "/usr/local/sbin/mtx %c %o %S %a %d"
  Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg4   ###  /dev/changer -> /dev/sg3
}


Device {
  Name = drive                      #
  Drive Index = 0
  Media Type = LTO2
  Archive Device = /dev/nst0   ###  /dev/tape -> /dev/st0
  Device Type = Tape
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  Changer Device = /dev/sg4
  Offline On Unmount = no
  Hardware End of Medium = yes
  Fast Forward Space File = yes
  TWO EOF = yes


  #BSF at EOM = yes
  #Backward Space Record = no
  #Fast Forward Space File = no
  #TWO EOF = yes
}


Messages {
  Name = Standard
  director = SERVER-dir = all
}



o_0'


On Wed, Dec 28, 2011 at 4:24 PM, John Drescher <drescherjm < at > gmail.com ([email]drescherjm < at > gmail.com[/email])> wrote:
On Wed, Dec 28, 2011 at 10:17 AM, ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote:
Gotcha

*query
Seleccionado automáticamente Catalogo: MyCatalog
Usando Catalogo "MyCatalog"
Consultas disponibles:
     1: List up to 20 places where a File is saved regardless of the
directory
     2: List where the most recent copies of a file are saved
     3: List last 20 Full Backups for a Client
     4: List all backups for a Client after a specified time
     5: List all backups for a Client
     6: List Volume Attributes for a selected Volume
     7: List Volumes used by selected JobId
     8: List Volumes to Restore All Files
     9: List Pool Attributes for a selected Pool
    10: List total files/bytes by Job
    11: List total files/bytes by Volume
    12: List Files for a selected JobId
    13: List Jobs stored on a selected MediaId
    14: List Jobs stored for a given Volume name
    15: List Volumes Bacula thinks are in changer
    16: List Volumes likely to need replacement from age or errors
    17: List Volumes Bacula thinks are eligible for the changer
    18: List Volumes by Volume:
    19: List Volumes by Jobs:
    20: List Volumes for a jobname:
Elija una consulta (1-20): 15
No hay resultados para listar. (NO RESULTS)
*



That is unusual. I do not have an explanation for that. Can you post
your bacula-sd.conf


Also, I have to go for now. I will try to help in 12 hours or so if I
am not too tired.

BTW, your english is much better than my spanish although I understood
most of the spanish output..

John


Post Can not update slots 
No one has any idea? Not pretending a solution but a ideas to make test or see where it can be failing. 

Rgds.
o_0'


On Wed, Dec 28, 2011 at 4:29 PM, ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote:
Here he go:

bacula-sd.conf:




Storage {                             # definition of myself
  Name = SERVER-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/var/bacula/working"
#  WorkingDirectory = "/var/lib/bacula"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
  SDAddress = IP
}



Director {
  Name = SERVER-dir
  Password = "PASSWORD"
}



#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name = SERVER-mon
  Password = "PASSWORD"
  Monitor = yes
}


Device {
  Name = disco
  Media Type = File
  Archive Device = /mnt/Disco2/Backups/Bacula/Backups
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = yes;;
}





Autochanger {
  Name = MSL-2024
  Device = drive
## Changer Command = "/usr/local/sbin/mtx %c %o %S %a %d"
  Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg4   ###  /dev/changer -> /dev/sg3
}


Device {
  Name = drive                      #
  Drive Index = 0
  Media Type = LTO2
  Archive Device = /dev/nst0   ###  /dev/tape -> /dev/st0
  Device Type = Tape
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  Changer Device = /dev/sg4
  Offline On Unmount = no
  Hardware End of Medium = yes
  Fast Forward Space File = yes
  TWO EOF = yes


  #BSF at EOM = yes
  #Backward Space Record = no
  #Fast Forward Space File = no
  #TWO EOF = yes
}


Messages {
  Name = Standard
  director = SERVER-dir = all
}



o_0'


On Wed, Dec 28, 2011 at 4:24 PM, John Drescher <drescherjm < at > gmail.com ([email]drescherjm < at > gmail.com[/email])> wrote:
On Wed, Dec 28, 2011 at 10:17 AM, ninyo <ninyodios < at > gmail.com ([email]ninyodios < at > gmail.com[/email])> wrote:
Gotcha

*query
Seleccionado automáticamente Catalogo: MyCatalog
Usando Catalogo "MyCatalog"
Consultas disponibles:
     1: List up to 20 places where a File is saved regardless of the
directory
     2: List where the most recent copies of a file are saved
     3: List last 20 Full Backups for a Client
     4: List all backups for a Client after a specified time
     5: List all backups for a Client
     6: List Volume Attributes for a selected Volume
     7: List Volumes used by selected JobId
     8: List Volumes to Restore All Files
     9: List Pool Attributes for a selected Pool
    10: List total files/bytes by Job
    11: List total files/bytes by Volume
    12: List Files for a selected JobId
    13: List Jobs stored on a selected MediaId
    14: List Jobs stored for a given Volume name
    15: List Volumes Bacula thinks are in changer
    16: List Volumes likely to need replacement from age or errors
    17: List Volumes Bacula thinks are eligible for the changer
    18: List Volumes by Volume:
    19: List Volumes by Jobs:
    20: List Volumes for a jobname:
Elija una consulta (1-20): 15
No hay resultados para listar. (NO RESULTS)
*



That is unusual. I do not have an explanation for that. Can you post
your bacula-sd.conf


Also, I have to go for now. I will try to help in 12 hours or so if I
am not too tired.

BTW, your english is much better than my spanish although I understood
most of the spanish output..

John







Post Can not update slots 
On Thu, Dec 29, 2011 at 7:27 AM, ninyo <ninyodios < at > gmail.com> wrote:
No one has any idea? Not pretending a solution but a ideas to make test or
see where it can be failing.

I do not see the problem. I have just updated to 5.2.3 myself from
5.0.3 last week. However the update slots command worked fine.

*st
Status available for:
1: Director
2: Storage
3: Client
4: All
Select daemon type for status (1-4): 1
fileserver-dir Version: 5.2.3 (16 December 2011) x86_64-pc-linux-gnu gentoo
Daemon started 23-Dec-11 12:25. Jobs: run=45, running=0
Heap: heap=1,929,216 smbytes=552,773 max_bytes=17,253,666 bufs=3,611
max_bufs=124,487

Scheduled Jobs:
Level Type Pri Scheduled Name Volume
===================================================================================
Incremental Backup 10 29-Dec-11 20:30 CVSSource Other-0252
Incremental Backup 10 29-Dec-11 20:30 Info A00020
Incremental Backup 10 29-Dec-11 20:30 Publics A00020
Incremental Backup 10 29-Dec-11 20:30 user-private A00020
Full Backup 10 30-Dec-11 01:10 BackupCatalog *unknown*
====

Running Jobs:
Console connected at 26-Dec-11 00:26
No Jobs running.
====

Terminated Jobs:
JobId Level Files Bytes Status Finished Name
====================================================================
27912 Incr 0 0 OK 27-Dec-11 20:30 CVSSource
27915 Incr 0 0 OK 27-Dec-11 20:30 Info
27914 Incr 0 0 OK 27-Dec-11 20:30 Publics
27913 Incr 8,711 2.309 G OK 27-Dec-11 20:35 user-private
27916 Full 1 3.757 G OK 28-Dec-11 01:22 BackupCatalog
27917 Incr 0 0 OK 28-Dec-11 20:30 CVSSource
27919 Incr 0 0 OK 28-Dec-11 20:30 Publics
27920 Incr 0 0 OK 28-Dec-11 20:30 Info
27918 Incr 8,583 2.341 G OK 28-Dec-11 20:37 user-private
27921 Full 1 3.758 G OK 29-Dec-11 01:22 BackupCatalog

====
*update slots
The defined Storage resources are:
1: File
2: DLT-IV
3: DVD-FILESERVER
4: DEV6-DLT-IV-0
5: DEV6-LTO-0
6: DEV6-LTO2-1
7: DEV6-Changer
Select Storage resource (1-7): 7
Connecting to Storage daemon DEV6-Changer at dev6.radimg.pitt.edu:9103 ...
3306 Issuing autochanger "slots" command.
Device "Magnum224-0" has 24 slots.
Connecting to Storage daemon DEV6-Changer at dev6.radimg.pitt.edu:9103 ...
3306 Issuing autochanger "list" command.
Catalog record for Volume "A00104" updated to reference slot 1.
Catalog record for Volume "A00106" updated to reference slot 2.
Catalog record for Volume "A00108" updated to reference slot 3.
Catalog record for Volume "A00107" updated to reference slot 4.
Catalog record for Volume "A00023" updated to reference slot 5.
Catalog record for Volume "A00101" updated to reference slot 6.
Catalog record for Volume "A00072" updated to reference slot 7.
Catalog record for Volume "A00102" updated to reference slot 8.
Catalog record for Volume "A00028" updated to reference slot 9.
Catalog record for Volume "A00109" updated to reference slot 10.
Catalog record for Volume "A00054" updated to reference slot 11.
Catalog record for Volume "A00039" updated to reference slot 12.
Catalog record for Volume "A00073" updated to reference slot 13.
Catalog record for Volume "A00012" updated to reference slot 14.
Catalog record for Volume "A00097" updated to reference slot 15.
Catalog record for Volume "A00020" updated to reference slot 16.
Catalog record for Volume "A00074" updated to reference slot 17.
Catalog record for Volume "A00096" updated to reference slot 18.
Catalog record for Volume "A00030" updated to reference slot 19.
Catalog record for Volume "A00100" updated to reference slot 20.
Catalog record for Volume "A00095" updated to reference slot 21.
Catalog record for Volume "A00053" updated to reference slot 22.
Catalog record for Volume "A00036" updated to reference slot 23.
Catalog record for Volume "A00056" updated to reference slot 24.
You have messages.
*

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

View user's profile Send private message
Post Can not update slots 
Wait a minute. incremental-03 does not seem possible as a barcode
label since there are way too many characters. You do not have a
barcode reader on your autochanger?

John

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

View user's profile Send private message
Display posts from previous:
Reply to topic Page 1 of 2
Goto page 1, 2  Next
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB