Hi Evelyne,
From the manual :
*My Catalog is Full of Test Runs, How Can I Start Over? * If you are using MySQL do the following:
cd <bacula-source>/src/cats
./drop_mysql_tables
./make_mysql_tables
If you are using SQLite, do the following:
Delete bacula.db from your working directory.
cd <bacula-source>/src/cats
./drop_sqlite_tables
./make_sqlite_tables
Then write an EOF on each tape you used with *Bacula* using:
mt -f /dev/st0 rewind
mt -f /dev/st0 weof
where you need to adjust the device name for your system.
Ludovic
Evelyne Cangini wrote:
Hello,
I use an Exabyte EZ17 autoloader.7 tapes. I tested it. All was OK.
I cleaned the database (drop_bacula_tables + make_bacula_tables) after testing and I run a first job.
The bconsole command status dir displays the message waiting for an appendable Volume
The label commande fails because the tape has already be labeled during the precedent tests.
The bconsole command status storage displays the message Device is BLOCKED waiting for appendable media.
How can I unblock the device and append the Volume ?
During my tests, the Volume was automatically appended with the label command, which doesn't work now.
Thanks in advance.
Evelyne
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
