linux - Bacula - Director unable to authenticate with Storage daemon -
i'm trying stay sane while configuring bacula server on virtual centos linux release 7.3.1611 basic local backup job.
i prepared configurations found necessary in conf-files , prepared mysql database accordingly.
when want start job (local backup now) enter following commands in bconsole:
*connecting director 127.0.0.1:9101 1000 ok: bacula-dir version: 5.2.13 (19 february 2013) enter period cancel command. *label automatically selected catalog: mycatalog using catalog "mycatalog" automatically selected storage: file enter new volume name: myvolume defined pools: 1: default 2: file 3: scratch select pool (1-3): 2
this returns
connecting storage daemon file @ 127.0.0.1:9101 ... failed connect storage daemon. not forget mount drive!!! have messages.
where message is:
12-sep 12:05 bacula-dir jobid 0: fatal error: authenticate.c:120 director unable authenticate storage daemon @ "127.0.0.1:9101". possible causes: passwords or names not same or maximum concurrent jobs exceeded on sd or sd networking messed (restart daemon). please see http://www.bacula.org/en/rel-manual/bacula_freque_asked_questi.html#section00260000000000000000 help.
i double , triple checked conf files integrity , names , passwords. don't know further error.
i gladly post parts of conf files don't want blow question right away if might not necessary. thank hints.
it might sometime made same mistake i:
after looking through manual page after manual page found own mistake. had (for reason don't precisely recall, guess trouble-shoot issue before) set ports 9101 - director, file-daemon , storage daemon.
so assume bacula components must have blocked each other's communication on port 9101. after resetting default ports 9102, 9103 according manual, worked , can backup locally.
Comments
Post a Comment