Re: [Bacula-users] help with getting volumes in the catalog
yes, i have ran "label barcodes" a few times. hoping for a different result. any ideas? On Thu, Feb 12, 2009 at 5:40 PM, John Drescher wrote: > On Thu, Feb 12, 2009 at 5:53 PM, Steve Hood > wrote: > > *update slots > > Automatically selected Catalog: MyCatalog > > Using Catalog "MyCatalog" > > The defined Storage resources are: > > 1: File > > 2: Autochanger > > Select Storage resource (1-2): 2 > > Enter autochanger drive[0]: > > Connecting to Storage daemon Autochanger at 127.0.0.1:9103 ... > > 3306 Issuing autochanger "slots" command. > > Device "Autochanger" has 30 slots. > > Connecting to Storage daemon Autochanger at 127.0.0.1:9103 ... > > 3306 Issuing autochanger "list" command. > > Volume "B27715" not found in catalog. Slot=1 InChanger set to zero. > > Volume "B27687" not found in catalog. Slot=13 InChanger set to zero. > > Volume "B27684" not found in catalog. Slot=14 InChanger set to zero. > > Volume "B27679" not found in catalog. Slot=15 InChanger set to zero. > > > > *list media > > Pool: Default > > > +-++---+-+---+--+--+-+--+---+---+-+ > > | MediaId | VolumeName | VolStatus | Enabled | VolBytes | VolFiles | > > VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten > > | > > > +-++---+-+---+--+--+-+--+---+---+-+ > > | 1 | sdesigns | Append| 1 | 2,779,613,217 |0 | > > 31,536,000 | 1 |0 | 0 | File | 2009-02-12 13:33:57 > | > > > +-++---+-+---+--+--+-+--+---+---+-+ > > Pool: Scratch > > No results to list. > > > > > Did you run the label barcodes on these tapes more than once? > > The reason for this question is in the first post. Bacula complained > that it could not label tapes because they were already labeled. It > seems to me that they are actually labeled but for some reason the > labels are not in the catalog. > > John > -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] help with getting volumes in the catalog
I'm no afraid of some work. On Thu, Feb 12, 2009 at 6:08 PM, John Drescher wrote: > On Thu, Feb 12, 2009 at 8:57 PM, Steve Hood > wrote: > > actually today I reinstalled Fedora and reinstalled bacula from yum and > this > > probem is on a fresh install with no restore of the database. > > I also ran all the btape tests. with no errors. > > HD backup is working with 2 clients. > > > > Now that is something that makes sense to me. > > When you previously labeled these volumes bacula wrote a header to > each tape. Now it is telling you that you can not write a label > because one already exists on the tape. However since your catalog was > wiped clean bacula does not know about the tapes so it refuses to use > them. > > > Are there only 4 tapes here that have this problem? I am thinking of > solutions on how to reimport the volumes that involves the minimal > amount of work on your part. > > John > -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] help with getting volumes in the catalog
I will try this tomorrow at work. thanks for your time. On Thu, Feb 12, 2009 at 6:26 PM, John Drescher wrote: > On Thu, Feb 12, 2009 at 9:11 PM, Steve Hood > wrote: > > I'm no afraid of some work. > > > From memory there are two approaches to solve this (someone correct me > if I am wrong Please!). > > In both options stop bacula-sd before proceeding and you can start it > again after this procedure completes. > The first is to wipe the label on each tape: > > Basically use mtx or the autochanger controls to load each tape one by > one and do the following two commands to erase the label from the > tape: > > mt -f /dev/st0 rewind > mt -f /dev/st0 weof > > replace /dev/st0 with your tape device if it is different. > > There is a discussion of this here: > > http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg16850.html > > This method will erase the label so that label barcodes will be able > to put a new label on each tape. > > > Now the second is to scan the tapes and import them back into the catalog: > > > http://www.bacula.org/en/dev-manual/Volume_Utility_Tools.html#SECTION00397 > > bscan -s -m -c bacula-sd.conf -v -V Vol001\|Vol002\|Vol003 /dev/nst0 > > And in your case the volumes will be B27715\|B27687\|B27684\|B27679 > > Dont forget the \ before the | > > > This will read all data that was written to these tapes so it can take > a long time. > > With this option you do not want to label barcodes after it is done. > > John > -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Restore of encrypted data
All- My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files: 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/cat 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/find 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/basename .. .. .. .. the restore process works fine without encryption. here is a copy of my fd.conf: Director { Name = bacula-mon Password = "***" Monitor = yes } FileDaemon { # this is me Name = backup-local-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/spool/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 PKI Signatures = Yes PKI Encryption = Yes PKI Keypair = "/etc/bacula/fd-backup-local.pem" PKI Master Key = "/etc/bacula/master.cert" } # Send all messages except skipped files back to Director Messages { Name = Standard director = bacula-dir = all, !skipped, !restored } What am I doing wrong? thanks for your time. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Restore of encrypted data
All- My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files: 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/cat 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/find 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/basename .. .. .. .. the restore process works fine without encryption. here is a copy of my fd.conf: Director { Name = bacula-mon Password = "***" Monitor = yes } FileDaemon { # this is me Name = backup-local-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/spool/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 PKI Signatures = Yes PKI Encryption = Yes PKI Keypair = "/etc/bacula/fd-backup-local.pem" PKI Master Key = "/etc/bacula/master.cert" } # Send all messages except skipped files back to Director Messages { Name = Standard director = bacula-dir = all, !skipped, !restored } What am I doing wrong? thanks for your time. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Restore of encrypted data
All- My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files: 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/cat 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/find 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/basename .. .. .. .. the restore process works fine without encryption. here is a copy of my fd.conf: Director { Name = bacula-mon Password = "***" Monitor = yes } FileDaemon { # this is me Name = backup-local-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/spool/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 PKI Signatures = Yes PKI Encryption = Yes PKI Keypair = "/etc/bacula/fd-backup-local.pem" PKI Master Key = "/etc/bacula/master.cert" } # Send all messages except skipped files back to Director Messages { Name = Standard director = bacula-dir = all, !skipped, !restored } What am I doing wrong? thanks for your time. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Encrypted restore **Help**
All- My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files: 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/cat 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/find 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/basename .. .. .. .. the restore process works fine without encryption. here is a copy of my fd.conf: Director { Name = bacula-mon Password = "***" Monitor = yes } FileDaemon { # this is me Name = backup-local-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/spool/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 PKI Signatures = Yes PKI Encryption = Yes PKI Keypair = "/etc/bacula/fd-backup-local.pem" PKI Master Key = "/etc/bacula/master.cert" } # Send all messages except skipped files back to Director Messages { Name = Standard director = bacula-dir = all, !skipped, !restored } What am I doing wrong? thanks for your time. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Restore of encrypted data
All- My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files: 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/cat 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/find 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/basename .. .. .. .. the restore process works fine without encryption. here is a copy of my fd.conf: Director { Name = bacula-mon Password = "***" Monitor = yes } FileDaemon { # this is me Name = backup-local-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/spool/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 PKI Signatures = Yes PKI Encryption = Yes PKI Keypair = "/etc/bacula/fd-backup-local.pem" PKI Master Key = "/etc/bacula/master.cert" } # Send all messages except skipped files back to Director Messages { Name = Standard director = bacula-dir = all, !skipped, !restored } What am I doing wrong? thanks for your time. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Restore of encrypted data
All- My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files: 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/cat 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/find 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/basename .. .. .. .. the restore process works fine without encryption. here is a copy of my fd.conf: Director { Name = bacula-mon Password = "***" Monitor = yes } FileDaemon { # this is me Name = backup-local-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/spool/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 PKI Signatures = Yes PKI Encryption = Yes PKI Keypair = "/etc/bacula/fd-backup-local.pem" PKI Master Key = "/etc/bacula/master.cert" } # Send all messages except skipped files back to Director Messages { Name = Standard director = bacula-dir = all, !skipped, !restored } What am I doing wrong? thanks for your time. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Restore of encrypted data
Sorry about the multi-listings. It wont happen again. From: Steve Hood Sent: Wednesday, February 25, 2009 10:37 AM To: bacula-users@lists.sourceforge.net Subject: [Bacula-users] Restore of encrypted data All- My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files: 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/cat 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/find 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/basename .. .. .. .. the restore process works fine without encryption. here is a copy of my fd.conf: Director { Name = bacula-mon Password = "***" Monitor = yes } FileDaemon { # this is me Name = backup-local-fd FDport = 9102 # where we listen for the director WorkingDirectory = /var/spool/bacula Pid Directory = /var/run Maximum Concurrent Jobs = 20 PKI Signatures = Yes PKI Encryption = Yes PKI Keypair = "/etc/bacula/fd-backup-local.pem" PKI Master Key = "/etc/bacula/master.cert" } # Send all messages except skipped files back to Director Messages { Name = Standard director = bacula-dir = all, !skipped, !restored } What am I doing wrong? thanks for your time. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] restore to a different client
All- Is it possible to restore a job to a different client, using the restore all option and changing the client using the mod option? I'm using 2.4.4 on Linux with Linux clients. thanks for your time -Steve -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] restore to a different client
Maybe a better way to ask the question: I'm backing up servers with encryption on the backups. I would like to do a restore to another server, I have copied the PKI files to the new server adjusted the fd and dir for the restore server. when i do restore all and mod and change the restore client. status - director says waiting for fd on the restore server. Dan Langille wrote: > Steve Hood wrote: >> All- >> Is it possible to restore a job to a different client, using the >> restore all option and changing the client using the mod option? >> I'm using 2.4.4 on Linux with Linux clients. > > Yes, that's exactly how. > > Why do you ask? > -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] restore to a different client
I can try more at work tomorrow morning. thank you all its great to know the open source world can make really good products with great support. kudos Dan Langille wrote: > Steve Hood wrote: >> Dan Langille wrote: >>> Steve Hood wrote: >>>> All- >>>> Is it possible to restore a job to a different client, using the >>>> restore all option and changing the client using the mod option? >>>> I'm using 2.4.4 on Linux with Linux clients. >>> >>> Yes, that's exactly how. >>> >>> Why do you ask? > > > Maybe a better way to ask the question: > > I'm backing up servers with encryption on the backups. I would like to > > do a restore to another server, I have copied the PKI files to the new > > server adjusted the fd and dir for the restore server. > > when i do restore all and mod and change the restore client. > > status - director says waiting for fd on the restore server. > > Yes, that's better. The real issue. ;) > > Sounds like the problem is not related neither restore nor encryption. > > Start from scratch. Ensure the client is running. That the Director > can contact it (status client), etc. > > It's most likely comms of some type. > -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] please help me!
Hello everyone- I just install bacula2.4.4 on fedora9_64bit. The problem I seem to be having is when I use the bconsole to "run" a job I get the following error-- messages 26-Jan 04:31 bacula-dir JobId 14: No prior Full backup Job record found. 26-Jan 04:31 bacula-dir JobId 14: No prior or suitable Full backup found in catalog. Doing FULL backup. 26-Jan 04:31 bacula-dir JobId 14: Start Backup JobId 14, Job=fedora_9.2009-01-26_04.31.28.06 26-Jan 04:31 bacula-dir JobId 14: Using Device "FileStorage" * 26-Jan 16:38 bacula-fd JobId 14: Fatal error: Authorization key rejected by Storage daemon. Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for help. 26-Jan 16:38 bacula-fd JobId 14: Fatal error: Failed to authenticate Storage daemon. 26-Jan 04:31 bacula-dir JobId 14: Fatal error: Socket error on Storage command: ERR=No data available 26-Jan 04:31 bacula-dir: ERROR in getmsg.c:163 Malformed message: 26-Jan 04:31 bacula-dir JobId 14: Fatal error: bsock.c:415 Packet size too big from "Storage daemon:127.0.0.1:9103. Terminating connection. 26-Jan 04:31 bacula-dir JobId 14: Error: Bacula bacula-dir 2.4.4 (28Dec08): 26-Jan-2009 04:31:42 Build OS: x86_64-redhat-linux-gnu redhat JobId: 14 Job:fedora_9.2009-01-26_04.31.28.06 Backup Level: Full (upgraded from Incremental) Client: "fedora_9-fd" 2.4.4 (28Dec08) i386-redhat-linux-gnu,redhat, FileSet:"Full Set" 2009-01-26 01:49:13 Pool: "Default" (From Job resource) Storage:"FileStorage" (From Job resource) Scheduled time: 26-Jan-2009 04:31:26 Start time: 26-Jan-2009 04:31:30 End time: 26-Jan-2009 04:31:42 Elapsed time: 12 secs Priority: 10 FD Files Written: 0 SD Files Written: 0 FD Bytes Written: 0 (0 B) SD Bytes Written: 0 (0 B) Rate: 0.0 KB/s Software Compression: None VSS:no Storage Encryption: no Volume name(s): Volume Session Id: 2 Volume Session Time:1232972351 Last Volume Bytes: 0 (0 B) Non-fatal FD errors:0 SD Errors: 0 FD termination status: SD termination status: Waiting on FD Termination:*** Backup Error *** I can used the "estimate" function inside of bconsole and returns info from the remote client. -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] auto-changer help
All- I have bacula setup and working backing-up to file. now I want to use my autochanger. in the bconsole I do status -> storage -> autochanger i get the following problem = BLOCKED see below. I have ran label barcodes - with no errors when i run update slots i get: Volume "B27689" not found in catalog. Slot=1 InChanger set to zero I have ran the btape tests with a good returns I really dont know were i went wrong please help **BLOCK error** Device status: Autochanger "Autochanger" with devices: "Drive-1" (/dev/nst0) "Drive-2" (/dev/nst1) Device "FileStorage" (/backup) is not open. Device "Drive-1" (/dev/nst0) is mounted with: Volume: B27686 Pool:Default Media type: SDX4 Device is BLOCKED waiting for mount of volume "ABC0001", Pool:Default Media type: SDX4 Slot 26 is loaded in drive 0. Total Bytes Read=64,512 Blocks Read=1 Bytes/block=64,512 Positioned at File=0 Block=0 Device "Drive-2" (/dev/nst1) open but no Bacula volume is currently mounted. Slot 3 is loaded in drive 1. Total Bytes Read=0 Blocks Read=0 Bytes/block=0 Positioned at File=0 Block=0 **update slots problem** 3306 Issuing autochanger "list" command. Volume "B27689" not found in catalog. Slot=1 InChanger set to zero. Volume "B27709" not found in catalog. Slot=2 InChanger set to zero. Volume "B27719" not found in catalog. Slot=4 InChanger set to zero. Volume "B27718" not found in catalog. Slot=5 InChanger set to zero. Volume "B27717" not found in catalog. Slot=6 InChanger set to zero. Volume "B27716" not found in catalog. Slot=7 InChanger set to zero. Volume "B27692" not found in catalog. Slot=8 InChanger set to zero. Volume "B27691" not found in catalog. Slot=9 InChanger set to zero. Volume "B27690" not found in catalog. Slot=10 InChanger set to zero. Volume "B27720" not found in catalog. Slot=11 InChanger set to zero. Volume "B27687" not found in catalog. Slot=12 InChanger set to zero. Volume "B27685" not found in catalog. Slot=13 InChanger set to zero. Volume "B27684" not found in catalog. Slot=14 InChanger set to zero. Volume "B27679" not found in catalog. Slot=15 InChanger set to zero. Volume "B27710" not found in catalog. Slot=18 InChanger set to zero. Volume "B27711" not found in catalog. Slot=19 InChanger set to zero. Volume "B27708" not found in catalog. Slot=20 InChanger set to zero. Volume "B27713" not found in catalog. Slot=21 InChanger set to zero. Volume "B27714" not found in catalog. Slot=22 InChanger set to zero. Volume "B27715" not found in catalog. Slot=23 InChanger set to zero. Volume "B27712" not found in catalog. Slot=24 InChanger set to zero. Volume "B27722" not found in catalog. Slot=25 InChanger set to zero. Volume "B27686" not found in catalog. Slot=26 InChanger set to zero. -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] help with getting volumes in the catalog
i'm having problems with my install most likely something missing on my part In bconsole I issue the "label barcodes" and this is what I get --- *label barcodes Automatically selected Catalog: MyCatalog Using Catalog "MyCatalog" The defined Storage resources are: 1: File 2: Autochanger Select Storage resource (1-2): 2 Connecting to Storage daemon Autochanger at 127.0.0.1:9103 ... Enter autochanger drive[0]: Connecting to Storage daemon Autochanger at 127.0.0.1:9103 ... 3306 Issuing autochanger "slots" command. Device "Autochanger" has 30 slots. Connecting to Storage daemon Autochanger at 127.0.0.1:9103 ... 3306 Issuing autochanger "list" command. The following Volumes will be labeled: Slot Volume == 1 B27715 13 B27687 14 B27684 15 B27679 Do you want to label these Volumes? (yes|no): yes Defined Pools: 1: Default 2: Scratch Select the Pool (1-2): 1 Connecting to Storage daemon Autochanger at 127.0.0.1:9103 ... Sending label command for Volume "B27715" Slot 1 ... 3301 Issuing autochanger "loaded? drive 0" command. 3302 Autochanger "loaded? drive 0", result: nothing loaded. 3304 Issuing autochanger "load slot 1, drive 0" command. 3305 Autochanger "load slot 1, drive 0", status is OK. 3920 Cannot label Volume because it is already labeled: "B27715" Label command failed for Volume B27715. Sending label command for Volume "B27687" Slot 13 ... 3307 Issuing autochanger "unload slot 1, drive 0" command. 3304 Issuing autochanger "load slot 13, drive 0" command. 3305 Autochanger "load slot 13, drive 0", status is OK. 3920 Cannot label Volume because it is already labeled: "B27687" Label command failed for Volume B27687. Sending label command for Volume "B27684" Slot 14 ... 3307 Issuing autochanger "unload slot 13, drive 0" command. 3304 Issuing autochanger "load slot 14, drive 0" command. 3305 Autochanger "load slot 14, drive 0", status is OK. 3920 Cannot label Volume because it is already labeled: "B27684" Label command failed for Volume B27684. Sending label command for Volume "B27679" Slot 15 ... 3307 Issuing autochanger "unload slot 14, drive 0" command. 3304 Issuing autochanger "load slot 15, drive 0" command. 3305 Autochanger "load slot 15, drive 0", status is OK. 3920 Cannot label Volume because it is already labeled: "B27679" Label command failed for Volume B27679. -- after I run the "list volumes" and it shows no volumes in the catalog. what gives? thanks in advance- -Steve -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users