Re: [Bacula-users] Director not open port 9101

2013-05-22 Thread Michael Namaiandeh
To confirm the daemon is running, can you run the following command:

1. netstat -pant | grep bacula

As for the open port, how is iptables configured?
Open your iptables conf file:
2. vi /etc/sysconfig/iptables
Add the following line

-A INPUT -p tcp -m state -m tcp --dport 9101 --state NEW -j ACCEPT

Restart iptables
3. service iptables restart

4. Verify the daemon is running and port is open on one of your clients.
5. Kick off a backup job for the client from step #4 and see if it runs.
 On Bacula director server:   
 watch 'netstat -pant | grep bacula'




-Original Message-
From: stepanoff [mailto:bacula-fo...@backupcentral.com] 
Sent: Wednesday, May 22, 2013 9:56 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Director not open port 9101

The daemon is started, but the port is not open. In debug it:

root@ns:/var/db/bacula # bacula-dir -d700 -v -f -c 
/usr/local/etc/bacula-dir.conf -u bacula -g bacula
bacula-dir: dird.c:198-0 Debug level = 700
bacula-dir: lex.c:184-0 Open config file: /usr/local/etc/bacula-dir.conf
bacula-dir: lex.c:184-0 Open config file: /usr/local/etc/bacula-dir.conf
bacula-dir: runscript.c:50-0 runscript: creating new RUNSCRIPT object
bacula-dir: runscript.c:196-0 runscript: setting command = 
/usr/local/share/bacula/make_catalog_backup.pl MyCatalog
bacula-dir: runscript.c:213-0 runscript: setting target =
bacula-dir: runscript.c:296-0 runscript: debug
bacula-dir: runscript.c:297-0  -- RunScript
bacula-dir: runscript.c:298-0   -- 
Command=/usr/local/share/bacula/make_catalog_backup.pl MyCatalog
bacula-dir: runscript.c:299-0   -- Target=
bacula-dir: runscript.c:300-0   -- RunOnSuccess=1
bacula-dir: runscript.c:301-0   -- RunOnFailure=0
bacula-dir: runscript.c:302-0   -- FailJobOnError=1
bacula-dir: runscript.c:303-0   -- RunWhen=2
bacula-dir: runscript.c:50-0 runscript: creating new RUNSCRIPT object
bacula-dir: runscript.c:196-0 runscript: setting command = 
/usr/local/share/bacula/delete_catalog_backup
bacula-dir: runscript.c:213-0 runscript: setting target =
bacula-dir: runscript.c:296-0 runscript: debug
bacula-dir: runscript.c:297-0  -- RunScript
bacula-dir: runscript.c:298-0   -- 
Command=/usr/local/share/bacula/delete_catalog_backup
bacula-dir: runscript.c:299-0   -- Target=
bacula-dir: runscript.c:300-0   -- RunOnSuccess=1
bacula-dir: runscript.c:301-0   -- RunOnFailure=0
bacula-dir: runscript.c:302-0   -- FailJobOnError=1
bacula-dir: runscript.c:303-0   -- RunWhen=1
bacula-dir: dird.c:735-0 Job BackupCatalog, field type: getting default.
bacula-dir: dird.c:785-0 Job BackupCatalog, field type def_ivalue=66 item 2 
offset=100
bacula-dir: dird.c:735-0 Job BackupCatalog, field messages: getting default.
bacula-dir: dird.c:757-0 Job BackupCatalog, field messages item 4 offset=268
bacula-dir: dird.c:735-0 Job BackupCatalog, field storage: getting default.
bacula-dir: dird.c:735-0 Job BackupCatalog, field pool: getting default.
bacula-dir: dird.c:757-0 Job BackupCatalog, field pool item 6 offset=288
bacula-dir: dird.c:735-0 Job BackupCatalog, field client: getting default.
bacula-dir: dird.c:757-0 Job BackupCatalog, field client item 10 offset=276
bacula-dir: message.c:503-0 Close_msg jcr=0
bacula-dir: message.c:346-0 Copy message resource 28c7b498 to 28c27c18
bacula-dir: bsys.c:556-0 Could not open state file. sfd=-1 size=188: 
ERR=#1053;#1077;#1090; #1090;#1072;#1082;#1086;#1075;#1086; 
#1092;#1072;#1081;#1083;#1072; #1080;#1083;#1080; 
#1082;#1072;#1090;#1072;#1083;#1086;#1075;#1072;
bacula-dir: dir_plugins.c:160-0 Load dir plugins
bacula-dir: dir_plugins.c:162-0 No dir plugin dir!
bacula-dir: mysql.c:709-0 db_init_database first time
bacula-dir: mysql.c:177-0 mysql_init done
bacula-dir: mysql.c:202-0 mysql_real_connect done
bacula-dir: mysql.c:204-0 db_user=bacula db_name=bacula db_password=
bacula-dir: mysql.c:388-0 db_sql_query starts with SELECT VersionId FROM Version
bacula-dir: mysql.c:398-0 db_sql_query succeeded. checking handler
bacula-dir: mysql.c:422-0 db_sql_query finished
bacula-dir: mysql.c:227-0 opendb ref=1 connected=1 db=28cea0e0
bacula-dir: mysql.c:435-0 sql_query starts with 'SET wait_timeout=691200'
bacula-dir: mysql.c:450-0 we have a result
bacula-dir: mysql.c:466-0 we have 0 rows
bacula-dir: mysql.c:435-0 sql_query starts with 'SET interactive_timeout=691200'
bacula-dir: mysql.c:450-0 we have a result
bacula-dir: mysql.c:466-0 we have 0 rows
bacula-dir: mysql.c:388-0 db_sql_query starts with SHOW VARIABLES LIKE 
'max_connections'
bacula-dir: mysql.c:398-0 db_sql_query succeeded. checking handler
bacula-dir: mysql.c:422-0 db_sql_query finished
bacula-dir: mysql.c:435-0 sql_query starts with 'SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default''
bacula-dir: mysql.c:450-0 we have a result
bacula-dir: mysql.c:455-0 we 

Re: [Bacula-users] Multiplexing jobs

2013-05-15 Thread Michael Namaiandeh
That sounds like I'd have to run 2 tasks for every 1 backup job.
The first job to migrate the backup to a staging area. The second one to write 
the data to its final location  (in my case, a tape drive).
Is it possible to run multiple backup jobs to the same tape drive in parallel?


-Original Message-
From: pietersnld [mailto:pieters...@users.sourceforge.net] 
Sent: Wednesday, May 15, 2013 2:02 AM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Multiplexing jobs

Use different devices on your storage daemon so backups can run parallel.
After your backups migrate the backups on the storage daemon to your final 
location. Works for me. In this way I can run 3 jobs the same time.

Pieter



--
View this message in context: 
http://bacula.10910.n7.nabble.com/Multiplexing-jobs-tp75451p75454.html
Sent from the Bacula - Users mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete 
security visibility with the essential security capabilities. Easily and 
efficiently configure, manage, and operate all of your security controls from a 
single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Multiplexing jobs

2013-05-15 Thread Michael Namaiandeh
Thanks, John. That seems to be working as expected. So far, I've been able to 
run at least 4 jobs simutaneously.



 Is it possible to run multiple backup jobs to the same tape drive in parallel?


Yes. I typically run 5 jobs at a time to a single tape drive in my autochanger. 
You need to add Maximum Concurrent Jobs to at minimum the Director and 
storage resources of bacula-dir.conf. If you want more than 1 job running on 
the same client you should add that to the client resource in bacula-dir.conf. 
Also remember that concurrency on the same device can not work if you have 
different priorities or specify a different pool for each job.

John

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Multiplexing jobs

2013-05-14 Thread Michael Namaiandeh
Hi Bacula Community,

I am running Bacula 5.0.2 on a CentOS 5.9 box. I have a number of backups that 
run every night but I noticed that Bacula seems to run one backup job at a 
time. This makes my backup time longer than I would like. How do I configure 
bacula to run multiple jobs at the same time? Is there a limit on max 
simultaneous running backup jobs?

Mike


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows client backup: VSS and/or ntbackup?

2013-03-21 Thread Michael Namaiandeh
How about dedupe/base jobs as well?

On Mar 21, 2013, at 12:09 PM, Chris Adams cmad...@hiwaay.net wrote:

 Once upon a time, Christoph Litauer lita...@uni-koblenz.de said:
 This works but has two ceveats: ntbackup runs several minutes even on an 
 unused system and the resulting backup is severeal gb every day.
 
 It sounds like you are not excluding things you should exclude.  An
 incremental backup of an unused system should not be several GB/day.
 
 Something like this should help (but remember that changing the
 include/exclude will cause the next backup to be promoted to a full
 backup):
 
  Options {
# Windows is case-preserving, NOT case-sensitive
Ignore Case = yes
Exclude = yes
 
# general Windows stuff
wilddir = c:/Windows/$NtServicePackUninstall$
wilddir = c:/Windows/$NtUninstall*
wilddir = c:/Windows/Installer/$PatchCache$
wilddir = c:/Windows/ServicePackFiles
wilddir = c:/Windows/SoftwareDistribution/Download
wilddir = c:/Windows/Temp
 
# per drive
wilddir = [a-z]:/$Recycle.Bin
wilddir = [a-z]:/RECYCLER
wilddir = [a-z]:/System Volume Information
wilddir = [a-z]:/pagefile.sys
  }
 
 The biggest things that will hit incremental backups of unused systems
 are the last two in the list.  The System Volume Information directory
 is where VSS information is stored, so it can be large during the
 backup.  Also, any activity (such as running ntbackup) can cause changes
 in pagefile.sys, which will cause the whole file to be included in the
 backup (and it can also be big).
 
 Now, I have a question of my own related to this: ntbackup is gone in
 newer versions of Windows.  What are people using to do the equivalent
 of ntbackup backup systemstate there?
 -- 
 Chris Adams cmad...@hiwaay.net
 Systems and Network Administrator - HiWAAY Internet Services
 I don't speak for anybody but myself - that's enough trouble.
 
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula: Data deduplication -- Base jobs

2013-03-04 Thread Michael Namaiandeh
Hi all-

I would like to configure my Bacula install to use data de-dup. I understand 
that this is accomplished by setting Base jobs but does anyone know where I 
can find a tutorial on how to implement Base jobs. I saw the explanation here: 
http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_5_0_0.html but 
any additional assistance would be greatly appreciated. Thanks.

Mike

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Upgrade Bacula

2013-02-22 Thread Michael Namaiandeh
Hi all-

I am looking for a tutorial on how to upgrade my Bacula install from 5.0.2 to 
5.2.13 on a CentOS 5.9 box.  I am also looking on how to upgrade Bacula and 
preserve my config (Catalogs, Pool definitions, etc). Any guidance would be 
greatly appreciated. Thanks in advance.

Mike

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Delete Backup files from Scratch pool

2012-11-15 Thread Michael Namaiandeh
Hi there Bacula community,

I have noticed a growing number of files appearing in my Scratch pool.  The 
files are also marked as purged.  It would be safe to delete the files from the 
file system at this point. My question is: Is there an easy way to delete these 
backup files in my scratch pool since they are no longer needed? Thanks.

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Retention vs Job Policy -- In Bacula

2012-10-24 Thread Michael Namaiandeh
Can someone please explain to me what is the difference between Retention 
Policy and Job Policy?
Currently, I have a retention policy of 2 months and a job policy of 13 days.

Also, is there a way to auto purge backup files after they are no longer needed?
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Backing up to file - Data Retention

2012-10-23 Thread Michael Namaiandeh
Hi Bacula community,

I am currently backing up servers to file(s) then backing the backup files to 
tape.  However; I am having an issue with the disk space where the backup files 
are stored. I would like to purge all the backup files if necessary and reclaim 
the space for future backup jobs but I am concerned that my existing backup 
jobs will fail if I delete those jobs. Can I delete the backup files after they 
have been used? How will that affect any current/existing backup jobs?

Mike
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BarCode Generator

2012-08-23 Thread Michael Namaiandeh
http://www.tapeandmedia.com



On Aug 23, 2012, at 8:59 AM, Horacio Lo Brutto jorix...@gmail.com wrote:

 Hi list!
 
 I was looking for any kind soul who knows how to get the BarCodes
 printed in my LTO5 cartdriges! Its proving difficult to get it done!.
 Any of you who knows a site / tool to do it?
 
 BTW, Searching another stuff on google I found that TS3100 (IBM Tape
 Drive with Auto Changer) works just fine with Bacula (as per the posts
 I've read) so wanted to say that out loud since I asked last week.
 
 
 Thanks a lot in advance !
 
 -- 
 -Jorixine-
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula refusing to use existing tape and wants to label a fresh one

2012-08-10 Thread Michael Namaiandeh
I'm having a similar issue.  I purchased some new tapes but don't see them in 
Bat or Bconsole.  I put them into the drive and I suspected they would default 
to the Scratch Media Pool but no such luck.

Thanks!

Regards,
Michael

From: Eric Chennells [mailto:e...@zymeworks.com]
Sent: Friday, August 10, 2012 12:03 PM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula refusing to use existing tape and wants to label 
a fresh one

I have this problem on one of my tape drives, it is a single drive, no 
autoloader.

The job is partially completed and it needs a new tape, and it requests for me 
to label a new one.  I have a tape that as far as I can see is perfect for the 
job, right pool, purged, yet when I mount it bacula just keeps telling me to 
label a new one.

I suspect I must have a configuration problem but am not sure where to look.

Thanks for any help,


-
10-Aug 08:28 whatever.lan-sd JobId 10649: Job Archive.2012-08-09_10.59.32_30 is 
waiting. Cannot find any appendable volumes.
Please use the label command to create a new Volume for:
Storage:  whatever.lan-internal-tape 
(/dev/tape/by-id/scsi-3500110a0011ad17e-nst)
Pool: ArchivePool
Media type:   LTO-4
-

Listing from list media,  the tape is in the correct ArchivePool.
-
| mediaid | volumename | volstatus | enabled | volbytes  | volfiles | 
volretention | recycle | slot | inchanger | mediatype | lastwritten |
|  88 | ZW1078L4   | Purged|   1 |   817,155,742,720 |  111 |  
630,720,000 |   0 |0 | 0 | LTO-4 | 2012-05-12 18:03:46 |
-

Bacula sd configuration file:
-
Storage {
 Name  = whatever.lan-sd
 SDPort= 9103
 WorkingDirectory  = /var/lib/bacula
 Pid Directory = /var/run
 Maximum Concurrent Jobs = 40
}

Director {
 Name  = whatever.nothing-dir
 Password  = 
}


Device {
 Name  = whatever.lan-internal-tape
 Description   = HP Ultrium StorageWorks 1840
 Device Type   = Tape
 Media Type= LTO-4
 Archive Device= 
/dev/tape/by-id/scsi-3500110a0011ad17e-nst

 AlwaysOpen= yes
 RemovableMedia= yes
 RandomAccess  = no

 # Allow 800MB of spooling
 Spool Directory  = /mnt/localDrive/spool
 Maximum Spool Size = 880110
 Maximum block size= 131072

 # The following options allow tape requests to be handled 
without
 # interaction on the console.  When a new tape is needed, the 
current
 # one will be ejected.  The drive will be polled until the 
requested
 # tape is entered.
 Offline On Unmount= Yes
 Close on Poll = Yes
 Maximum Open Wait = 1 day
 AutomaticMount= Yes
 Volume Poll Interval  = 15 minutes

 # Enable the Alert command only if you have the mtx package 
loaded
 Alert Command = sh -c 'tapeinfo -f /dev/sg0 |grep 
TapeAlert|cat'
}
-


Notice of Confidentiality: The information transmitted is intended only for the
person or entity to which it is addressed and may contain confidential and/or
privileged material. Any review, re-transmission, dissemination or other use of
or taking of any action in reliance upon this information by persons or entities
other than the intended recipient is prohibited. If you received 

Re: [Bacula-users] Bacula refusing to use existing tape and wants to label a fresh one

2012-08-10 Thread Michael Namaiandeh
Eric,

Here's how you label a tape.


1.  Open bconsole

2.  Type update slots

3.  Select your tape drive

4.  It should tell you something like Volume x was not found in 
catalog. Slot=xy InChanger set to zero

5.  Type label and select your tape drive where the tape is located.

6.  Enter the slot number from step #4. IE: Slot=xy.  Whatever value xy is.

7.  Enter the correct name for the tape. If it's barcoded then the give it 
the name of the barcode.

8.  Finally, select the pool you want to assign the tape to.


Thanks!

Regards,
Michael

From: Eric Chennells [mailto:e...@zymeworks.com]
Sent: Friday, August 10, 2012 12:03 PM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula refusing to use existing tape and wants to label 
a fresh one

I have this problem on one of my tape drives, it is a single drive, no 
autoloader.

The job is partially completed and it needs a new tape, and it requests for me 
to label a new one.  I have a tape that as far as I can see is perfect for the 
job, right pool, purged, yet when I mount it bacula just keeps telling me to 
label a new one.

I suspect I must have a configuration problem but am not sure where to look.

Thanks for any help,


-
10-Aug 08:28 whatever.lan-sd JobId 10649: Job Archive.2012-08-09_10.59.32_30 is 
waiting. Cannot find any appendable volumes.
Please use the label command to create a new Volume for:
Storage:  whatever.lan-internal-tape 
(/dev/tape/by-id/scsi-3500110a0011ad17e-nst)
Pool: ArchivePool
Media type:   LTO-4
-

Listing from list media,  the tape is in the correct ArchivePool.
-
| mediaid | volumename | volstatus | enabled | volbytes  | volfiles | 
volretention | recycle | slot | inchanger | mediatype | lastwritten |
|  88 | ZW1078L4   | Purged|   1 |   817,155,742,720 |  111 |  
630,720,000 |   0 |0 | 0 | LTO-4 | 2012-05-12 18:03:46 |
-

Bacula sd configuration file:
-
Storage {
 Name  = whatever.lan-sd
 SDPort= 9103
 WorkingDirectory  = /var/lib/bacula
 Pid Directory = /var/run
 Maximum Concurrent Jobs = 40
}

Director {
 Name  = whatever.nothing-dir
 Password  = 
}


Device {
 Name  = whatever.lan-internal-tape
 Description   = HP Ultrium StorageWorks 1840
 Device Type   = Tape
 Media Type= LTO-4
 Archive Device= 
/dev/tape/by-id/scsi-3500110a0011ad17e-nst

 AlwaysOpen= yes
 RemovableMedia= yes
 RandomAccess  = no

 # Allow 800MB of spooling
 Spool Directory  = /mnt/localDrive/spool
 Maximum Spool Size = 880110
 Maximum block size= 131072

 # The following options allow tape requests to be handled 
without
 # interaction on the console.  When a new tape is needed, the 
current
 # one will be ejected.  The drive will be polled until the 
requested
 # tape is entered.
 Offline On Unmount= Yes
 Close on Poll = Yes
 Maximum Open Wait = 1 day
 AutomaticMount= Yes
 Volume Poll Interval  = 15 minutes

 # Enable the Alert command only if you have the mtx package 
loaded
 Alert Command = sh -c 'tapeinfo -f /dev/sg0 |grep 
TapeAlert|cat'
}
-


Notice of Confidentiality: 

[Bacula-users] Bacula smartctl

2012-08-08 Thread Michael Namaiandeh
Stupid question: I have installed smartmontools on the Bacula Director server 
but how do I tell Bacula where the path to smartctl is? Bacula is still trying 
to execute the smartctl command but can't seem to locate it.

Thanks!

Regards,
Michael

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula - Error Code 127

2012-08-07 Thread Michael Namaiandeh
I am receiving the following error message (Copy Error):



Error: block.c:275 Volume data error at 0:1000323284! Wanted ID: BB02, got 
. Buffer discarded.

Alert: sh: smartctl: command not found

3997 Bad alert command: sh -c 'smartctl -H -l error /dev/sg4': ERR=Child exited 
with code 127.

This only occurs for some of my servers.  Any assistance in resolving these 
error messages would be greatly appreciated.

Thanks!

Regards,
Michael

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Backing up vmware-based virtual machines using Bacula

2012-08-07 Thread Michael Namaiandeh
Hi everyone,

I have another question about Bacula. This time it's regarding a vmware 
environment. I would like to have Bacula backup some VM's that I have on ESX 
machines. I know this is typically done (with other backup software such as 
BackupExec) via snapshots. You would set up a service account in Active 
Directory called BackupExec and configure BackupExec to create a snapshot of 
a given server and then copy that snapshot to tape.  My question is: Is there a 
way to do this in Bacula?

Thanks!

Regards,
Michael

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users