Bacula-users

[Bacula-users] Assign Multiple IPs

2011-12-21 16:14:33
Subject: [Bacula-users] Assign Multiple IPs
From: DMS <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 21 Dec 2011 13:12:21 -0800
Okay, adding the multiple IPs has the director restarting correctly, but breaks 
everything else. BAT cannot connect to it, and neither can the webmin add-on. 

So going from:

Director {                            # define myself
  Name = ubunback-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/etc/bacula/scripts/query.sql"
  WorkingDirectory = "/var/lib/bacula"
  PidDirectory = "/var/run/bacula"
  Maximum Concurrent Jobs = 1
  Password = "****************************"         # Console password
  Messages = Daemon
  DirAddress = 192.9.200.97
}

to:

Director {                            # define myself
  Name = ubunback-dir
#  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/etc/bacula/scripts/query.sql"
  WorkingDirectory = "/var/lib/bacula"
  PidDirectory = "/var/run/bacula"
  Maximum Concurrent Jobs = 1
  Password = "****************************"         # Console password
  Messages = Daemon
  DirAddresses = {
       ip = { addr = 192.9.200.97; port = 9101 }
       ip = { addr = 10.128.50.8; port = 9101 }
       }
}

will still have the director restart just fine, but break everything else. 

Any help would be greatly appreciated.

+----------------------------------------------------------------------
|This was sent by rmcgee AT teamdms DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users