|
From: ganiuszka <gan...@gm...> - 2012-09-06 03:38:59
|
W dniu 06.09.2012 00:37, Simon Tyler pisze: > Hello, > > I'm having some issues with bacula. > > This is a new install, I have not used bacula before. So far I've > successfully backed up from a client to a file on the bacula server, now > I'm trying to get autoloader working so I can backup to tape. I want to > make it so all tapes or Volumes are a member of Default Pool. > > I'm trying to label tapes and set them up so they're available in a Pool > for backups. It appears that two slots are not recognized as containing > bacula tapes and I'm not sure how to fix that. I think almost all of the > tapes were used in our previous backup solution, so I don't know why > these two slots are misbehaving. If I try the "label barcodes" command, > it offers to label slots 1-6, and 8, but not the tapes in mystery slots > 6 and 7. > > Please let me know if I can supply more information, or if I should be > posting somewhere else. Hi, It means that probably there is problem with reading tape labels in slots 6 and 7. Are you sure that tapes in slots 6 and 7 have sticked correct labels? Could you show us output from below commands? mtx -f /dev/sgX status (/dev/sgX is special file of changer device) and from mtx-changer Bacula script: mtx-changer /dev/sgX list (/dev/sgX is special file of changer device). Regards. gani |