Hi,
On Sun, Jun 03, 2001 at 03:41:15PM -0500, Gene Heskett wrote:
> Hi all;
>
> I've been lurking for about a day, but haven't seen any messages that
> relate to my problem.
>
> Specifically, even though I've recompiled amanda with the changer device
> (/dev/sg/2) defined, no amanda tape utils can find the changer.
Hmm, can you give some more Infos, whcih OS, which amanda-version
>
> I can run it just fine with mtx.
>
> Also, it seem every version of the scripts in changer-src has their own
> idea of where the config files should be, can't this be consolidated,
> I've now got amanda stuffs in 8 or 9 different directories!
Ups, the syntax might be different, but you can keep all config files in
one directory ..
>
> The changer is a Seagate 4586NP, brand new, and I sure could use some
> hand-holding till I get the feel of how and what this program is doing.
>
OK lets try it. If you have a linux/bsd system you can try to get the
development version of amanda 2.5.0 and use the chg-scsi prgramm from there.
(this version is available through CVS, see www.amanda.org)
After compiling but not installaing this version you can try to run
cd to_your_amanda_conifg_directory
/path_to_the_source/changer-src/chg-scsi -genconf
If this works you can copy the chg-scsi version to your libexec directory,
save the ouput from the above in a file chg-scsi.conf, and add the following
to amanda.conf
tpchanger "chg-scsi" # the tape-changer glue script
tapedev "0"
changerfile "/path_to_your_config/chg-scsi.conf"
remove everything like
changerdev, tapedev from the amanda.conf
No you can try to get a known state for the robot
amtape reset
and write a label
amlabel conf xxx slot current
(xxx must be a valid label name)
Hope this helps a little bit
Thomas
--
-----------------------------------------------
| Thomas Hepper [EMAIL PROTECTED] |
| ( If the above address fail try ) |
| ( [EMAIL PROTECTED]) |
-----------------------------------------------