Hello all. I have been troubleshooting some backup issues with a new company. It seems that all of the servers except for the Windows Servers are backing up with out issue.
I am unable to connect through the bconsole-3client-to two of the servers. I have confirmed that the ports are open on the Windows Server and that Windows server can communicate with the BareOS server over 9101-9103. Password matches between the files. In webui this is what shows for details on the job. JobId 5725: Fatal error: Unable to authenticate with File daemon at "servername:9102". Possible causes: Passwords or names not the same or Maximum Concurrent Jobs exceeded on the FD or FD networking messed up (restart daemon). Please see http://doc.bareos.org/master/html/bareos-manual-main-reference.html#AuthorizationErrors for help. File Daemon: # # Default Bareos File Daemon Configuration file # # For Bareos release 15.2.2-37.1 (12/04/15) -- Windows @DISTVER@ # # You have to add this client to the Bareos director (bareos-dir.conf, Client resource). # In this file (bareos-fd.conf) you have to # configure the Bareos director name and # set the corresponding password for this client. # FileDaemon { # definition of myself Name = xxx-fd Maximum Concurrent Jobs = 20 # remove comment from "Plugin Directory" to load plugins from specified directory. # if "Plugin Names" is defined, only the specified plugins will be loaded, # otherwise all storage plugins (*-fd.so) from the "Plugin Directory". # # Plugin Directory = "C:/Program Files/Bareos/Plugins" # Plugin Names = "" # if compatible is set to yes, we are compatible with bacula # if set to no, new bareos features are enabled which is the default # compatible = yes } # # List Directors who are permitted to contact this File daemon # Director { Name = xxx-dir Password = "xxx" } # # Restricted Director, used by tray-monitor to get the # status of the file daemon # Director { Name = xxx-mon Password = "xxx" Monitor = yes } # Send all messages except skipped files back to Director Messages { Name = Standard director = server-dir = all, !skipped, !restored } ********************************************************************************** Client { Name = client-fd Address = server.domain.com Password = "xxx" File Retention = 50 days # 50 days Job Retention = 6 months # six months AutoPrune = yes # Prune expired Jobs/Files } Job { Name = accounting_job Client = server-fd JobDefs = NFS_windows FileSet = "windows_accounting files" } Job { Name = server_all_job Client = server-fd JobDefs = NFS_windows FileSet = "Windows All Drives" ********************************************************************************* -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
