On Thursday 2017-08-24 15:54:56 زين العابدين صلاح wrote: > i get this massage :- > > unable to authenticate with Storage daemon at "bckp.uofg.edu.sd:9103". > Possible causes: > Passwords or names not the same or > Maximum Concurrent Jobs exceeded on the SD or > SD networking messed up (restart daemon). > > i want to use iscsi as storage MY SERVER is CentOS 7 . > > bacula-dir.conf:- > Storage { > Name = iscsi > Password = "12345" > Address = bckp.uofg.edu.sd > SDPort = 9103 > Device = iscsi > Media Type = File > Maximum Concurrent Jobs = 20 > } > Job { > Name = Local > Type = Backup > Level = Incremental > Client = bckp.uofg.edu.sd-fd > FileSet = "Full Set" > Schedule = WeeklyCycle > Device = iscsi > Media Type = File > Maximum Concurrent Jobs = 20 > } > Job { > Name = Local > Type = Backup > Level = Incremental > Client = bckp.uofg.edu.sd-fd > FileSet = "Full Set" > Schedule = WeeklyCycle > Storage = iscsi > Pool = Default > Messages = Standard > } > > > > > > > bacula-sd.conf:- > > Device { > Name = iscsi > Archive Device = /mnt/bacula/backup > Media Type = File > LabelMedia = yes > Random Access = yes > AutomaticMount = yes > RemovableMedia = no > AlwaysOpen = yes > }
Do you also have Storage and Director sections inside your bacula-sd.conf file? In case you don't, you will have to add them. Storage inside bacula-sd.conf section will define the listening IP, port and other storage parameters while Director section will define the password the specific director is going to use when it is connecting to that storage. This will be the same password you are using in the bacula-dir.conf in the Storage section. This image might help: http://www.bacula.org/7.4.x-manuals/en/images/Conf-Diagram.png -- Josip Deanovic ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users