I’ve configured bacula, but having a few problems. We have a TB software raid array configured in linux (2.6.17.4 slackware 10.2), that I’m trying to set as storage space for bacula. Its mounted by the OS in /mnt/storage

 

Device {

  Name = raid

  Media Type = File

  Archive Device = /mnt/storage

  AutomaticMount = yes

  Random Access = Yes

RemovableMedia = no

AlwaysOpen = no

}

 

I’ve tried putting both the device in there and the mount directory – each time I get a ‘Device is not open or does not exist’ error when asking status backup-sd in bconsole. All backups fail as it can’t open the device. I have matching details in dir. I’ve even tried adding the device as requiring mount (and umounting It beforehand), but sd wouldn’t even start even though I’d essentially copied from the example config.

 

Even if I list another example from the example…

 

Device {

  Name = FileStorage

  Media Type = File

  Archive Device = /tmp

  LabelMedia = yes;                   # lets Bacula label unlabeled media

  Random Access = Yes;

  AutomaticMount = yes;               # when device opened, read i

  RemovableMedia = no;

  AlwaysOpen = no;

}

 

I still get Device status:

Device "FileStorage" (/tmp) is not open or does not exist.

 

Now I know for a fact that tmp exists and is 1777 – so something is up with bacula.

 

Any ideas?

 

Martin

 

___________________________________________________________________________________________________

The questions remain the same. The answers are eternally variable.

 

Martin J. Green

Systems Administrator

Altien Ltd

 

T: (0870) 241 7386

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to