Bacula-users

Re: [Bacula-users] Problem with [waiting for client to connect to storage]

2013-06-24 06:58:11
Subject: Re: [Bacula-users] Problem with [waiting for client to connect to storage]
From: Radosław Korzeniewski <radoslaw AT korzeniewski DOT net>
To: Tetteh Emmanuel <ematetteh AT ug.edu DOT gh>, bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 24 Jun 2013 12:54:28 +0200
Hello,

2013/6/24 Tetteh Emmanuel <ematetteh AT ug.edu DOT gh>

Hi

Thank you very much for the reply, kindly find my configuration of bacula-dir.conf

 

(...) 

# Client (File Services) to backup

Client {

  Name = mailsrv.ug.edu.gh-fd

  Address = 197.255.124.91

  FDPort = 9102

  Catalog = MyCatalog

  Password = 12345qwert

  File Retention = 30 days

  Job Retention = 6 months

  AutoPrune = yes

}

 

(...) 

# Definition of file storage device

Storage {

  Name = File

# Do not use "localhost" here   

  Address = 197.255.124.29               # N.B. Use a fully qualified name here

  SDPort = 9103

  Password = "12345qwert"

  Device = FileStorage

  Media Type = File

}

 


Check if you can connect from mailsrv.ug.edu.gh-fd (197.255.124.91) to 197.255.124.29 on port 9103. You can use telnet for that. If you can't connect then resolve this problem and try to backup again.


 Storage {

  Name = RegistryStorageDaemon

  Password = 12345qwert

  Address = 197.255.124.29

  SDPort = 9103

  Device = "RegistryStorage"

  Media Type = File

  Maximum Concurrent Jobs = 20

}

Client {

  Name = bacula-fd-localhost

  Password = 12345qwert

  Address = 197.255.124.29

  FDPort = 9102

  Catalog = MyCatalog

  File Retention = 30 days

  Job Retention = 6 months

}

(...)

Storage {

  Name = NocStorageDaemon

  Password = 12345qwert

  Address = 197.255.124.29

  SDPort = 9103

  Device = NocStorage

  Media Type = File

  Maximum Concurrent Jobs = 20

}

I assume that connecting from 197.255.124.29 into the same machine on port 9103 should work.

best regards
--
Radosław Korzeniewski
radoslaw AT korzeniewski DOT net
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>