Re: [Bacula-users] Failed to connect to Storage Daemon.

2016-11-10 Thread Francisco Javier Funes Nieto
Yes, The SD Definition in DIR.conf was incorrect (typo in the port). Now works but... now I've scsi errors in the External Tape... This weeken I'll move the server to another hardware with enough room for an internal SAS tape drive. Thank you! 2016-11-10 22:26 GMT+01:00 Dan Langille : > Fixed?

Re: [Bacula-users] Failed to connect to Storage Daemon.

2016-11-10 Thread Dan Langille
Fixed? -- Dan Langille - BSDCan / PGCon d...@langille.org -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio

Re: [Bacula-users] Failed to connect to Storage Daemon.

2016-11-02 Thread Clark, Patti
You have port 9102 vs 9103 in your configuration. The SD listens on 9103. Patti Clark Linux System Administrator R&D Systems Support Oak Ridge National Laboratory From: Francisco Javier Funes Nieto Date: Tuesday, November 1, 2016 at 1:58 PM To: bacula-users Subject: [Bacula-users] Faile

Re: [Bacula-users] Failed to connect to Storage Daemon.

2016-11-02 Thread Ana Emília M . Arruda
Hi Francisco, Are you using port 9102 for this storage device? Storage { Name= LocalTape Address = betelgeuse.canonigos.es SDPort = 9102 Password= "kk" Device = HP920LTO3 Media Type = LT

[Bacula-users] Failed to connect to Storage Daemon.

2016-11-01 Thread Francisco Javier Funes Nieto
Hi all, Nov 1, doing my copy to tape jobs at office following the D2D2T aprox. I run Bacula 7.4.4 in FreeBSD 10.3 based server with TLS. The Storage Daemon has two Devices: LocalChgr, a virtual autochanger device with five devices poiting to /bacula/volumes (ZFS) LocalTape, an external Ultrium

Re: [Bacula-users] Failed to Connect to Storage daemon File

2013-12-06 Thread Radosław Korzeniewski
Hello, 2013/12/4 Ana Emília M. Arruda > Hi Richard, > > There are some mistakes about the storage definition in your confs. > Considering you have an autochanger, I will put here a suggestion: > > bacula-dir.conf: > > Storage { > Name = micd3.gbr.hp.com-sd > Address = micd3.gbr.hp.com

Re: [Bacula-users] Failed to Connect to Storage daemon File

2013-12-04 Thread Juraj Sakala
Are you able to resolve micd3.gbr.hp.com-sd to IP. For example wit nslookup? Replace the name with IP address, restart director and storage daemon. Is the storage daemon running? Is there any interesting logs in log file? On 12/04/2013 05:22 PM, Prout, Richard Alun wrote: > Hi, > > > > I am

Re: [Bacula-users] Failed to Connect to Storage daemon File

2013-12-04 Thread Ana Emília M . Arruda
Hi Richard, There are some mistakes about the storage definition in your confs. Considering you have an autochanger, I will put here a suggestion: bacula-dir.conf: Storage { Name = micd3.gbr.hp.com-sd Address = micd3.gbr.hp.com# here is your host name where is your bacula-sd