Bacula-users

[Bacula-users] Issue with windows-client

2008-04-29 12:57:23
Subject: [Bacula-users] Issue with windows-client
From: Sebastian Stelmasik <s.stelmasik AT it-websolutions DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 29 Apr 2008 18:35:43 +0200
Hallo,
I'm running bacula on a SLES 10 Server and have the following issue:
Bacula connects  to windows client, but has a strange  issue connecting to storage device:
  • There is a Storage for Windows-Clients on the SLES-Machine (but I get the same issue with other Storages)
Storage {
  Name = ClientBackups
# Do not use "localhost" here
  Address = backup                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "cw41jU2LGePoueBM9+XQbhx+8HovJdP/qlCp7Yt/nMEm"
  Device = ClientsStorage
  Media Type = Clients
}

  • And a Device:
Device {
  Name = ClientsStorage
  Media Type = Clients
  Archive Device = /backups/clients/
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = yes;
  Maximum Volume Size = 50G;
}
  • Here's the Windows Client:
Client {
  Name = pc-04-fd
  Address = pc-04
  FDPort = 9102
  Catalog = MyCatalog
  Password = "mFbmsN/Tq5VQYvi7Z63dAy7tFLxI6Y6sU44SmI48BaMT"          # password for FileDaemon
  File Retention = 30 days            # 30 days
  Job Retention = 2 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}
  • And Pool:
Pool {
  Name = ClientBackups
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 30 days         # one month
  Storage = ClientBackups
  Maximum Volume Jobs = 1
  Maximum Volumes = 280
  Label Format = "Clients-"
}

  • Here's the Log:
29-Apr 18:24 backup-dir JobId 108: Start Backup JobId 108, Job=PC-04.2008-04-29_18.24.04
29-Apr 18:24 backup-dir JobId 108: Created new Volume "Internal-0019" in catalog.
29-Apr 18:24 backup-dir JobId 108: Using Device "InternalStorage"
29-Apr 18:24 pc-04-fd JobId 108: Warning: ../../lib/bsock.c:123 Could not connect to Storage daemon on backup:9103. ERR=Der Vorgang wurde erfolgreich beendet.

Retrying ...


What's going wrong here?

Best regards,

Sebastian

P.S.: Linux-Clients can backup without any probs.


-- 

IT- & Websolutions Stelmasik

Pottgiesserstr. 7
45144 Essen

Phone:  +49-201-6177151
Fax:    +49-201-6177152
Mobile: +49-172-2415963

---

Die Information in dieser e-mail ist vertraulich und exklusiv fuer den Adressatenkreis bestimmt. Weiterleitung oder Kopieren, auch auszugsweise, darf nur mit ausdruecklicher Einwilligung von IT- & Websolutions Stelmasik erfolgen. In jedem Fall ist sicherzustellen, dass keinerlei inhaltliche Veraenderungen erfolgen. IT- & Websolutions Stelmasik uebernimmt keine Haftung fuer die Richtigkeit der Information in dieser e-mail noch fuer Handlungen, die auf ihrer Grundlage erfolgen.

The information provided in this e-mail is confidential and is for the sole use of the recipient. It may not be disclosed, copied or distributed in any form without the obtained permission of IT- & Websolutions Stelmasik and to the extent that it is passed on care must be taken to ensure that this is in a form which accurately reflects the information presented here. No responsibility can be accepted by  IT- & Websolutions Stelmasik for the correctness of the information provided in this e-mail nor for any action on its basis.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>