Hello Felix,

unfortunately the info you provide will not help us to analyze your problem.

Please make the storage daemon write a trace file, you find how to do this here:
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-26900024.2

The trace file will hopefully give a hint what happens to your sd.


Best regards,

Philipp

Am 17.04.2015 um 09:05 schrieb Felix Baier:
Hi all,

I am running Bareos on Windows Server 2008 with the latest release of Bareos.
My Problem is that bareos-sd service stopped after some time.



My bareos-sd config:

#
# Default Bareos Storage Daemon Configuration file
#
#  For Bareos release 14.1.0.git.1404640765-779.1 (07/06/14) -- Windows 
@DISTVER@
#
# You may need to change the name of your tape drive
#   on the "Archive Device" directive in the Device
#   resource.  If you change the Name and/or the
#   "Media Type" in the Device resource, please ensure
#   that dird.conf has corresponding changes.
#

Storage {                             # definition of myself
   Name = backup2-sd
   Maximum Concurrent Jobs = 20

   # remove comment in next line to load plugins from specified directory
   # Plugin Directory = C:/Program Files/Bareos/Plugins
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
   Name = backup2-dir
   Password = "#########################"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
   Name = backup2-mon
   Password = "#########################"
   Monitor = yes
}

#
# Devices supported by this Storage daemon
# To connect, the Director's bareos-dir.conf must have the same Name and 
MediaType.
#
Device {
   Name = FileStorage#####
   Media Type = File
   Archive Device = G:/bareos-storage
   LabelMedia = yes;
   Random Access = Yes;
   AutomaticMount = yes;
   RemovableMedia = no;
   AlwaysOpen = no;
}

Device {
   Name = FileStorage#####
   Media Type = File
   Archive Device = H:/bareos-storage/#####
   LabelMedia = yes;                   # lets Bareos label unlabeled media
   Random Access = Yes;
   AutomaticMount = yes;               # when device opened, read it
   RemovableMedia = no;
   AlwaysOpen = no;
}

Device {
   Name = FileStorageVerwaltung
   Media Type = File
   Archive Device = H:/bareos-storage/#####
   LabelMedia = yes;                   # lets Bareos label unlabeled media
   Random Access = Yes;
   AutomaticMount = yes;               # when device opened, read it
   RemovableMedia = no;
   AlwaysOpen = no;
}

#
# Send all messages to the Director,
# mount messages also are sent to the email address
#
Messages {
   Name = Standard
   director = backup2-dir = all
}



--
Mit freundlichen Grüßen

 Philipp Storz                             [email protected]
 Bareos GmbH & Co. KG                      Phone: +49 221 63 06 93-92
 http://www.bareos.com                     Fax:   +49 221 63 06 93-10

 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
 Geschäftsführer: Stephan Dühr, M. Außendorf,
 J. Steffens, P. Storz, M. v. Wieringen

--
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.

Reply via email to