Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled? [SOLVED]

2011-01-05 Thread Mister IT Guru
On 04/01/2011 14:14, Kleber Leal wrote:
 What pool your jobs are writing?
 You enabled autolabel on File pool. Your jobs are trying write on it?

 Verify your config files. By default (no config), the job get JobDefs 
 definition and write on Default pool. Your default pool has not 
 autolabeling enabled. Try change it to File pool overriding config or 
 editing your JobDefs.conf.

That was the problem! I did have everything in my configuration as I 
expected it to be - except i forgot autolabelling on the default pool. 
I've been able to fully test all I wanted to, I've got my default job, 
and I've run jobs across all my clients, I've tried to overload it, it 
just keeps on queuing the jobs, and running them very nice! Thank you 
bacula-list and Kleber Leal :)

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-04 Thread Mister IT Guru
On 04/01/2011 02:13, Dan Langille wrote:
 On 1/3/2011 4:53 PM, Mister IT Guru wrote:
 I am at a loss as to why this can occur, when I've configured automatic
 labellings. I get this error emailed to me when jobs are trying to run
 Cannot find any appendable volumes

 It's my understanding that this happens when there are no tapes
 available, but I have disk based storage. Any hints and tips would be
 appreciated, I can attach any requested configs.
 This happens when Bacula cannot find appendable volumes.  Disk or tape,
 or whatever.

 Show us the Pool resource for the pool in question.

Below are the pool definitions that I currently have
---
# Default pool definition
Pool {
   Name = Default
   Pool Type = Backup
   Recycle = yes   # Bacula can automatically 
recycle Volumes
   AutoPrune = yes # Prune expired volumes
   Volume Retention = 365 days # one year
}

# File Pool definition
Pool {
   Name = File
   Pool Type = Backup
   Recycle = yes   # Bacula can automatically 
recycle Volumes
   AutoPrune = yes # Prune expired volumes
   Volume Retention = 365 days # one year
   Maximum Volume Bytes = 50G  # Limit Volume size to something 
reasonable
   Maximum Volumes = 100   # Limit number of Volumes in Pool
   LabelFormat = BaculaBackups-
}


# Scratch pool definition
Pool {
   Name = Scratch
   Pool Type = Backup
}

---

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-04 Thread Kleber Leal
What pool your jobs are writing?
You enabled autolabel on File pool. Your jobs are trying write on it?

Verify your config files. By default (no config), the job get JobDefs
definition and write on Default pool. Your default pool has not autolabeling
enabled. Try change it to File pool overriding config or editing your
JobDefs.conf.

Verify too if you really has not volumes in append status.
You can verify your pools and volumes with list command (below):
list volumes

Try this and post results.

Kleber

2011/1/4 Mister IT Guru misteritg...@gmx.com

 On 04/01/2011 02:13, Dan Langille wrote:
  On 1/3/2011 4:53 PM, Mister IT Guru wrote:
  I am at a loss as to why this can occur, when I've configured automatic
  labellings. I get this error emailed to me when jobs are trying to run
  Cannot find any appendable volumes
 
  It's my understanding that this happens when there are no tapes
  available, but I have disk based storage. Any hints and tips would be
  appreciated, I can attach any requested configs.
  This happens when Bacula cannot find appendable volumes.  Disk or tape,
  or whatever.
 
  Show us the Pool resource for the pool in question.
 
 Below are the pool definitions that I currently have
 ---
 # Default pool definition
 Pool {
   Name = Default
   Pool Type = Backup
   Recycle = yes   # Bacula can automatically
 recycle Volumes
   AutoPrune = yes # Prune expired volumes
   Volume Retention = 365 days # one year
 }

 # File Pool definition
 Pool {
   Name = File
   Pool Type = Backup
   Recycle = yes   # Bacula can automatically
 recycle Volumes
   AutoPrune = yes # Prune expired volumes
   Volume Retention = 365 days # one year
   Maximum Volume Bytes = 50G  # Limit Volume size to something
 reasonable
   Maximum Volumes = 100   # Limit number of Volumes in Pool
   LabelFormat = BaculaBackups-
 }


 # Scratch pool definition
 Pool {
   Name = Scratch
   Pool Type = Backup
 }

 ---


 --
 Learn how Oracle Real Application Clusters (RAC) One Node allows customers
 to consolidate database storage, standardize their database environment,
 and,
 should the need arise, upgrade to a full multi-node Oracle RAC database
 without downtime or disruption
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-04 Thread Dan Langille

On Tue, January 4, 2011 8:23 am, Mister IT Guru wrote:
 On 04/01/2011 02:13, Dan Langille wrote:
 On 1/3/2011 4:53 PM, Mister IT Guru wrote:
 I am at a loss as to why this can occur, when I've configured automatic
 labellings. I get this error emailed to me when jobs are trying to run
 Cannot find any appendable volumes

 It's my understanding that this happens when there are no tapes
 available, but I have disk based storage. Any hints and tips would be
 appreciated, I can attach any requested configs.
 This happens when Bacula cannot find appendable volumes.  Disk or tape,
 or whatever.

 Show us the Pool resource for the pool in question.

 Below are the pool definitions that I currently have
 ---
 # Default pool definition
 Pool {
Name = Default
Pool Type = Backup
Recycle = yes   # Bacula can automatically
 recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days # one year
 }

 # File Pool definition
 Pool {
Name = File
Pool Type = Backup
Recycle = yes   # Bacula can automatically
 recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days # one year
Maximum Volume Bytes = 50G  # Limit Volume size to something
 reasonable
Maximum Volumes = 100   # Limit number of Volumes in Pool
LabelFormat = BaculaBackups-
 }

I'm going to guess it's this Pool.  I'm also going to guess that you have
reached 100 volumes in this pool.  Please confirm



 # Scratch pool definition
 Pool {
Name = Scratch
Pool Type = Backup
 }

I see no need for a scratch pool if you're backing up to disk.

-- 
Dan Langille -- http://langille.org/


--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-04 Thread Paulo Martinez
Am 04.01.2011 um 14:23 schrieb Mister IT Guru:
 On 04/01/2011 02:13, Dan Langille wrote:
 On 1/3/2011 4:53 PM, Mister IT Guru wrote:
 I am at a loss as to why this can occur, when I've configured  
 automatic
 labellings. I get this error emailed to me when jobs are trying to  
 run
 Cannot find any appendable volumes

 It's my understanding that this happens when there are no tapes
 available, but I have disk based storage. Any hints and tips would  
 be
 appreciated, I can attach any requested configs.
 This happens when Bacula cannot find appendable volumes.  Disk or  
 tape,
 or whatever.

 Show us the Pool resource for the pool in question.

 Below are the pool definitions that I currently have
 ---
 # Default pool definition
 Pool {
   Name = Default
   Pool Type = Backup
   Recycle = yes   # Bacula can automatically
 recycle Volumes
   AutoPrune = yes # Prune expired volumes
   Volume Retention = 365 days # one year
 }

 # File Pool definition
 Pool {
   Name = File
   Pool Type = Backup
   Recycle = yes   # Bacula can automatically
 recycle Volumes
   AutoPrune = yes # Prune expired volumes
   Volume Retention = 365 days # one year
   Maximum Volume Bytes = 50G  # Limit Volume size to something
 reasonable
   Maximum Volumes = 100   # Limit number of Volumes in  
 Pool
   LabelFormat = BaculaBackups-
 }


 # Scratch pool definition
 Pool {
   Name = Scratch
   Pool Type = Backup
 }



sd's config file should have

Device {
  .
  .
  .
  LabelMedia = yes;  # lets Bacula label unlabeled media
  .
  .
  .
}


--
PM





--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-04 Thread Caspar Smit
I had the same message and I had to repair some mysql tables to fix it!

I thought the tables were 'Media' and 'JobMedia'

Kind regards,

Caspar Smit


2011/1/3 Mister IT Guru misteritg...@gmx.com

  I am at a loss as to why this can occur, when I've configured automatic
 labellings. I get this error emailed to me when jobs are trying to run
 Cannot find any appendable volumes

 It's my understanding that this happens when there are no tapes available,
 but I have disk based storage. Any hints and tips would be appreciated, I
 can attach any requested configs.


 --
 Learn how Oracle Real Application Clusters (RAC) One Node allows customers
 to consolidate database storage, standardize their database environment,
 and,
 should the need arise, upgrade to a full multi-node Oracle RAC database
 without downtime or disruption
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-04 Thread Mister IT Guru
On 04/01/2011 14:16, Dan Langille wrote:
 On Tue, January 4, 2011 8:23 am, Mister IT Guru wrote:
 On 04/01/2011 02:13, Dan Langille wrote:
 On 1/3/2011 4:53 PM, Mister IT Guru wrote:
 I am at a loss as to why this can occur, when I've configured automatic
 labellings. I get this error emailed to me when jobs are trying to run
 Cannot find any appendable volumes

 It's my understanding that this happens when there are no tapes
 available, but I have disk based storage. Any hints and tips would be
 appreciated, I can attach any requested configs.
 This happens when Bacula cannot find appendable volumes.  Disk or tape,
 or whatever.

 Show us the Pool resource for the pool in question.

 Below are the pool definitions that I currently have
 ---
 # Default pool definition
 Pool {
 Name = Default
 Pool Type = Backup
 Recycle = yes   # Bacula can automatically
 recycle Volumes
 AutoPrune = yes # Prune expired volumes
 Volume Retention = 365 days # one year
 }

 # File Pool definition
 Pool {
 Name = File
 Pool Type = Backup
 Recycle = yes   # Bacula can automatically
 recycle Volumes
 AutoPrune = yes # Prune expired volumes
 Volume Retention = 365 days # one year
 Maximum Volume Bytes = 50G  # Limit Volume size to something
 reasonable
 Maximum Volumes = 100   # Limit number of Volumes in Pool
 LabelFormat = BaculaBackups-
 }
 I'm going to guess it's this Pool.  I'm also going to guess that you have
 reached 100 volumes in this pool.  Please confirm

There are no volumes here, this is a fresh setup still testing - and 
I'll be darned if I'm using 5000G and didn't notice!


--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-04 Thread Mister IT Guru
On 04/01/2011 14:27, Paulo Martinez wrote:
 Am 04.01.2011 um 14:23 schrieb Mister IT Guru:
 On 04/01/2011 02:13, Dan Langille wrote:
 On 1/3/2011 4:53 PM, Mister IT Guru wrote:
 I am at a loss as to why this can occur, when I've configured
 automatic
 labellings. I get this error emailed to me when jobs are trying to
 run
 Cannot find any appendable volumes

 It's my understanding that this happens when there are no tapes
 available, but I have disk based storage. Any hints and tips would
 be
 appreciated, I can attach any requested configs.
 This happens when Bacula cannot find appendable volumes.  Disk or
 tape,
 or whatever.

 Show us the Pool resource for the pool in question.

 Below are the pool definitions that I currently have
 ---
 # Default pool definition
 Pool {
Name = Default
Pool Type = Backup
Recycle = yes   # Bacula can automatically
 recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days # one year
 }

 # File Pool definition
 Pool {
Name = File
Pool Type = Backup
Recycle = yes   # Bacula can automatically
 recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days # one year
Maximum Volume Bytes = 50G  # Limit Volume size to something
 reasonable
Maximum Volumes = 100   # Limit number of Volumes in
 Pool
LabelFormat = BaculaBackups-
 }


 # Scratch pool definition
 Pool {
Name = Scratch
Pool Type = Backup
 }


 sd's config file should have

 Device {
.
.
.
LabelMedia = yes;  # lets Bacula label unlabeled media
.
.
.
 }


 --
 PM



  LabelMedia = yes; appears in all all my device definitions, and the 
storage daemon has been reloaded, restarted, reconfigured, reloaded, and 
restarted again. :)

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-04 Thread Mark
On Tue, Jan 4, 2011 at 9:14 AM, Mister IT Guru misteritg...@gmx.com wrote:


   LabelMedia = yes; appears in all all my device definitions, and the
 storage daemon has been reloaded, restarted, reconfigured, reloaded, and
 restarted again. :)



Sorry if you've already posted it and I missed it, but what's that section
of your SD config look like?  Does the user (likely 'bacula') that the SD is
running as have rw access to the path given in your File section, and the
path exists?

Regards,
Mark
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes - But auto labeling is enabled?

2011-01-03 Thread Dan Langille
On 1/3/2011 4:53 PM, Mister IT Guru wrote:
 I am at a loss as to why this can occur, when I've configured automatic
 labellings. I get this error emailed to me when jobs are trying to run
 Cannot find any appendable volumes

 It's my understanding that this happens when there are no tapes
 available, but I have disk based storage. Any hints and tips would be
 appreciated, I can attach any requested configs.

This happens when Bacula cannot find appendable volumes.  Disk or tape, 
or whatever.

Show us the Pool resource for the pool in question.

-- 
Dan Langille - http://langille.org/

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users