[Bacula-users] [ISSUE ] Not able to find Bacula rpm for 7.4.4-2

2019-06-19 Thread Roshni Chatterjee
Hi Team , I require the baseurl/repo path ( required in /etc/yum.redpos.d/Bacula.repo) for Bacula version 7.4.4 . The following site https://bacula.org/packages/rpms contains only v9.0.0 to v9.4.3 . Previous versions are not available . Any

[Bacula-users] copying existing data to new servers, new storage device...how to avoid new full backups?

2019-06-19 Thread mark . bergman
[Bacula 9.4.1, CentOS 6 & 7 servers & clients, Postgres database.] We're moving data to a new set of storage arrays and new servers. The data is identical and the new filesystems will be mounted at different mount points, but available (via symlinks) using the same logical paths on the new & old

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Alan Brown
On 19/06/2019 19:19, Jasen Lentz wrote: > Revised... > > [3:0:2:0]tapeIBM ULT3580-TD4 C7QH /dev/st0 /dev/sg47 > [3:0:2:1]mediumx IBM 3573-TL C.20 /dev/sch0 /dev/sg48 > > Use the sg names instead? > Yes. More specificially: bacula-sd.conf Autochanger { N

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread William Muriithi
Jasen Not really related to the autochanger, but why do you prefer Centos 6 instead of Centos 7 at this time? Remember, end next year, RedHat will stop providing support for RHEL 6 and hence centos 6 will also be affected. Regards, William From: Jasen

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread William Muriithi
Hi Jasen Sorry for top posting, outlook is horrible with anything other than top posting In my experience, /dev/sch0 don't work. It should have an alternate name. [root@eng-backup01 ~]# lsscsi -g [0:2:0:0]diskDELL PERC H710P 3.13 /dev/sda /dev/sg0 [0:2:1:0]diskDE

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Jasen Lentz
Revised... [3:0:2:0]tapeIBM ULT3580-TD4 C7QH /dev/st0 /dev/sg47 [3:0:2:1]mediumx IBM 3573-TL C.20 /dev/sch0 /dev/sg48 Use the sg names instead? Jasen M. Lentz, M.Ed Lead Systems Administrator Sesco Enterprises, LLC 4977 State Route 30 East (Mailing Addre

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Jasen Lentz
That's the only place my loader appears: [3:0:2:0]tapeIBM ULT3580-TD4 C7QH /dev/st0 [3:0:2:1]mediumx IBM 3573-TL C.20 /dev/sch0 -Original Message- From: Alan Brown Sent: Wednesday, June 19, 2019 1:09 PM To: Jasen Lentz ; William Muriithi ; Heitor

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Alan Brown
On 19/06/2019 17:53, Jasen Lentz wrote: > Ok, got them installed and lin_tape completely removed. The drive is > /dev/st0 and the changer is /dev/sch0. I have a feeling I am close, but > missing something as it seems to not see the slots in my autoloader: Ignore /dev/sch0 - that's using the ch

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Heitor Faria
Hello All, >> Ok, got them installed and lin_tape completely removed. The drive is >> /dev/st0 >> and the changer is /dev/sch0. I have a feeling I am close, but missing >> something as it seems to not see the slots in my autoloader: > > Ignore /dev/sch0 - that's using the ch driver which bacul

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Jasen Lentz
Ok, got them installed and lin_tape completely removed. The drive is /dev/st0 and the changer is /dev/sch0. I have a feeling I am close, but missing something as it seems to not see the slots in my autoloader: Connecting to Director BACKUP:9101 1000 OK: 103 BACKUP-dir Version: 9.4.3 (02 May 20

Re: [Bacula-users] Files in Volume

2019-06-19 Thread Martin Simmons
That is normal: the VolFiles is a count of the number of "tape files" in the volume, not the number of files in the backup. For a disk volume, each "tape file" is 4GB. __Martin > On Wed, 19 Jun 2019 15:28:54 +0200, Andrea Brancatelli via Bacula-users > said: > > Hello, today, after yea

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Alan Brown
The st and sg drivers work fine on IBM LTO drives and robots (you need to remove lin_tape entirely) You need mt-st and mtx packages Yes, they're a bit clunky, but unless you're in a fabric you will be able to work with them without too many problems. HW that won't run EL7 must be seriously ol

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Gary R. Schmidt
On 20/06/2019 01:05, Jasen Lentz wrote: Any suggestions on what I need to install for Centos6 drivers? You should use at least Centos 7, Centos 6 went out of "Full Update" support in May 2017, and is going out of "Maintenance Support" totally in November 2020... Centos 7 goes out of support

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Jasen Lentz
Temporary solution on old HW that won't run Centos7. Believe me, if I could put 7 on it, I would have. -Original Message- From: William Muriithi Sent: Wednesday, June 19, 2019 11:14 AM To: Jasen Lentz ; Heitor Faria Cc: bacula-users Subject: Re: [Bacula-users] IBM LTO-4 TS3200 Chang

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Jasen Lentz
Any suggestions on what I need to install for Centos6 drivers? Thanks! Jasen From: Heitor Faria Sent: Wednesday, June 19, 2019 10:53 AM To: Jasen Lentz Cc: bacula-users Subject: Re: [Bacula-users] IBM LTO-4 TS3200 Changer Hello Lentz, Has anyone had any luck in getting an IBM LTO4 TS3200 auto

Re: [Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Heitor Faria
Hello Lentz, > Has anyone had any luck in getting an IBM LTO4 TS3200 autochanger working? I > have the lin_tape loaded from IBM and the devices shows up as /dev/IBMTape0 > and > /dev/IBMChanger0 Several customers in Brazil use this model. Don't use the IBM drivers. Native Debian/CentOS drivers

[Bacula-users] IBM LTO-4 TS3200 Changer

2019-06-19 Thread Jasen Lentz
Has anyone had any luck in getting an IBM LTO4 TS3200 autochanger working? I have the lin_tape loaded from IBM and the devices shows up as /dev/IBMTape0 and /dev/IBMChanger0 Thanks! ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net http

[Bacula-users] Baculum error config MaximumBandwidth

2019-06-19 Thread Wanderlei Huttel
Hello Marcin Is this a bug? (About MaximumBandwidth) Error 94: Config validation error.Array( [output] => JSON tool returned wrong exitcode. Output:bacula-dir: ERROR TERMINATION at parse_conf.c:805 Config error: expected a speed, got: 1000 : line 77, col 31 of file /etc/bacula/config_AWih9F

[Bacula-users] Files in Volume

2019-06-19 Thread Andrea Brancatelli via Bacula-users
Hello, today, after years of usage, I have suddenly realised that in a specific pool (SANBackup, it's a pool on a SAN Drive) all my Volumes report having 24 files inside. *Any* volume in the same pool. 24. Other Pools (LTO based) are ok... Any idea why, and why 24? Thanks Pool: Pomona +-

Re: [Bacula-users] Configuration difficulty

2019-06-19 Thread Heitor Faria
Hello Marcin, I was always curious about that. Pgsql only supports one auth method for a given configuration. Since Bacula Dir and Pgsql uses Peer by default, wouldn't it be easier, more user-friendly and safer if Baculum could be designed to run with the bacula Linux user? Regards, -- MSc Heitor